dexie-cloud-addon 4.1.0-beta.39 → 4.1.0-beta.41
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.d.ts +0 -1
- package/dist/modern/dexie-cloud-addon.js +159 -159
- 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/dexie-cloud-client.d.ts +1 -0
- 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.d.ts +0 -1
- package/dist/umd/dexie-cloud-addon.js +159 -159
- 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/dexie-cloud-client.d.ts +1 -0
- 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 +4 -4
|
@@ -15,6 +15,7 @@ export type { DexieCloudOptions, PeriodicSyncOptions } from './DexieCloudOptions
|
|
|
15
15
|
export * from './types/DXCAlert';
|
|
16
16
|
export * from './types/DXCInputField';
|
|
17
17
|
export * from './types/DXCUserInteraction';
|
|
18
|
+
export { defineYDocTrigger } from './define-ydoc-trigger';
|
|
18
19
|
export declare function dexieCloud(dexie: Dexie): void;
|
|
19
20
|
export declare namespace dexieCloud {
|
|
20
21
|
var version: any;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* ==========================================================================
|
|
10
10
|
*
|
|
11
|
-
* Version 4.1.0-beta.
|
|
11
|
+
* Version 4.1.0-beta.41, Wed Jan 29 2025
|
|
12
12
|
*
|
|
13
13
|
* https://dexie.org
|
|
14
14
|
*
|
|
@@ -8161,7 +8161,7 @@
|
|
|
8161
8161
|
const syncComplete = new rxjs.Subject();
|
|
8162
8162
|
dexie.cloud = {
|
|
8163
8163
|
// @ts-ignore
|
|
8164
|
-
version: "4.1.0-beta.
|
|
8164
|
+
version: "4.1.0-beta.41",
|
|
8165
8165
|
options: Object.assign({}, DEFAULT_OPTIONS),
|
|
8166
8166
|
schema: null,
|
|
8167
8167
|
get currentUserId() {
|
|
@@ -8479,7 +8479,7 @@
|
|
|
8479
8479
|
}
|
|
8480
8480
|
}
|
|
8481
8481
|
// @ts-ignore
|
|
8482
|
-
dexieCloud.version = "4.1.0-beta.
|
|
8482
|
+
dexieCloud.version = "4.1.0-beta.41";
|
|
8483
8483
|
Dexie.Cloud = dexieCloud;
|
|
8484
8484
|
|
|
8485
8485
|
// In case the SW lives for a while, let it reuse already opened connections:
|