chore: restore workspace:*

This commit is contained in:
2026-06-03 09:43:57 +00:00
parent 8971206a3e
commit f286df91f0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
"ocas": "dist/index.js"
},
"dependencies": {
"@ocas/core": "0.2.1",
"@ocas/fs": "0.2.1"
"@ocas/core": "workspace:*",
"@ocas/fs": "workspace:*"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -15,7 +15,7 @@
"src"
],
"dependencies": {
"@ocas/core": "0.2.1",
"@ocas/core": "workspace:*",
"better-sqlite3": "^12.10.0",
"cborg": "^4.2.3"
},