dexie-cloud-addon 4.1.0-beta.45 → 4.1.0-beta.46
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 +2 -2
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.1.0-beta.
|
|
11
|
+
* Version 4.1.0-beta.46, Thu Apr 03 2025
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -8444,7 +8444,7 @@ function dexieCloud(dexie) {
|
|
|
8444
8444
|
const syncComplete = new Subject();
|
|
8445
8445
|
dexie.cloud = {
|
|
8446
8446
|
// @ts-ignore
|
|
8447
|
-
version: "4.1.0-beta.
|
|
8447
|
+
version: "4.1.0-beta.46",
|
|
8448
8448
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8449
8449
|
schema: null,
|
|
8450
8450
|
get currentUserId() {
|
|
@@ -8762,7 +8762,7 @@ function dexieCloud(dexie) {
|
|
|
8762
8762
|
}
|
|
8763
8763
|
}
|
|
8764
8764
|
// @ts-ignore
|
|
8765
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8765
|
+
dexieCloud.version = "4.1.0-beta.46";
|
|
8766
8766
|
Dexie.Cloud = dexieCloud;
|
|
8767
8767
|
|
|
8768
8768
|
export { dexieCloud as default, defineYDocTrigger, dexieCloud, getTiedObjectId, getTiedRealmId, resolveText };
|