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
|
*
|
|
@@ -8191,7 +8191,7 @@
|
|
|
8191
8191
|
const syncComplete = new rxjs.Subject();
|
|
8192
8192
|
dexie.cloud = {
|
|
8193
8193
|
// @ts-ignore
|
|
8194
|
-
version: "4.1.0-beta.
|
|
8194
|
+
version: "4.1.0-beta.43",
|
|
8195
8195
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8196
8196
|
schema: null,
|
|
8197
8197
|
get currentUserId() {
|
|
@@ -8509,7 +8509,7 @@
|
|
|
8509
8509
|
}
|
|
8510
8510
|
}
|
|
8511
8511
|
// @ts-ignore
|
|
8512
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8512
|
+
dexieCloud.version = "4.1.0-beta.43";
|
|
8513
8513
|
Dexie.Cloud = dexieCloud;
|
|
8514
8514
|
|
|
8515
8515
|
// In case the SW lives for a while, let it reuse already opened connections:
|