dexie-cloud-addon 4.1.0-beta.45 → 4.1.0-beta.46

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.45, Mon Mar 31 2025
11
+ * Version 4.1.0-beta.46, Thu Apr 03 2025
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -8276,7 +8276,7 @@
8276
8276
  const syncComplete = new rxjs.Subject();
8277
8277
  dexie.cloud = {
8278
8278
  // @ts-ignore
8279
- version: "4.1.0-beta.45",
8279
+ version: "4.1.0-beta.46",
8280
8280
  options: Object.assign({}, DEFAULT_OPTIONS),
8281
8281
  schema: null,
8282
8282
  get currentUserId() {
@@ -8594,7 +8594,7 @@
8594
8594
  }
8595
8595
  }
8596
8596
  // @ts-ignore
8597
- dexieCloud.version = "4.1.0-beta.45";
8597
+ dexieCloud.version = "4.1.0-beta.46";
8598
8598
  Dexie.Cloud = dexieCloud;
8599
8599
 
8600
8600
  // In case the SW lives for a while, let it reuse already opened connections: