dexie-cloud-addon 4.1.0-alpha.5 → 4.1.0-alpha.6

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-alpha.5, Mon Oct 14 2024
11
+ * Version 4.1.0-alpha.6, Tue Oct 15 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -7956,7 +7956,7 @@ function dexieCloud(dexie) {
7956
7956
  const syncComplete = new Subject();
7957
7957
  dexie.cloud = {
7958
7958
  // @ts-ignore
7959
- version: "4.1.0-alpha.5",
7959
+ version: "4.1.0-alpha.6",
7960
7960
  options: Object.assign({}, DEFAULT_OPTIONS),
7961
7961
  schema: null,
7962
7962
  get currentUserId() {
@@ -8258,7 +8258,7 @@ function dexieCloud(dexie) {
8258
8258
  }
8259
8259
  }
8260
8260
  // @ts-ignore
8261
- dexieCloud.version = "4.1.0-alpha.5";
8261
+ dexieCloud.version = "4.1.0-alpha.6";
8262
8262
  Dexie.Cloud = dexieCloud;
8263
8263
 
8264
8264
  // In case the SW lives for a while, let it reuse already opened connections: