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.
@@ -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.39, Mon Jan 20 2025
11
+ * Version 4.1.0-beta.41, Wed Jan 29 2025
12
12
  *
13
13
  * https://dexie.org
14
14
  *
@@ -8158,7 +8158,7 @@ function dexieCloud(dexie) {
8158
8158
  const syncComplete = new Subject();
8159
8159
  dexie.cloud = {
8160
8160
  // @ts-ignore
8161
- version: "4.1.0-beta.39",
8161
+ version: "4.1.0-beta.41",
8162
8162
  options: Object.assign({}, DEFAULT_OPTIONS),
8163
8163
  schema: null,
8164
8164
  get currentUserId() {
@@ -8476,7 +8476,7 @@ function dexieCloud(dexie) {
8476
8476
  }
8477
8477
  }
8478
8478
  // @ts-ignore
8479
- dexieCloud.version = "4.1.0-beta.39";
8479
+ dexieCloud.version = "4.1.0-beta.41";
8480
8480
  Dexie.Cloud = dexieCloud;
8481
8481
 
8482
8482
  // In case the SW lives for a while, let it reuse already opened connections: