release: prepare v0.2.1

This commit is contained in:
2026-06-03 09:40:07 +00:00
parent c90efda4dd
commit 5c0670e69b
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "@ocas/cli",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"bin": {
"ocas": "dist/index.js"
},
"dependencies": {
"@ocas/core": "workspace:*",
"@ocas/fs": "workspace:*"
"@ocas/core": "0.2.1",
"@ocas/fs": "0.2.1"
},
"repository": {
"type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/core",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/fs",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -15,7 +15,7 @@
"src"
],
"dependencies": {
"@ocas/core": "workspace:*",
"@ocas/core": "0.2.1",
"better-sqlite3": "^12.10.0",
"cborg": "^4.2.3"
},