rc-lib-ui 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './SocketApi';
|
|
2
2
|
export * from './hooks';
|
|
3
|
-
export { type SocketApi_StateProps_P, type SocketApi_StatusConnect_OR, type BasePayloadSocket } from './SocketApi.types';
|
|
3
|
+
export { type SocketApi_StateProps_P, type SocketApi_StatusConnect_OR, type BasePayloadSocket, type SocketResponse } from './SocketApi.types';
|
package/dist/socket.js
CHANGED
|
@@ -3091,8 +3091,7 @@ R(p, "state", {
|
|
|
3091
3091
|
}), R(p, "options", {
|
|
3092
3092
|
isReConnectNetworkOnline: !1,
|
|
3093
3093
|
listUrlsCheckConnectNetwork: ["https://jsonplaceholder.typicode.com/posts/1"]
|
|
3094
|
-
}), R(p, "wsApi", new WsApi()), R(p, "delay", new DelaysPromise()),
|
|
3095
|
-
R(p, "networkTicker", null), R(p, "events", new EventSubscribers$1(["timeOffReConnect", "reConnect", "network"])), R(p, "saveID", {
|
|
3094
|
+
}), R(p, "wsApi", new WsApi()), R(p, "delay", new DelaysPromise()), R(p, "networkTicker", null), R(p, "events", new EventSubscribers$1(["timeOffReConnect", "reConnect", "network"])), R(p, "saveID", {
|
|
3096
3095
|
idReConnect: null,
|
|
3097
3096
|
checkConnect: null
|
|
3098
3097
|
}), R(p, "stateDefault", p.copyState(p.state)), R(p, "setInfoConnect", (e) => {
|