dexie-cloud-addon 4.0.1-rc.3 → 4.0.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.0.1-rc.3, Wed Mar 20 2024
11
+ * Version 4.0.1, Tue Mar 26 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -6293,7 +6293,7 @@
6293
6293
  const syncComplete = new rxjs.Subject();
6294
6294
  dexie.cloud = {
6295
6295
  // @ts-ignore
6296
- version: "4.0.1-rc.3",
6296
+ version: "4.0.1",
6297
6297
  options: Object.assign({}, DEFAULT_OPTIONS),
6298
6298
  schema: null,
6299
6299
  get currentUserId() {
@@ -6570,7 +6570,7 @@
6570
6570
  }
6571
6571
  }
6572
6572
  // @ts-ignore
6573
- dexieCloud.version = "4.0.1-rc.3";
6573
+ dexieCloud.version = "4.0.1";
6574
6574
  Dexie.Cloud = dexieCloud;
6575
6575
 
6576
6576
  exports.default = dexieCloud;