dexie-cloud-addon 4.2.0-alpha.7 → 4.2.0-rc.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 +4 -4
- 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 +4 -4
- 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 +3 -3
- package/dist/modern/dexie-cloud-addon.min.js.gz +0 -0
- package/dist/umd/dexie-cloud-addon.js.gz +0 -0
- package/dist/umd/dexie-cloud-addon.min.js.gz +0 -0
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.2.0-
|
|
11
|
+
* Version 4.2.0-rc.1, Wed Aug 06 2025
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -14193,7 +14193,7 @@
|
|
|
14193
14193
|
*
|
|
14194
14194
|
* ==========================================================================
|
|
14195
14195
|
*
|
|
14196
|
-
* Version 4.2.0-
|
|
14196
|
+
* Version 4.2.0-rc.1, Wed Aug 06 2025
|
|
14197
14197
|
*
|
|
14198
14198
|
* https://dexie.org
|
|
14199
14199
|
*
|
|
@@ -18180,7 +18180,7 @@
|
|
|
18180
18180
|
const syncComplete = new rxjs.Subject();
|
|
18181
18181
|
dexie.cloud = {
|
|
18182
18182
|
// @ts-ignore
|
|
18183
|
-
version: "4.2.0-
|
|
18183
|
+
version: "4.2.0-rc.1",
|
|
18184
18184
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
18185
18185
|
schema: null,
|
|
18186
18186
|
get currentUserId() {
|
|
@@ -18497,7 +18497,7 @@
|
|
|
18497
18497
|
}
|
|
18498
18498
|
}
|
|
18499
18499
|
// @ts-ignore
|
|
18500
|
-
dexieCloud.version = "4.2.0-
|
|
18500
|
+
dexieCloud.version = "4.2.0-rc.1";
|
|
18501
18501
|
Dexie.Cloud = dexieCloud;
|
|
18502
18502
|
|
|
18503
18503
|
exports.default = dexieCloud;
|