mirror of
https://github.com/colanode/colanode.git
synced 2025-12-28 16:06:37 +01:00
Refactor CRDT usage
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user