chore: release @uncaged/* 0.2.0

This commit is contained in:
2026-05-18 14:15:33 +00:00
parent fb81f5a429
commit 38aad696fc
8 changed files with 40 additions and 8 deletions
+8
View File
@@ -1,5 +1,13 @@
# @uncaged/cli-json-cas
## 0.2.0
### Patch Changes
- Updated dependencies []:
- @uncaged/json-cas@0.2.0
- @uncaged/json-cas-fs@0.2.0
## 0.1.3
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/cli-json-cas",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"bin": {
"json-cas": "./src/index.ts"
@@ -9,7 +9,7 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "^0.1.3",
"@uncaged/json-cas-fs": "^0.1.3"
"@uncaged/json-cas": "^0.2.0",
"@uncaged/json-cas-fs": "^0.2.0"
}
}
+11
View File
@@ -1,5 +1,16 @@
# @uncaged/json-cas-fs
## 0.2.0
### Minor Changes
- Add listByType(typeHash) to Store interface for O(1) type-based queries, with append-only fs index
### Patch Changes
- Updated dependencies []:
- @uncaged/json-cas@0.2.0
## 0.1.3
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/json-cas-fs",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"main": "./src/index.ts",
"exports": {
@@ -10,7 +10,7 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "^0.1.3",
"@uncaged/json-cas": "^0.2.0",
"cborg": "^4.2.3"
}
}
+7
View File
@@ -1,5 +1,12 @@
# @uncaged/json-cas-workflow
## 0.2.0
### Patch Changes
- Updated dependencies []:
- @uncaged/json-cas@0.2.0
## 0.1.3
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/json-cas-workflow",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"main": "./src/index.ts",
"exports": {
@@ -10,6 +10,6 @@
"test": "bun test"
},
"dependencies": {
"@uncaged/json-cas": "^0.1.3"
"@uncaged/json-cas": "^0.2.0"
}
}
+6
View File
@@ -1,3 +1,9 @@
# @uncaged/json-cas
## 0.2.0
### Minor Changes
- Add listByType(typeHash) to Store interface for O(1) type-based queries, with append-only fs index
## 0.1.3
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@uncaged/json-cas",
"version": "0.1.3",
"version": "0.2.0",
"type": "module",
"main": "./src/index.ts",
"exports": {