dexie-cloud-addon 4.1.0-beta.25 → 4.1.0-beta.26

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.25, Wed Dec 04 2024
11
+ * Version 4.1.0-beta.26, Wed Dec 04 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -8157,7 +8157,7 @@ function dexieCloud(dexie) {
8157
8157
  const syncComplete = new Subject();
8158
8158
  dexie.cloud = {
8159
8159
  // @ts-ignore
8160
- version: "4.1.0-beta.25",
8160
+ version: "4.1.0-beta.26",
8161
8161
  options: Object.assign({}, DEFAULT_OPTIONS),
8162
8162
  schema: null,
8163
8163
  get currentUserId() {
@@ -8475,7 +8475,7 @@ function dexieCloud(dexie) {
8475
8475
  }
8476
8476
  }
8477
8477
  // @ts-ignore
8478
- dexieCloud.version = "4.1.0-beta.25";
8478
+ dexieCloud.version = "4.1.0-beta.26";
8479
8479
  Dexie.Cloud = dexieCloud;
8480
8480
 
8481
8481
  const ydocTriggers = {};