Skip to content

Commit c02392e

Browse files
committed
Committed by Github action
master: { "stompjs": "6.0.0", "rx-stomp": "1.0.2", "ng2-stompjs": "8.0.0" } develop: { "stompjs": "6.1.0", "rx-stomp": "1.0.2", "ng2-stompjs": "8.0.0" }
1 parent d4b7edb commit c02392e

35 files changed

+69
-69
lines changed

_data/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ stompjs:
99
1010
icon: fab fa-fw fa-github
1111
url: https://github.com/stomp-js/stompjs
12-
- label: [email protected].1
12+
- label: [email protected].2
1313
icon: fab fa-fw fa-github
1414
url: https://github.com/stomp-js/rx-stomp
1515

_data/versions/master.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"stompjs": "6.0.0",
3-
"rx-stomp": "1.0.1",
3+
"rx-stomp": "1.0.2",
44
"ng2-stompjs": "8.0.0"
55
}

api-docs/latest/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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/classes/RxStompConfig.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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

@@ -381,7 +381,7 @@ <h3 id="inputs">
381381
<tr>
382382
<td class="col-md-4">
383383
<div class="io-description"><p>Will retry if Stomp connection is not established in specified milliseconds.
384-
Default 10,000ms, set to 0 to wait for ever.</p>
384+
Default 0, which implies wait for ever.</p>
385385
<p>Maps to: <a href="../classes/Client.html#connectionTimeout">Client#connectionTimeout</a>.</p>
386386
</div>
387387
</td>
@@ -925,7 +925,7 @@ <h3 id="inputs">
925925

926926
/**
927927
* Will retry if Stomp connection is not established in specified milliseconds.
928-
* Default 10,000ms, set to 0 to wait for ever.
928+
* Default 0, which implies wait for ever.
929929
*
930930
* Maps to: [Client#connectionTimeout]{@link Client#connectionTimeout}.
931931
*/

api-docs/latest/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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

api-docs/latest/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-
6+
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<div class="navbar navbar-default navbar-fixed-top visible-xs">
17-
<a href="../" class="navbar-brand">[email protected], [email protected].1</a>
17+
<a href="../" class="navbar-brand">[email protected], [email protected].2</a>
1818
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
1919
</div>
2020

0 commit comments

Comments
 (0)