@resolveio/client-lib-core 15.3.14 → 15.3.16

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.
@@ -12,6 +12,7 @@ export declare class SocketService {
12
12
  private protocols;
13
13
  ws: WebSocket;
14
14
  private url;
15
+ private timezone;
15
16
  private pingInterval;
16
17
  private pongTimeout;
17
18
  private pingIntervalTime;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "15.3.14",
3
+ "version": "15.3.16",
4
4
  "module": "fesm2020/resolveio-client-lib-core.min.mjs",
5
5
  "es2020": "fesm2020/resolveio-client-lib-core.min.mjs",
6
6
  "fesm2020": "fesm2020/resolveio-client-lib-core.min.mjs",