dexie-cloud-addon 4.1.0-beta.34 → 4.1.0-beta.35

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.34, Fri Dec 06 2024
11
+ * Version 4.1.0-beta.35, Fri Dec 06 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -8160,7 +8160,7 @@
8160
8160
  const syncComplete = new rxjs.Subject();
8161
8161
  dexie.cloud = {
8162
8162
  // @ts-ignore
8163
- version: "4.1.0-beta.34",
8163
+ version: "4.1.0-beta.35",
8164
8164
  options: Object.assign({}, DEFAULT_OPTIONS),
8165
8165
  schema: null,
8166
8166
  get currentUserId() {
@@ -8478,7 +8478,7 @@
8478
8478
  }
8479
8479
  }
8480
8480
  // @ts-ignore
8481
- dexieCloud.version = "4.1.0-beta.34";
8481
+ dexieCloud.version = "4.1.0-beta.35";
8482
8482
  Dexie.Cloud = dexieCloud;
8483
8483
 
8484
8484
  const ydocTriggers = {};