core-3nweb-client-lib 0.41.13 → 0.41.14

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.
Files changed (28) hide show
  1. package/build/core/index.d.ts +2 -0
  2. package/build/core/index.js +2 -0
  3. package/build/lib-client/cryptor/cryptor-wasm.js +1 -1
  4. package/build/lib-client/cryptor/cryptor.wasm +0 -0
  5. package/build/lib-client/server-events.js +4 -6
  6. package/build/lib-common/ipc/ws-ipc.js +2 -2
  7. package/package.json +1 -1
  8. package/test-data-1-1759456500985/util/logs/2025-10-03.log.txt +7 -0
  9. package/{test-data-10-1759442625007/util/logs/2025-10-02.log.txt → test-data-10-1759456540615/util/logs/2025-10-03.log.txt} +10 -7
  10. package/test-data-11-1759456540616/util/logs/2025-10-03.log.txt +7 -0
  11. package/test-data-12-1759456544627/util/logs/2025-10-03.log.txt +7 -0
  12. package/{test-data-13-1759442629512/util/logs/2025-10-02.log.txt → test-data-13-1759456545560/util/logs/2025-10-03.log.txt} +10 -7
  13. package/test-data-2-1759456500988/util/logs/2025-10-03.log.txt +7 -0
  14. package/{test-data-9-1759442621732/util/logs/2025-10-02.log.txt → test-data-3-1759456506409/util/logs/2025-10-03.log.txt} +10 -7
  15. package/{test-data-3-1759442593521/util/logs/2025-10-02.log.txt → test-data-4-1759456512650/util/logs/2025-10-03.log.txt} +10 -7
  16. package/test-data-5-1759456522373/util/logs/2025-10-03.log.txt +7 -0
  17. package/test-data-6-1759456524407/util/logs/2025-10-03.log.txt +7 -0
  18. package/test-data-7-1759456526517/util/logs/2025-10-03.log.txt +7 -0
  19. package/test-data-8-1759456536045/util/logs/2025-10-03.log.txt +7 -0
  20. package/{test-data-4-1759442599428/util/logs/2025-10-02.log.txt → test-data-9-1759456536980/util/logs/2025-10-03.log.txt} +10 -7
  21. package/test-data-1-1759442588983/util/logs/2025-10-02.log.txt +0 -6
  22. package/test-data-11-1759442625008/util/logs/2025-10-02.log.txt +0 -6
  23. package/test-data-12-1759442628713/util/logs/2025-10-02.log.txt +0 -6
  24. package/test-data-2-1759442588985/util/logs/2025-10-02.log.txt +0 -6
  25. package/test-data-5-1759442608549/util/logs/2025-10-02.log.txt +0 -6
  26. package/test-data-6-1759442610426/util/logs/2025-10-02.log.txt +0 -6
  27. package/test-data-7-1759442612369/util/logs/2025-10-02.log.txt +0 -6
  28. package/test-data-8-1759442620927/util/logs/2025-10-02.log.txt +0 -6
@@ -45,5 +45,7 @@ export declare class Core {
45
45
  private performDataMigrationsAtInit;
46
46
  private initCoreApps;
47
47
  getStorages(): FactoryOfFSs;
48
+ onDeviceSystemSuspend(): Promise<void>;
49
+ onDeviceSystemResume(): Promise<void>;
48
50
  }
49
51
  export {};
@@ -326,6 +326,8 @@ class Core {
326
326
  getStorages() {
327
327
  return this.storages.wrap();
328
328
  }
329
+ async onDeviceSystemSuspend() { }
330
+ async onDeviceSystemResume() { }
329
331
  }
330
332
  exports.Core = Core;
331
333
  Object.freeze(Core.prototype);