chore: publish @ocas/*@0.2.0-rc.1

This commit is contained in:
2026-06-02 12:19:29 +00:00
parent 298a8ec626
commit b49da8ebbd
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/cli",
"version": "0.1.2",
"version": "0.2.0-rc.1",
"type": "module",
"bin": {
"ocas": "src/index.ts"
@@ -10,8 +10,8 @@
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
},
"dependencies": {
"@ocas/core": "0.2.0",
"@ocas/fs": "0.2.0"
"@ocas/core": "0.2.0-rc.1",
"@ocas/fs": "0.2.0-rc.1"
},
"repository": {
"type": "git",
@@ -51,7 +51,7 @@ Flags:
--epsilon <n> Cutoff threshold for render (default: 0.01)
--pipe, -p Read from stdin (put/hash: raw JSON payload; render: { type, value } envelope)
Agent: If you have not installed the ocas skill for this version (0.1.2), run \`ocas prompt setup\` and follow the instructions."
Agent: If you have not installed the ocas skill for this version (0.2.0-rc.1), run \`ocas prompt setup\` and follow the instructions."
`;
exports[`Phase 3: Variable System 3.1 var set creates variable 1`] = `
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/core",
"version": "0.1.2",
"version": "0.2.0-rc.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.2",
"version": "0.2.0-rc.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
},
"dependencies": {
"cborg": "^4.2.3",
"@ocas/core": "0.2.0"
"@ocas/core": "0.2.0-rc.1"
},
"repository": {
"type": "git",