dexie-cloud-addon 4.1.0-beta.42 → 4.1.0-beta.43

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.1.0-beta.42, Tue Feb 04 2025
11
+ * Version 4.1.0-beta.43, Fri Feb 07 2025
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -8191,7 +8191,7 @@
8191
8191
  const syncComplete = new rxjs.Subject();
8192
8192
  dexie.cloud = {
8193
8193
  // @ts-ignore
8194
- version: "4.1.0-beta.42",
8194
+ version: "4.1.0-beta.43",
8195
8195
  options: Object.assign({}, DEFAULT_OPTIONS),
8196
8196
  schema: null,
8197
8197
  get currentUserId() {
@@ -8509,7 +8509,7 @@
8509
8509
  }
8510
8510
  }
8511
8511
  // @ts-ignore
8512
- dexieCloud.version = "4.1.0-beta.42";
8512
+ dexieCloud.version = "4.1.0-beta.43";
8513
8513
  Dexie.Cloud = dexieCloud;
8514
8514
 
8515
8515
  // In case the SW lives for a while, let it reuse already opened connections: