dexie-cloud-addon 4.2.0-alpha.7 → 4.2.0-rc.1

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.2.0-alpha.7, Fri Aug 01 2025
11
+ * Version 4.2.0-rc.1, Wed Aug 06 2025
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -6137,7 +6137,7 @@ function dexieCloud(dexie) {
6137
6137
  const syncComplete = new Subject();
6138
6138
  dexie.cloud = {
6139
6139
  // @ts-ignore
6140
- version: "4.2.0-alpha.7",
6140
+ version: "4.2.0-rc.1",
6141
6141
  options: Object.assign({}, DEFAULT_OPTIONS),
6142
6142
  schema: null,
6143
6143
  get currentUserId() {
@@ -6454,7 +6454,7 @@ function dexieCloud(dexie) {
6454
6454
  }
6455
6455
  }
6456
6456
  // @ts-ignore
6457
- dexieCloud.version = "4.2.0-alpha.7";
6457
+ dexieCloud.version = "4.2.0-rc.1";
6458
6458
  Dexie.Cloud = dexieCloud;
6459
6459
 
6460
6460
  export { dexieCloud as default, defineYDocTrigger, dexieCloud, getTiedObjectId, getTiedRealmId, resolveText };