@workbench-ai/workbench-core 0.0.102 → 0.0.104

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -7334,7 +7334,7 @@ async function readWorkbenchRemotesFile(root) {
7334
7334
  const parsed = parseYamlRecord(await fs.readFile(filePath, "utf8"));
7335
7335
  if (parsed.schema !== "workbench.remotes.v1") {
7336
7336
  throw new WorkbenchCodedError("remote_invalid_url", `${path.join(WORKBENCH_DIR, REMOTES_FILE)} must use schema workbench.remotes.v1.`, {
7337
- remediation: "Fix .workbench/remotes.yaml or publish again to recreate the Workbench Cloud link.",
7337
+ remediation: "workbench publish",
7338
7338
  subject: { path: path.join(WORKBENCH_DIR, REMOTES_FILE) },
7339
7339
  exitCode: 2,
7340
7340
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbench-ai/workbench-core",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/workbench-ai/workbench.git",
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "yaml": "^2.8.2",
25
- "@workbench-ai/workbench-contract": "0.0.102",
26
- "@workbench-ai/workbench-protocol": "0.0.102"
25
+ "@workbench-ai/workbench-contract": "0.0.104",
26
+ "@workbench-ai/workbench-protocol": "0.0.104"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^24.3.1",