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
  *
@@ -8273,7 +8273,7 @@ function dexieCloud(dexie) {
8273
8273
  const syncComplete = new Subject();
8274
8274
  dexie.cloud = {
8275
8275
  // @ts-ignore
8276
- version: "4.1.0-beta.45",
8276
+ version: "4.1.0-beta.46",
8277
8277
  options: Object.assign({}, DEFAULT_OPTIONS),
8278
8278
  schema: null,
8279
8279
  get currentUserId() {
@@ -8591,7 +8591,7 @@ function dexieCloud(dexie) {
8591
8591
  }
8592
8592
  }
8593
8593
  // @ts-ignore
8594
- dexieCloud.version = "4.1.0-beta.45";
8594
+ dexieCloud.version = "4.1.0-beta.46";
8595
8595
  Dexie.Cloud = dexieCloud;
8596
8596
 
8597
8597
  // In case the SW lives for a while, let it reuse already opened connections: