Skip to content

Commit 1badf37

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-alpha01", "rx-stomp": "2.0.0-beta1", "ng2-stompjs": "8.0.0" }
1 parent a11eab6 commit 1badf37

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

api-docs/develop/classes/RxStomp.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,10 +1400,10 @@ <h3 id="accessors">
14001400
StompSubscription,
14011401
} from &#x27;@stomp/stompjs&#x27;;
14021402

1403-
import { RxStompConfig } from &#x27;./rx-stomp-config&#x27;;
1404-
import { IRxStompPublishParams } from &#x27;./i-rx-stomp-publish-params&#x27;;
1405-
import { RxStompState } from &#x27;./rx-stomp-state&#x27;;
1406-
import { IWatchParams } from &#x27;./i-watch-params&#x27;;
1403+
import { RxStompConfig } from &#x27;./rx-stomp-config.js&#x27;;
1404+
import { IRxStompPublishParams } from &#x27;./i-rx-stomp-publish-params.js&#x27;;
1405+
import { RxStompState } from &#x27;./rx-stomp-state.js&#x27;;
1406+
import { IWatchParams } from &#x27;./i-watch-params.js&#x27;;
14071407

14081408
/**
14091409
* This is the main Stomp Client.

api-docs/develop/classes/RxStompConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ <h3 id="inputs">
878878

879879
<div class="tab-pane fade tab-source-code" id="c-source">
880880
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { debugFnType, IFrame, StompHeaders, Versions } from &#x27;@stomp/stompjs&#x27;;
881-
import { RxStomp } from &#x27;./rx-stomp&#x27;;
881+
import { RxStomp } from &#x27;./rx-stomp.js&#x27;;
882882

883883
/**
884884
* Represents a configuration object for RxSTOMP.

api-docs/develop/classes/RxStompRPC.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ <h3 id="methods">
348348

349349
import { IMessage, IPublishParams, StompHeaders } from &#x27;@stomp/stompjs&#x27;;
350350

351-
import { RxStomp } from &#x27;./rx-stomp&#x27;;
352-
import { RxStompRPCConfig, setupReplyQueueFnType } from &#x27;./rx-stomp-rpc-config&#x27;;
351+
import { RxStomp } from &#x27;./rx-stomp.js&#x27;;
352+
import { RxStompRPCConfig, setupReplyQueueFnType } from &#x27;./rx-stomp-rpc-config.js&#x27;;
353353

354354
/**
355355
* An implementation of Remote Procedure Call (RPC) using messaging.

api-docs/develop/classes/RxStompRPCConfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h3 id="inputs">
202202
<div class="tab-pane fade tab-source-code" id="c-source">
203203
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { IMessage } from &#x27;@stomp/stompjs&#x27;;
204204
import { Observable } from &#x27;rxjs&#x27;;
205-
import { RxStomp } from &#x27;./rx-stomp&#x27;;
205+
import { RxStomp } from &#x27;./rx-stomp.js&#x27;;
206206

207207
/**
208208
* See the guide for example

api-docs/develop/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)