fix: align all packages to 0.5.0 and restore workspace:^ deps

- All @uncaged/* packages → 0.5.0 (fixed versioning per changesets config)
- Restore workspace:^ for internal deps (was broken to ^0.3.0/^0.4.0)
- Regenerate bun.lock (removes duplicate npm registry entries)
This commit was merged in pull request #17.
This commit is contained in:
2026-05-25 03:57:18 +00:00
parent d57a454b78
commit 0706307e85
5 changed files with 16 additions and 24 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/cli-json-cas",
"version": "0.3.0",
"version": "0.5.0",
"type": "module",
"bin": {
"json-cas": "./src/index.ts"
@@ -9,7 +9,7 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "^0.3.0",
"@uncaged/json-cas-fs": "^0.3.0"
"@uncaged/json-cas": "workspace:^",
"@uncaged/json-cas-fs": "workspace:^"
}
}