@fractary/faber-cli 1.5.18 → 1.5.19

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 +1 -1
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import { createRunsCommand } from './commands/runs.js';
24
24
  if (process.stdout.isTTY) {
25
25
  process.stdout._handle?.setBlocking?.(true);
26
26
  }
27
- const version = '1.5.18';
27
+ const version = '1.5.19';
28
28
  /**
29
29
  * Create and configure the main CLI program
30
30
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fractary/faber-cli",
3
- "version": "1.5.18",
3
+ "version": "1.5.19",
4
4
  "description": "FABER CLI - Command-line interface for FABER development toolkit",
5
5
  "main": "dist/index.js",
6
6
  "bin": {