dexie-cloud-addon 4.2.3 → 4.2.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 +4 -4
- package/dist/umd/dexie-cloud-addon.js.map +1 -1
- package/dist/umd/dexie-cloud-addon.min.js +1 -1
- package/dist/umd/dexie-cloud-addon.min.js.map +1 -1
- package/dist/umd/service-worker.js +4 -4
- package/dist/umd/service-worker.js.map +1 -1
- package/dist/umd/service-worker.min.js +1 -1
- package/dist/umd/service-worker.min.js.map +1 -1
- package/package.json +6 -6
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.2.
|
|
11
|
+
* Version 4.2.4, Tue Dec 09 2025
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -13949,7 +13949,7 @@
|
|
|
13949
13949
|
*
|
|
13950
13950
|
* ==========================================================================
|
|
13951
13951
|
*
|
|
13952
|
-
* Version 4.2.
|
|
13952
|
+
* Version 4.2.2, Tue Dec 09 2025
|
|
13953
13953
|
*
|
|
13954
13954
|
* https://dexie.org
|
|
13955
13955
|
*
|
|
@@ -18140,7 +18140,7 @@
|
|
|
18140
18140
|
const syncComplete = new rxjs.Subject();
|
|
18141
18141
|
dexie.cloud = {
|
|
18142
18142
|
// @ts-ignore
|
|
18143
|
-
version: "4.2.
|
|
18143
|
+
version: "4.2.4",
|
|
18144
18144
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
18145
18145
|
schema: null,
|
|
18146
18146
|
get currentUserId() {
|
|
@@ -18457,7 +18457,7 @@
|
|
|
18457
18457
|
}
|
|
18458
18458
|
}
|
|
18459
18459
|
// @ts-ignore
|
|
18460
|
-
dexieCloud.version = "4.2.
|
|
18460
|
+
dexieCloud.version = "4.2.4";
|
|
18461
18461
|
Dexie.Cloud = dexieCloud;
|
|
18462
18462
|
|
|
18463
18463
|
// In case the SW lives for a while, let it reuse already opened connections:
|