@openbuilder/cli 0.50.19 → 0.50.21

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 (32) hide show
  1. package/dist/chunks/{Banner-ClJs6QcI.js → Banner-BlktOjfl.js} +6 -3
  2. package/dist/chunks/{Banner-ClJs6QcI.js.map → Banner-BlktOjfl.js.map} +1 -1
  3. package/dist/chunks/{_commonjsHelpers-DcsQGttR.js → _commonjsHelpers-h-Bqc03Z.js} +4 -2
  4. package/dist/chunks/_commonjsHelpers-h-Bqc03Z.js.map +1 -0
  5. package/dist/chunks/devtools-7A3EXJhY.js +75 -0
  6. package/dist/chunks/devtools-7A3EXJhY.js.map +1 -0
  7. package/dist/chunks/index-oFqGtEeF.js +119 -0
  8. package/dist/chunks/index-oFqGtEeF.js.map +1 -0
  9. package/dist/chunks/{init-zX5aX-qn.js → init-DDtrxZ0M.js} +13 -8
  10. package/dist/chunks/{init-zX5aX-qn.js.map → init-DDtrxZ0M.js.map} +1 -1
  11. package/dist/chunks/{init-tui-DDxZYe9B.js → init-tui-tZtLISA4.js} +14 -9
  12. package/dist/chunks/{init-tui-DDxZYe9B.js.map → init-tui-tZtLISA4.js.map} +1 -1
  13. package/dist/chunks/{main-tui-B5GJ49Bp.js → main-tui-BrfgfCDw.js} +15 -10
  14. package/dist/chunks/{main-tui-B5GJ49Bp.js.map → main-tui-BrfgfCDw.js.map} +1 -1
  15. package/dist/chunks/{run-CaSootos.js → run-LjsGm3tI.js} +18 -9
  16. package/dist/chunks/run-LjsGm3tI.js.map +1 -0
  17. package/dist/chunks/{start-B4P27nZ7.js → start-CQKEEma-.js} +14 -8
  18. package/dist/chunks/{start-B4P27nZ7.js.map → start-CQKEEma-.js.map} +1 -1
  19. package/dist/chunks/theme-CktnrDZj.js +40217 -0
  20. package/dist/chunks/theme-CktnrDZj.js.map +1 -0
  21. package/dist/chunks/use-app-Cj2bzWaw.js +10 -0
  22. package/dist/chunks/use-app-Cj2bzWaw.js.map +1 -0
  23. package/dist/chunks/{useBuildState-BZuezCb6.js → useBuildState-pcDGDakI.js} +6 -5
  24. package/dist/chunks/{useBuildState-BZuezCb6.js.map → useBuildState-pcDGDakI.js.map} +1 -1
  25. package/dist/cli/index.js +5 -5
  26. package/dist/instrument.js +4 -4
  27. package/package.json +1 -5
  28. package/scripts/prepare-release.js +10 -7
  29. package/dist/chunks/_commonjsHelpers-DcsQGttR.js.map +0 -1
  30. package/dist/chunks/run-CaSootos.js.map +0 -1
  31. package/dist/chunks/theme-BF4W2Gwm.js +0 -2300
  32. package/dist/chunks/theme-BF4W2Gwm.js.map +0 -1
@@ -1,8 +1,8 @@
1
1
  // OpenBuilder CLI - Built with Rollup
2
2
  import { existsSync, mkdirSync, createWriteStream, writeFileSync } from 'node:fs';
3
3
  import { join } from 'node:path';
4
- import { Box, Text, useApp, useStdout, useInput, render } from 'ink';
5
- import { j as jsxRuntimeExports, r as reactExports, R as React } from './theme-BF4W2Gwm.js';
4
+ import { j as jsxRuntimeExports, B as Box, T as Text, a as useStdout, r as reactExports, u as useInput, b as render, R as React } from './theme-CktnrDZj.js';
5
+ import 'chalk';
6
6
  import * as p from '@clack/prompts';
7
7
  import pc from 'picocolors';
8
8
  import { c as configManager } from './config-manager-BkbjtN-H.js';
@@ -11,15 +11,21 @@ import { killProcessOnPort, killProcessTree } from './process-killer-CaUL7Kpl.js
11
11
  import { e as errors, C as CLIError } from './cli-error-BjQwvWtK.js';
12
12
  import { spawn } from 'node:child_process';
13
13
  import EventEmitter from 'node:events';
14
- import TextInput from 'ink-text-input';
14
+ import 'node:stream';
15
+ import 'node:process';
16
+ import { u as useApp } from './use-app-Cj2bzWaw.js';
17
+ import { T as TextInput } from './index-oFqGtEeF.js';
15
18
  import { exec } from 'child_process';
16
19
  import { platform } from 'os';
17
- import { u as useBuildState, B as BuildPanel } from './useBuildState-BZuezCb6.js';
18
- import 'chalk';
20
+ import { u as useBuildState, B as BuildPanel } from './useBuildState-pcDGDakI.js';
19
21
  import { i as initRunnerLogger, s as setFileLoggerTuiMode } from './runner-logger-instance-nDWv2h2T.js';
20
- import './_commonjsHelpers-DcsQGttR.js';
21
- import 'conf';
22
+ import './_commonjsHelpers-h-Bqc03Z.js';
23
+ import 'assert';
24
+ import 'events';
22
25
  import 'node:os';
26
+ import 'module';
27
+ import 'node:buffer';
28
+ import 'conf';
23
29
  import 'node:fs/promises';
24
30
  import 'node:util';
25
31
 
@@ -1704,4 +1710,4 @@ async function startCommand(options) {
1704
1710
  }
1705
1711
 
1706
1712
  export { startCommand };
1707
- //# sourceMappingURL=start-B4P27nZ7.js.map
1713
+ //# sourceMappingURL=start-CQKEEma-.js.map