chore(release): prepare v0.1.0-alpha.1
This commit is contained in:
@@ -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.
|
||||
@@ -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,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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user