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
  *
@@ -14193,7 +14193,7 @@
14193
14193
  *
14194
14194
  * ==========================================================================
14195
14195
  *
14196
- * Version 4.2.0-alpha.6, Fri Aug 01 2025
14196
+ * Version 4.2.0, Wed Aug 13 2025
14197
14197
  *
14198
14198
  * https://dexie.org
14199
14199
  *
@@ -18180,7 +18180,7 @@
18180
18180
  const syncComplete = new rxjs.Subject();
18181
18181
  dexie.cloud = {
18182
18182
  // @ts-ignore
18183
- version: "4.2.0-alpha.7",
18183
+ version: "4.2.0",
18184
18184
  options: Object.assign({}, DEFAULT_OPTIONS),
18185
18185
  schema: null,
18186
18186
  get currentUserId() {
@@ -18497,7 +18497,7 @@
18497
18497
  }
18498
18498
  }
18499
18499
  // @ts-ignore
18500
- dexieCloud.version = "4.2.0-alpha.7";
18500
+ dexieCloud.version = "4.2.0";
18501
18501
  Dexie.Cloud = dexieCloud;
18502
18502
 
18503
18503
  exports.default = dexieCloud;