a050160bee
Changesets already handles workspace:* → real version resolution during publish. The guard scripts are unnecessary and block the release flow.
25 lines
412 B
JSON
25 lines
412 B
JSON
{
|
|
"name": "@uncaged/json-cas-fs",
|
|
"version": "0.6.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/json-cas": "^0.6.0",
|
|
"cborg": "^4.2.3"
|
|
}
|
|
}
|