dexie-cloud-addon 4.0.1-rc.3 → 4.0.1
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.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.js.map +1 -1
- package/dist/modern/service-worker.min.js +1 -1
- package/dist/modern/service-worker.min.js.map +1 -1
- package/dist/umd/dexie-cloud-addon.js +3 -3
- 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.js.map +1 -1
- package/dist/umd/service-worker.min.js +1 -1
- package/dist/umd/service-worker.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.0.1
|
|
11
|
+
* Version 4.0.1, Tue Mar 26 2024
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -6290,7 +6290,7 @@ function dexieCloud(dexie) {
|
|
|
6290
6290
|
const syncComplete = new Subject();
|
|
6291
6291
|
dexie.cloud = {
|
|
6292
6292
|
// @ts-ignore
|
|
6293
|
-
version: "4.0.1
|
|
6293
|
+
version: "4.0.1",
|
|
6294
6294
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
6295
6295
|
schema: null,
|
|
6296
6296
|
get currentUserId() {
|
|
@@ -6567,7 +6567,7 @@ function dexieCloud(dexie) {
|
|
|
6567
6567
|
}
|
|
6568
6568
|
}
|
|
6569
6569
|
// @ts-ignore
|
|
6570
|
-
dexieCloud.version = "4.0.1
|
|
6570
|
+
dexieCloud.version = "4.0.1";
|
|
6571
6571
|
Dexie.Cloud = dexieCloud;
|
|
6572
6572
|
|
|
6573
6573
|
export { dexieCloud as default, dexieCloud, getTiedObjectId, getTiedRealmId, resolveText };
|