dexie-cloud-addon 4.1.0-beta.44 → 4.1.0-beta.45

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.
@@ -1,3 +1,3 @@
1
1
  import { DexieCloudDB } from "../db/DexieCloudDB";
2
2
  import { YTable } from "./YTable";
3
- export declare function getUpdatesTable(db: DexieCloudDB, table: string, ydocProp: string): YTable;
3
+ export declare function getUpdatesTable(db: DexieCloudDB, table: string, ydocProp: string): YTable | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dexie-cloud-addon",
3
- "version": "4.1.0-beta.44",
3
+ "version": "4.1.0-beta.45",
4
4
  "description": "Dexie addon that syncs with to Dexie Cloud",
5
5
  "main": "dist/umd/dexie-cloud-addon.js",
6
6
  "type": "module",
@@ -86,10 +86,10 @@
86
86
  },
87
87
  "dependencies": {
88
88
  "rxjs": "^7.x",
89
- "dexie-cloud-common": "^1.0.49"
89
+ "dexie-cloud-common": "^1.0.52"
90
90
  },
91
91
  "peerDependencies": {
92
- "dexie": "^4.1.0-beta.43"
92
+ "dexie": "^4.1.0-beta.45"
93
93
  },
94
94
  "scripts": {
95
95
  "test": "just-build test && pnpm run test-unit",
@@ -1,2 +0,0 @@
1
- import Dexie from "dexie";
2
- export declare function dbOnClosed(db: Dexie, handler: () => void): () => void;
@@ -1,2 +0,0 @@
1
- import Dexie from "dexie";
2
- export declare function dbOnClosed(db: Dexie, handler: () => void): () => void;