chore: release @uncaged/* 0.3.0

This commit is contained in:
2026-05-18 15:00:40 +00:00
parent bad62a82a9
commit 17ed619900
8 changed files with 40 additions and 8 deletions
+8
View File
@@ -1,5 +1,13 @@
# @uncaged/cli-json-cas
## 0.3.0
### Patch Changes
- Updated dependencies []:
- @uncaged/json-cas@0.3.0
- @uncaged/json-cas-fs@0.3.0
## 0.2.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/cli-json-cas",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"bin": {
"json-cas": "./src/index.ts"
@@ -9,7 +9,7 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "^0.2.0",
"@uncaged/json-cas-fs": "^0.2.0"
"@uncaged/json-cas": "^0.3.0",
"@uncaged/json-cas-fs": "^0.3.0"
}
}
+11
View File
@@ -1,5 +1,16 @@
# @uncaged/json-cas-fs
## 0.3.0
### Minor Changes
- Disallow self-referencing nodes in put(). typeHash is now required (no null). Self-ref only via bootstrap().
### Patch Changes
- Updated dependencies []:
- @uncaged/json-cas@0.3.0
## 0.2.0
### Minor Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/json-cas-fs",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "./src/index.ts",
"exports": {
@@ -10,7 +10,7 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "^0.2.0",
"@uncaged/json-cas": "^0.3.0",
"cborg": "^4.2.3"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @uncaged/json-cas-workflow
## 0.3.0
### Patch Changes
- Updated dependencies []:
- @uncaged/json-cas@0.3.0
## 0.2.0
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/json-cas-workflow",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "./src/index.ts",
"exports": {
@@ -10,6 +10,6 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "^0.2.0"
"@uncaged/json-cas": "^0.3.0"
}
}
+6
View File
@@ -1,5 +1,11 @@
# @uncaged/json-cas
## 0.3.0
### Minor Changes
- Disallow self-referencing nodes in put(). typeHash is now required (no null). Self-ref only via bootstrap().
## 0.2.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/json-cas",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"main": "./src/index.ts",
"exports": {