dexie-cloud-addon 4.1.0-beta.40 → 4.1.0-beta.41

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.40, Mon Jan 20 2025
11
+ * Version 4.1.0-beta.41, Wed Jan 29 2025
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -8324,7 +8324,7 @@
8324
8324
  const syncComplete = new rxjs.Subject();
8325
8325
  dexie.cloud = {
8326
8326
  // @ts-ignore
8327
- version: "4.1.0-beta.40",
8327
+ version: "4.1.0-beta.41",
8328
8328
  options: Object.assign({}, DEFAULT_OPTIONS),
8329
8329
  schema: null,
8330
8330
  get currentUserId() {
@@ -8642,7 +8642,7 @@
8642
8642
  }
8643
8643
  }
8644
8644
  // @ts-ignore
8645
- dexieCloud.version = "4.1.0-beta.40";
8645
+ dexieCloud.version = "4.1.0-beta.41";
8646
8646
  Dexie.Cloud = dexieCloud;
8647
8647
 
8648
8648
  exports.default = dexieCloud;