fix: replace workspace:^ with ^0.1.1 in json-cas-fs deps

This commit is contained in:
2026-05-18 10:42:10 +00:00
parent d937ac6225
commit a3a21b153c
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/json-cas-fs",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"main": "./src/index.ts",
"exports": {
@@ -10,7 +10,7 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "workspace:^",
"@uncaged/json-cas": "^0.1.1",
"cborg": "^4.2.3"
}
}