chore: upgrade json-cas deps to ^0.3.0

This commit is contained in:
2026-05-18 15:27:01 +00:00
parent 3d97968887
commit a38ca7e8db
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
"uwf": "./src/cli.ts" "uwf": "./src/cli.ts"
}, },
"dependencies": { "dependencies": {
"@uncaged/json-cas": "^0.2.0", "@uncaged/json-cas": "^0.3.0",
"@uncaged/json-cas-fs": "^0.2.0", "@uncaged/json-cas-fs": "^0.3.0",
"@uncaged/uwf-agent-kit": "workspace:^", "@uncaged/uwf-agent-kit": "workspace:^",
"@uncaged/uwf-moderator": "workspace:^", "@uncaged/uwf-moderator": "workspace:^",
"@uncaged/uwf-protocol": "workspace:^", "@uncaged/uwf-protocol": "workspace:^",
+2 -2
View File
@@ -18,8 +18,8 @@
"test": "bun test" "test": "bun test"
}, },
"dependencies": { "dependencies": {
"@uncaged/json-cas": "^0.2.0", "@uncaged/json-cas": "^0.3.0",
"@uncaged/json-cas-fs": "^0.2.0", "@uncaged/json-cas-fs": "^0.3.0",
"@uncaged/uwf-protocol": "workspace:^", "@uncaged/uwf-protocol": "workspace:^",
"dotenv": "^16.6.1", "dotenv": "^16.6.1",
"yaml": "^2.8.4" "yaml": "^2.8.4"
+1 -1
View File
@@ -15,7 +15,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@uncaged/json-cas-fs": "^0.2.0" "@uncaged/json-cas-fs": "^0.3.0"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.8.3" "typescript": "^5.8.3"