dexie-cloud-addon 4.2.0-alpha.3 → 4.2.0-alpha.4
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.
- package/dist/modern/dexie-cloud-addon.js +3 -3
- package/dist/modern/dexie-cloud-addon.min.js +1 -1
- package/dist/modern/service-worker.js +3 -3
- package/dist/modern/service-worker.min.js +1 -1
- package/dist/umd/dexie-cloud-addon.js +3 -3
- package/dist/umd/dexie-cloud-addon.min.js +1 -1
- package/dist/umd/service-worker.js +3 -3
- package/dist/umd/service-worker.min.js +1 -1
- package/package.json +9 -13
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.2.0-alpha.
|
|
11
|
+
* Version 4.2.0-alpha.4, Fri Aug 01 2025
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -17573,7 +17573,7 @@
|
|
|
17573
17573
|
const syncComplete = new rxjs.Subject();
|
|
17574
17574
|
dexie.cloud = {
|
|
17575
17575
|
// @ts-ignore
|
|
17576
|
-
version: "4.2.0-alpha.
|
|
17576
|
+
version: "4.2.0-alpha.4",
|
|
17577
17577
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
17578
17578
|
schema: null,
|
|
17579
17579
|
get currentUserId() {
|
|
@@ -17890,7 +17890,7 @@
|
|
|
17890
17890
|
}
|
|
17891
17891
|
}
|
|
17892
17892
|
// @ts-ignore
|
|
17893
|
-
dexieCloud.version = "4.2.0-alpha.
|
|
17893
|
+
dexieCloud.version = "4.2.0-alpha.4";
|
|
17894
17894
|
Dexie.Cloud = dexieCloud;
|
|
17895
17895
|
|
|
17896
17896
|
// In case the SW lives for a while, let it reuse already opened connections:
|