dexie-cloud-addon 4.1.0-alpha.17 → 4.1.0-alpha.18

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.17, Fri Oct 18 2024
11
+ * Version 4.1.0-alpha.18, Fri Oct 18 2024
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -8086,7 +8086,7 @@ function dexieCloud(dexie) {
8086
8086
  const syncComplete = new Subject();
8087
8087
  dexie.cloud = {
8088
8088
  // @ts-ignore
8089
- version: "4.1.0-alpha.17",
8089
+ version: "4.1.0-alpha.18",
8090
8090
  options: Object.assign({}, DEFAULT_OPTIONS),
8091
8091
  schema: null,
8092
8092
  get currentUserId() {
@@ -8388,7 +8388,7 @@ function dexieCloud(dexie) {
8388
8388
  }
8389
8389
  }
8390
8390
  // @ts-ignore
8391
- dexieCloud.version = "4.1.0-alpha.17";
8391
+ dexieCloud.version = "4.1.0-alpha.18";
8392
8392
  Dexie.Cloud = dexieCloud;
8393
8393
 
8394
8394
  // In case the SW lives for a while, let it reuse already opened connections: