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
  *
@@ -8321,7 +8321,7 @@ function dexieCloud(dexie) {
8321
8321
  const syncComplete = new Subject();
8322
8322
  dexie.cloud = {
8323
8323
  // @ts-ignore
8324
- version: "4.1.0-beta.40",
8324
+ version: "4.1.0-beta.41",
8325
8325
  options: Object.assign({}, DEFAULT_OPTIONS),
8326
8326
  schema: null,
8327
8327
  get currentUserId() {
@@ -8639,7 +8639,7 @@ function dexieCloud(dexie) {
8639
8639
  }
8640
8640
  }
8641
8641
  // @ts-ignore
8642
- dexieCloud.version = "4.1.0-beta.40";
8642
+ dexieCloud.version = "4.1.0-beta.41";
8643
8643
  Dexie.Cloud = dexieCloud;
8644
8644
 
8645
8645
  export { dexieCloud as default, defineYDocTrigger, dexieCloud, getTiedObjectId, getTiedRealmId, resolveText };