@resolveio/client-lib-core 21.0.40 → 21.0.42

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.0.40",
3
+ "version": "21.0.42",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -279,6 +279,7 @@ declare class SocketService {
279
279
  private startPinging;
280
280
  private stopPinging;
281
281
  private convertDatesToUTC;
282
+ private isLocalMidnight;
282
283
  send(...data: any[]): boolean;
283
284
  close(): boolean;
284
285
  reconnect(): void;