dexie-cloud-addon 4.1.0-beta.31 → 4.1.0-beta.32
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/README.md +26 -0
- 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 +2 -3
- package/postinstall-banner.js +0 -28
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.1.0-beta.
|
|
11
|
+
* Version 4.1.0-beta.32, Thu Dec 05 2024
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -8153,7 +8153,7 @@
|
|
|
8153
8153
|
const syncComplete = new rxjs.Subject();
|
|
8154
8154
|
dexie.cloud = {
|
|
8155
8155
|
// @ts-ignore
|
|
8156
|
-
version: "4.1.0-beta.
|
|
8156
|
+
version: "4.1.0-beta.32",
|
|
8157
8157
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8158
8158
|
schema: null,
|
|
8159
8159
|
get currentUserId() {
|
|
@@ -8471,7 +8471,7 @@
|
|
|
8471
8471
|
}
|
|
8472
8472
|
}
|
|
8473
8473
|
// @ts-ignore
|
|
8474
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8474
|
+
dexieCloud.version = "4.1.0-beta.32";
|
|
8475
8475
|
Dexie.Cloud = dexieCloud;
|
|
8476
8476
|
|
|
8477
8477
|
// In case the SW lives for a while, let it reuse already opened connections:
|