dexie-cloud-addon 4.2.0-alpha.7 → 4.2.0
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, Wed Aug 13 2025
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -5966,7 +5966,7 @@ function dexieCloud(dexie) {
|
|
|
5966
5966
|
const syncComplete = new Subject();
|
|
5967
5967
|
dexie.cloud = {
|
|
5968
5968
|
// @ts-ignore
|
|
5969
|
-
version: "4.2.0
|
|
5969
|
+
version: "4.2.0",
|
|
5970
5970
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
5971
5971
|
schema: null,
|
|
5972
5972
|
get currentUserId() {
|
|
@@ -6283,7 +6283,7 @@ function dexieCloud(dexie) {
|
|
|
6283
6283
|
}
|
|
6284
6284
|
}
|
|
6285
6285
|
// @ts-ignore
|
|
6286
|
-
dexieCloud.version = "4.2.0
|
|
6286
|
+
dexieCloud.version = "4.2.0";
|
|
6287
6287
|
Dexie.Cloud = dexieCloud;
|
|
6288
6288
|
|
|
6289
6289
|
// In case the SW lives for a while, let it reuse already opened connections:
|