dexie-cloud-addon 4.2.0-alpha.7 → 4.2.0

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.
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * ==========================================================================
10
10
  *
11
- * Version 4.2.0-alpha.7, Fri Aug 01 2025
11
+ * Version 4.2.0, Wed Aug 13 2025
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -13889,7 +13889,7 @@
13889
13889
  *
13890
13890
  * ==========================================================================
13891
13891
  *
13892
- * Version 4.2.0-alpha.6, Fri Aug 01 2025
13892
+ * Version 4.2.0, Wed Aug 13 2025
13893
13893
  *
13894
13894
  * https://dexie.org
13895
13895
  *
@@ -18009,7 +18009,7 @@
18009
18009
  const syncComplete = new rxjs.Subject();
18010
18010
  dexie.cloud = {
18011
18011
  // @ts-ignore
18012
- version: "4.2.0-alpha.7",
18012
+ version: "4.2.0",
18013
18013
  options: Object.assign({}, DEFAULT_OPTIONS),
18014
18014
  schema: null,
18015
18015
  get currentUserId() {
@@ -18326,7 +18326,7 @@
18326
18326
  }
18327
18327
  }
18328
18328
  // @ts-ignore
18329
- dexieCloud.version = "4.2.0-alpha.7";
18329
+ dexieCloud.version = "4.2.0";
18330
18330
  Dexie.Cloud = dexieCloud;
18331
18331
 
18332
18332
  // In case the SW lives for a while, let it reuse already opened connections: