@workbench-ai/workbench 0.0.93 → 0.0.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -102,7 +102,7 @@ const COMMAND_HELP = {
102
102
  "Installs published source into the canonical machine skill store, or lists installed skills when no source is given.",
103
103
  "",
104
104
  "Example:",
105
- " workbench install acme/earnings-prep",
105
+ " workbench install test/workbench-smoke",
106
106
  ].join("\n"),
107
107
  status: [
108
108
  "Usage:",
@@ -195,7 +195,7 @@ const COMMAND_HELP = {
195
195
  "Publishes installable skill source to Workbench Cloud. --as sets the linked OWNER/SKILL handle.",
196
196
  "",
197
197
  "Example:",
198
- " workbench publish --as acme/earnings-prep --dry-run",
198
+ " workbench publish --as OWNER/SKILL --dry-run",
199
199
  ].join("\n"),
200
200
  login: [
201
201
  "Usage:",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbench-ai/workbench",
3
- "version": "0.0.93",
3
+ "version": "0.0.95",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/workbench-ai/workbench.git",
@@ -21,10 +21,10 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "yaml": "^2.8.2",
24
- "@workbench-ai/workbench-built-in-adapters": "0.0.93",
25
- "@workbench-ai/workbench-contract": "0.0.93",
26
- "@workbench-ai/workbench-protocol": "0.0.93",
27
- "@workbench-ai/workbench-core": "0.0.93"
24
+ "@workbench-ai/workbench-built-in-adapters": "0.0.95",
25
+ "@workbench-ai/workbench-core": "0.0.95",
26
+ "@workbench-ai/workbench-contract": "0.0.95",
27
+ "@workbench-ai/workbench-protocol": "0.0.95"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@tailwindcss/postcss": "^4.2.2",
@@ -35,7 +35,7 @@
35
35
  "react-dom": "^19.2.0",
36
36
  "typescript": "^5.9.2",
37
37
  "vitest": "^3.2.4",
38
- "@workbench-ai/workbench-ui": "0.0.93"
38
+ "@workbench-ai/workbench-ui": "0.0.95"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "rm -rf dist && tsc -p tsconfig.json && chmod 755 dist/workbench.js && node ./scripts/build-dev-open-assets.mjs",