dexie-cloud-addon 4.1.0-beta.26 → 4.1.0-beta.31
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 +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
- package/postinstall-banner.js +6 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.1.0-beta.
|
|
11
|
+
* Version 4.1.0-beta.31, Wed Dec 04 2024
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -8157,7 +8157,7 @@ function dexieCloud(dexie) {
|
|
|
8157
8157
|
const syncComplete = new Subject();
|
|
8158
8158
|
dexie.cloud = {
|
|
8159
8159
|
// @ts-ignore
|
|
8160
|
-
version: "4.1.0-beta.
|
|
8160
|
+
version: "4.1.0-beta.31",
|
|
8161
8161
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8162
8162
|
schema: null,
|
|
8163
8163
|
get currentUserId() {
|
|
@@ -8475,7 +8475,7 @@ function dexieCloud(dexie) {
|
|
|
8475
8475
|
}
|
|
8476
8476
|
}
|
|
8477
8477
|
// @ts-ignore
|
|
8478
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8478
|
+
dexieCloud.version = "4.1.0-beta.31";
|
|
8479
8479
|
Dexie.Cloud = dexieCloud;
|
|
8480
8480
|
|
|
8481
8481
|
const ydocTriggers = {};
|