Skip to content

Commit 83cf172

Browse files
committed
Committed by Github action
master: { "stompjs": "6.1.2", "rx-stomp": "1.1.4", "ng2-stompjs": "8.0.0" } develop: { "stompjs": "7.0.0-beta2", "rx-stomp": "2.0.0-beta1", "ng2-stompjs": "8.0.0" }
1 parent f9f1474 commit 83cf172

36 files changed

+94
-94
lines changed

_data/versions/develop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"stompjs": "7.0.0-beta1",
2+
"stompjs": "7.0.0-beta2",
33
"rx-stomp": "2.0.0-beta1",
44
"ng2-stompjs": "8.0.0"
55
}

api-docs/develop/classes/Client.html

Lines changed: 9 additions & 9 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

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

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

@@ -2709,11 +2709,11 @@ <h3 id="accessors">
27092709

27102710

27112711
<div class="tab-pane fade tab-source-code" id="c-source">
2712-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ITransaction } from &#x27;./i-transaction&#x27;;
2713-
import { StompConfig } from &#x27;./stomp-config&#x27;;
2714-
import { StompHandler } from &#x27;./stomp-handler&#x27;;
2715-
import { StompHeaders } from &#x27;./stomp-headers&#x27;;
2716-
import { StompSubscription } from &#x27;./stomp-subscription&#x27;;
2712+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ITransaction } from &#x27;./i-transaction.js&#x27;;
2713+
import { StompConfig } from &#x27;./stomp-config.js&#x27;;
2714+
import { StompHandler } from &#x27;./stomp-handler.js&#x27;;
2715+
import { StompHeaders } from &#x27;./stomp-headers.js&#x27;;
2716+
import { StompSubscription } from &#x27;./stomp-subscription.js&#x27;;
27172717
import {
27182718
ActivationState,
27192719
closeEventCallbackType,
@@ -2724,8 +2724,8 @@ <h3 id="accessors">
27242724
messageCallbackType,
27252725
StompSocketState,
27262726
wsErrorCallbackType,
2727-
} from &#x27;./types&#x27;;
2728-
import { Versions } from &#x27;./versions&#x27;;
2727+
} from &#x27;./types.js&#x27;;
2728+
import { Versions } from &#x27;./versions.js&#x27;;
27292729

27302730
/**
27312731
* @internal

api-docs/develop/classes/CompatClient.html

Lines changed: 6 additions & 6 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

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

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

@@ -3456,10 +3456,10 @@ <h3 id="accessors">
34563456

34573457

34583458
<div class="tab-pane fade tab-source-code" id="c-source">
3459-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Client } from &#x27;../client&#x27;;
3460-
import { StompHeaders } from &#x27;../stomp-headers&#x27;;
3461-
import { frameCallbackType, messageCallbackType } from &#x27;../types&#x27;;
3462-
import { HeartbeatInfo } from &#x27;./heartbeat-info&#x27;;
3459+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Client } from &#x27;../client.js&#x27;;
3460+
import { StompHeaders } from &#x27;../stomp-headers.js&#x27;;
3461+
import { frameCallbackType, messageCallbackType } from &#x27;../types.js&#x27;;
3462+
import { HeartbeatInfo } from &#x27;./heartbeat-info.js&#x27;;
34633463

34643464
/**
34653465
* Available for backward compatibility, please shift to using {@link Client}.

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-
6+
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">[email protected]beta1, [email protected]</a>
18+
<a href="../" class="navbar-brand">[email protected]beta2, [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-
6+
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">[email protected]beta1, [email protected]</a>
18+
<a href="../" class="navbar-brand">[email protected]beta2, [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-
6+
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">[email protected]beta1, [email protected]</a>
18+
<a href="../" class="navbar-brand">[email protected]beta2, [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-
6+
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">[email protected]beta1, [email protected]</a>
18+
<a href="../" class="navbar-brand">[email protected]beta2, [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: 5 additions & 5 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

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

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

@@ -370,9 +370,9 @@ <h3 id="methods">
370370

371371

372372
<div class="tab-pane fade tab-source-code" id="c-source">
373-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Versions } from &#x27;../versions&#x27;;
374-
import { CompatClient } from &#x27;./compat-client&#x27;;
375-
import { IStompSocket } from &#x27;../types&#x27;;
373+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Versions } from &#x27;../versions.js&#x27;;
374+
import { CompatClient } from &#x27;./compat-client.js&#x27;;
375+
import { IStompSocket } from &#x27;../types.js&#x27;;
376376

377377
/**
378378
* @internal

api-docs/develop/classes/StompConfig.html

Lines changed: 5 additions & 5 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

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

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

@@ -1140,16 +1140,16 @@ <h3 id="inputs">
11401140

11411141

11421142
<div class="tab-pane fade tab-source-code" id="c-source">
1143-
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { StompHeaders } from &#x27;./stomp-headers&#x27;;
1143+
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { StompHeaders } from &#x27;./stomp-headers.js&#x27;;
11441144
import {
11451145
ActivationState,
11461146
closeEventCallbackType,
11471147
debugFnType,
11481148
frameCallbackType,
11491149
messageCallbackType,
11501150
wsErrorCallbackType,
1151-
} from &#x27;./types&#x27;;
1152-
import { Versions } from &#x27;./versions&#x27;;
1151+
} from &#x27;./types.js&#x27;;
1152+
import { Versions } from &#x27;./versions.js&#x27;;
11531153

11541154
/**
11551155
* Configuration options for STOMP Client, each key corresponds to

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-
6+
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">[email protected]beta1, [email protected]</a>
18+
<a href="../" class="navbar-brand">[email protected]beta2, [email protected]</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)