dexie-cloud-addon 4.1.0-beta.34 → 4.1.0-beta.35
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 +11 -8
- 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 +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.1.0-beta.
|
|
11
|
+
* Version 4.1.0-beta.35, Fri Dec 06 2024
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -8150,7 +8150,7 @@ function dexieCloud(dexie) {
|
|
|
8150
8150
|
const syncComplete = new Subject();
|
|
8151
8151
|
dexie.cloud = {
|
|
8152
8152
|
// @ts-ignore
|
|
8153
|
-
version: "4.1.0-beta.
|
|
8153
|
+
version: "4.1.0-beta.35",
|
|
8154
8154
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8155
8155
|
schema: null,
|
|
8156
8156
|
get currentUserId() {
|
|
@@ -8468,7 +8468,7 @@ function dexieCloud(dexie) {
|
|
|
8468
8468
|
}
|
|
8469
8469
|
}
|
|
8470
8470
|
// @ts-ignore
|
|
8471
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8471
|
+
dexieCloud.version = "4.1.0-beta.35";
|
|
8472
8472
|
Dexie.Cloud = dexieCloud;
|
|
8473
8473
|
|
|
8474
8474
|
// In case the SW lives for a while, let it reuse already opened connections:
|