@alpic80/rivet-cli 1.24.2-aidon.10 → 1.24.2-aidon.12

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.
@@ -157,6 +157,8 @@ export async function serve(cliArgs = {}) {
157
157
  args.dev && `Dev:${chalk.bold.white(args.dev)}`,
158
158
  args.graph && `Graph:${chalk.bold.white(args.graph)}`,
159
159
  args.allowSpecifyingGraphId && `AllowSpecifyingGraphId:${chalk.bold.white(args.allowSpecifyingGraphId)}`,
160
+ args.logActivity && `LogActivity:${chalk.bold.white(args.logActivity)}`,
161
+ args.logTrace && `LogTrace:${chalk.bold.white(args.logTrace)}`,
160
162
  args.logRequests && `LogRequests:${chalk.bold.white(args.logRequests)}`
161
163
  ].filter(Boolean).join(', ');
162
164
  console.log(chalk.green('Server config,', logInfo));
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.2-aidon.10",
5
+ "version": "1.24.2-aidon.12",
6
6
  "src": "bin/cli.ts",
7
7
  "bin": {
8
8
  "rivet": "bin/cli.js"
@@ -24,11 +24,11 @@
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.2-aidon.10",
28
- "@alpic80/rivet-node": "^1.24.2-aidon.9",
27
+ "@alpic80/rivet-core": "^1.24.2-aidon.12",
28
+ "@alpic80/rivet-node": "^1.24.2-aidon.10",
29
29
  "@hono/node-server": "^1.13.8",
30
- "@ironclad/rivet-core": "npm:@alpic80/rivet-core@1.24.2-aidon.10",
31
- "@ironclad/rivet-node": "npm:@alpic80/rivet-node@1.24.2-aidon.9",
30
+ "@ironclad/rivet-core": "npm:@alpic80/rivet-core@1.24.2-aidon.12",
31
+ "@ironclad/rivet-node": "npm:@alpic80/rivet-node@1.24.2-aidon.10",
32
32
  "@types/dotenv": "^8.2.3",
33
33
  "chalk": "^5.4.1",
34
34
  "didyoumean2": "^7.0.4",