Bump reconcile
This commit is contained in:
parent
093b14ccda
commit
42a16ee062
5 changed files with 9 additions and 14 deletions
|
|
@ -16,13 +16,13 @@
|
|||
"byte-base64": "^1.1.0",
|
||||
"minimatch": "^10.0.1",
|
||||
"p-queue": "^8.1.0",
|
||||
"uuid": "^11.1.0"
|
||||
"uuid": "^11.1.0",
|
||||
"reconcile-text": "^0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.15.30",
|
||||
"jest": "^29.7.0",
|
||||
"reconcile-text": "^0.4.10",
|
||||
"ts-jest": "^29.3.4",
|
||||
"ts-loader": "^9.5.2",
|
||||
"tslib": "2.8.1",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,3 @@ export type { ClientCursors } from "./services/types/ClientCursors";
|
|||
export type { NetworkConnectionStatus } from "./types/network-connection-status";
|
||||
export { DocumentUpdateStatus } from "./types/document-update-status";
|
||||
export { SyncClient } from "./sync-client";
|
||||
|
||||
// re-export reconcile-text types as they're part of the public API
|
||||
export type { TextWithCursors, CursorPosition } from "reconcile-text";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue