chore(release): prepare v0.1.0-alpha.1

This commit is contained in:
2026-06-01 16:25:19 +00:00
parent 3859187989
commit 0b7883efc2
4 changed files with 6 additions and 13 deletions
-7
View File
@@ -1,7 +0,0 @@
---
"@ocas/core": minor
"@ocas/fs": minor
"@ocas/cli": minor
---
**Breaking:** `listByType()`, `listMeta()`, `listSchemas()` now return `ListEntry[]` (with `hash`, `created`, `updated`) instead of `Hash[]`. All list commands support `--sort`, `--limit`, `--offset`, `--desc` flags. `var list` supports the same pagination options via SQL.
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/cli",
"version": "0.1.0",
"version": "0.1.0-alpha.1",
"type": "module",
"bin": {
"ocas": "src/index.ts"
@@ -10,7 +10,7 @@
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
},
"dependencies": {
"@ocas/core": "workspace:*",
"@ocas/fs": "workspace:*"
"@ocas/core": "0.1.0-alpha.1",
"@ocas/fs": "0.1.0-alpha.1"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/core",
"version": "0.1.0",
"version": "0.1.0-alpha.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.1.0",
"version": "0.1.0-alpha.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -20,6 +20,6 @@
},
"dependencies": {
"cborg": "^4.2.3",
"@ocas/core": "workspace:*"
"@ocas/core": "0.1.0-alpha.1"
}
}