Skip to content

Commit 053b3a8

Browse files
committed
Committed by Github action
master: { "stompjs": "7.0.1", "rx-stomp": "2.0.1" } develop: { "stompjs": "7.1.0", "rx-stomp": "2.0.1" }
1 parent 8c9a467 commit 053b3a8

27 files changed

+53
-53
lines changed

_data/versions/develop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"stompjs": "7.0.1",
2+
"stompjs": "7.1.0",
33
"rx-stomp": "2.0.1"
44
}

api-docs/develop/classes/Client.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

@@ -3045,7 +3045,7 @@ <h3 id="accessors">
30453045
* This can be used to reliably fetch credentials, access token etc. from some other service
30463046
* in an asynchronous way.
30473047
*/
3048-
public beforeConnect: () &#x3D;&gt; void | Promise&lt;void&gt;;
3048+
public beforeConnect: (client: Client) &#x3D;&gt; void | Promise&lt;void&gt;;
30493049

30503050
/**
30513051
* Callback, invoked on every successful connection to the STOMP broker.
@@ -3240,7 +3240,7 @@ <h3 id="accessors">
32403240
}
32413241

32423242
private async _connect(): Promise&lt;void&gt; {
3243-
await this.beforeConnect();
3243+
await this.beforeConnect(this);
32443244

32453245
if (this._stompHandler) {
32463246
this.debug(&#x27;There is already a stompHandler, skipping the call to connect&#x27;);

api-docs/develop/classes/CompatClient.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/RxStomp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/RxStompConfig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/RxStompRPC.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/RxStompRPCConfig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/Stomp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/StompConfig.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/StompHeaders.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/classes/Versions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/coverage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="./" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="./" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="./" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="./" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/interfaces/IFrame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/interfaces/IMessage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/interfaces/IPublishParams.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/interfaces/IRxStompPublishParams.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/interfaces/ITransaction.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/interfaces/IWatchParams.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/interfaces/StompSubscription.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<title>stompjs@7.0.1, [email protected]</title>
6+
<title>stompjs@7.1.0, [email protected]</title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<div class="navbar navbar-default navbar-fixed-top visible-xs">
18-
<a href="../" class="navbar-brand">stompjs@7.0.1, [email protected]</a>
18+
<a href="../" class="navbar-brand">stompjs@7.1.0, [email protected]</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

api-docs/develop/js/menu-wc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ customElements.define('compodoc-menu', class extends HTMLElement {
1515
<nav>
1616
<ul class="list">
1717
<li class="title">
18-
<a href="index.html" data-type="index-link">stompjs@7.0.1, [email protected]</a>
18+
<a href="index.html" data-type="index-link">stompjs@7.1.0, [email protected]</a>
1919
</li>
2020
2121
<li class="divider"></li>

0 commit comments

Comments
 (0)