dexie-cloud-addon 4.1.0-beta.39 → 4.1.0-beta.40

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.40, Mon Jan 20 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.39",
8164
+ version: "4.1.0-beta.40",
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.39";
8482
+ dexieCloud.version = "4.1.0-beta.40";
8483
8483
  Dexie.Cloud = dexieCloud;
8484
8484
 
8485
8485
  // In case the SW lives for a while, let it reuse already opened connections: