Refactor CRDT usage

This commit is contained in:
Hakan Shehu
2024-11-10 17:49:26 +01:00
parent 9d81698e18
commit 4f77314c6b
7 changed files with 377 additions and 360 deletions

View File

@@ -13,7 +13,7 @@
"compile": "tsc --noEmit",
"test": "vitest",
"lint": "eslint . --max-warnings 0",
"build?": "No build step required. This package links directly to its source files",
"build": "tsc",
"coverage": "vitest run --coverage "
},
"author": "Hakan Shehu",
@@ -26,6 +26,7 @@
"dependencies": {
"@colanode/core": "workspace:*",
"diff": "^7.0.0",
"js-base64": "^3.7.7",
"yjs": "^13.6.20",
"zod": "^3.23.8"
}