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
  *
@@ -8089,7 +8089,7 @@
8089
8089
  const syncComplete = new rxjs.Subject();
8090
8090
  dexie.cloud = {
8091
8091
  // @ts-ignore
8092
- version: "4.1.0-alpha.17",
8092
+ version: "4.1.0-alpha.18",
8093
8093
  options: Object.assign({}, DEFAULT_OPTIONS),
8094
8094
  schema: null,
8095
8095
  get currentUserId() {
@@ -8391,7 +8391,7 @@
8391
8391
  }
8392
8392
  }
8393
8393
  // @ts-ignore
8394
- dexieCloud.version = "4.1.0-alpha.17";
8394
+ dexieCloud.version = "4.1.0-alpha.18";
8395
8395
  Dexie.Cloud = dexieCloud;
8396
8396
 
8397
8397
  // In case the SW lives for a while, let it reuse already opened connections: