@alpic80/rivet-cli 1.24.0-aidon.12 → 1.24.0-aidon.14

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.
@@ -197,7 +197,7 @@ export async function serve(cliArgs = {}) {
197
197
  const fileMissing = await testIfMissingFile(path.join(args.projectsRootDir, graphFile));
198
198
  if (fileMissing) {
199
199
  if (args.logActivity) {
200
- console.error(chalk.red(`GraphFile ${graphFile} not found in root directory (${args.projectsRootDir})`));
200
+ console.error(chalk.red(`Status 400 - GraphFile ${graphFile} not found in root directory (${args.projectsRootDir})`));
201
201
  }
202
202
  return c.text(`GraphFile ${graphFile} not found in root directory (${args.projectsRootDir})`, 400);
203
203
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@alpic80/rivet-cli",
3
3
  "license": "MIT",
4
4
  "repository": "https://github.com/castortech/rivet",
5
- "version": "1.24.0-aidon.12",
5
+ "version": "1.24.0-aidon.14",
6
6
  "src": "bin/cli.ts",
7
7
  "bin": {
8
8
  "rivet": "bin/cli.js"
@@ -24,10 +24,10 @@
24
24
  "dev:serve": "tsx src/cli.ts serve --projects-root-dir C:/temp/aidon/Rivet_Files"
25
25
  },
26
26
  "dependencies": {
27
- "@alpic80/rivet-core": "^1.24.0-aidon.4",
27
+ "@alpic80/rivet-core": "^1.24.0-aidon.5",
28
28
  "@alpic80/rivet-node": "^1.24.0-aidon.3",
29
29
  "@hono/node-server": "^1.13.8",
30
- "@ironclad/rivet-core": "npm:@alpic80/rivet-core@1.24.0-aidon.4",
30
+ "@ironclad/rivet-core": "npm:@alpic80/rivet-core@1.24.0-aidon.5",
31
31
  "@ironclad/rivet-node": "npm:@alpic80/rivet-node@1.24.0-aidon.3",
32
32
  "@types/dotenv": "^8.2.3",
33
33
  "chalk": "^5.4.1",