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

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.
@@ -321,6 +321,9 @@ function createProcessGraph(ctx) {
321
321
  });
322
322
  }
323
323
  const outputs = await runGraph(execOpts);
324
+ if (localCtx.logActivity) {
325
+ console.log(chalk.green('Run graph outputs,', outputs));
326
+ }
324
327
  return new Response(JSON.stringify(outputs), {
325
328
  headers: {
326
329
  'Content-Type': 'application/json'
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.12",
5
+ "version": "1.24.2-aidon.13",
6
6
  "src": "bin/cli.ts",
7
7
  "bin": {
8
8
  "rivet": "bin/cli.js"