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
  *
@@ -8447,7 +8447,7 @@
8447
8447
  const syncComplete = new rxjs.Subject();
8448
8448
  dexie.cloud = {
8449
8449
  // @ts-ignore
8450
- version: "4.1.0-beta.45",
8450
+ version: "4.1.0-beta.46",
8451
8451
  options: Object.assign({}, DEFAULT_OPTIONS),
8452
8452
  schema: null,
8453
8453
  get currentUserId() {
@@ -8765,7 +8765,7 @@
8765
8765
  }
8766
8766
  }
8767
8767
  // @ts-ignore
8768
- dexieCloud.version = "4.1.0-beta.45";
8768
+ dexieCloud.version = "4.1.0-beta.46";
8769
8769
  Dexie.Cloud = dexieCloud;
8770
8770
 
8771
8771
  exports.default = dexieCloud;