dexie-cloud-addon 4.2.3 → 4.2.4

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.3, Fri Nov 28 2025
11
+ * Version 4.2.4, Tue Dec 09 2025
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -13949,7 +13949,7 @@
13949
13949
  *
13950
13950
  * ==========================================================================
13951
13951
  *
13952
- * Version 4.2.1, Fri Nov 28 2025
13952
+ * Version 4.2.2, Tue Dec 09 2025
13953
13953
  *
13954
13954
  * https://dexie.org
13955
13955
  *
@@ -18140,7 +18140,7 @@
18140
18140
  const syncComplete = new rxjs.Subject();
18141
18141
  dexie.cloud = {
18142
18142
  // @ts-ignore
18143
- version: "4.2.3",
18143
+ version: "4.2.4",
18144
18144
  options: Object.assign({}, DEFAULT_OPTIONS),
18145
18145
  schema: null,
18146
18146
  get currentUserId() {
@@ -18457,7 +18457,7 @@
18457
18457
  }
18458
18458
  }
18459
18459
  // @ts-ignore
18460
- dexieCloud.version = "4.2.3";
18460
+ dexieCloud.version = "4.2.4";
18461
18461
  Dexie.Cloud = dexieCloud;
18462
18462
 
18463
18463
  // In case the SW lives for a while, let it reuse already opened connections: