dexie-cloud-addon 4.1.0-beta.42 → 4.1.0-beta.43
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 +86 -86
- package/dist/modern/dexie-cloud-addon.js.map +1 -1
- package/dist/modern/dexie-cloud-addon.min.js +1 -1
- package/dist/modern/dexie-cloud-addon.min.js.map +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 +86 -86
- 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 +3 -3
- package/dist/umd/service-worker.min.js +1 -1
- package/package.json +2 -2
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.1.0-beta.
|
|
11
|
+
* Version 4.1.0-beta.43, Fri Feb 07 2025
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -8188,7 +8188,7 @@ function dexieCloud(dexie) {
|
|
|
8188
8188
|
const syncComplete = new Subject();
|
|
8189
8189
|
dexie.cloud = {
|
|
8190
8190
|
// @ts-ignore
|
|
8191
|
-
version: "4.1.0-beta.
|
|
8191
|
+
version: "4.1.0-beta.43",
|
|
8192
8192
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8193
8193
|
schema: null,
|
|
8194
8194
|
get currentUserId() {
|
|
@@ -8506,7 +8506,7 @@ function dexieCloud(dexie) {
|
|
|
8506
8506
|
}
|
|
8507
8507
|
}
|
|
8508
8508
|
// @ts-ignore
|
|
8509
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8509
|
+
dexieCloud.version = "4.1.0-beta.43";
|
|
8510
8510
|
Dexie.Cloud = dexieCloud;
|
|
8511
8511
|
|
|
8512
8512
|
// In case the SW lives for a while, let it reuse already opened connections:
|