Skip to content

Commit 2058fef

Browse files
committed
Committed by Github action
master: { "stompjs": "7.1.0", "rx-stomp": "2.0.1" } develop: { "stompjs": "7.2.0", "rx-stomp": "2.0.1" }
1 parent 7804c64 commit 2058fef

29 files changed

+69
-67
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.1.1",
2+
"stompjs": "7.2.0",
33
"rx-stomp": "2.0.1"
44
}

api-docs/develop/classes/Client.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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</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/CompatClient.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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

@@ -3898,7 +3898,7 @@ <h3 id="accessors">
38983898
*/
38993899
public disconnect(
39003900
disconnectCallback?: any,
3901-
headers: StompHeaders &#x3D; {}
3901+
headers: StompHeaders &#x3D; {},
39023902
): void {
39033903
if (disconnectCallback) {
39043904
this.onDisconnect &#x3D; disconnectCallback;
@@ -3931,7 +3931,7 @@ <h3 id="accessors">
39313931
public send(
39323932
destination: string,
39333933
headers: { [key: string]: any } &#x3D; {},
3934-
body: string &#x3D; &#x27;&#x27;
3934+
body: string &#x3D; &#x27;&#x27;,
39353935
): void {
39363936
headers &#x3D; (Object as any).assign({}, headers);
39373937

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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</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: 3 additions & 3 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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

@@ -480,7 +480,7 @@ <h3 id="methods">
480480
} else {
481481
console.warn(
482482
&#x27;Stomp.over did not receive a factory, auto reconnect will not work. &#x27; +
483-
&#x27;Please see https://stomp-js.github.io/api-docs/latest/classes/Stomp.html#over&#x27;
483+
&#x27;Please see https://stomp-js.github.io/api-docs/latest/classes/Stomp.html#over&#x27;,
484484
);
485485
wsFn &#x3D; () &#x3D;&gt; ws;
486486
}

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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</title>
6+
<title>stompjs@7.2.0, rx-stomp@2.0.1</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.1.1, rx-stomp@2.0.1</a>
18+
<a href="../" class="navbar-brand">stompjs@7.2.0, rx-stomp@2.0.1</a>
1919
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
2020
</div>
2121

0 commit comments

Comments
 (0)