@openbuilder/cli 0.50.44 → 0.50.46

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 (46) hide show
  1. package/dist/chunks/{Banner-BlktOjfl.js → Banner-BKC6yG6z.js} +2 -2
  2. package/dist/chunks/{Banner-BlktOjfl.js.map → Banner-BKC6yG6z.js.map} +1 -1
  3. package/dist/chunks/{cli-auth-ChCnxlFl.js → cli-auth-BgiGSBOt.js} +4 -4
  4. package/dist/chunks/{cli-auth-ChCnxlFl.js.map → cli-auth-BgiGSBOt.js.map} +1 -1
  5. package/dist/chunks/{index-oFqGtEeF.js → index-ZNRLfdj5.js} +2 -2
  6. package/dist/chunks/{index-oFqGtEeF.js.map → index-ZNRLfdj5.js.map} +1 -1
  7. package/dist/chunks/{init-BsQ3dhwf.js → init-IQRjA1g3.js} +5 -6
  8. package/dist/chunks/{init-BsQ3dhwf.js.map → init-IQRjA1g3.js.map} +1 -1
  9. package/dist/chunks/{init-tui-Dvk6Ndvl.js → init-tui-B4jfmo3U.js} +5 -6
  10. package/dist/chunks/{init-tui-Dvk6Ndvl.js.map → init-tui-B4jfmo3U.js.map} +1 -1
  11. package/dist/chunks/{login-BhtodVsj.js → login-CrIcDJpS.js} +2 -2
  12. package/dist/chunks/{login-BhtodVsj.js.map → login-CrIcDJpS.js.map} +1 -1
  13. package/dist/chunks/{logout-CDDASeuQ.js → logout-BxgiczmY.js} +2 -2
  14. package/dist/chunks/{logout-CDDASeuQ.js.map → logout-BxgiczmY.js.map} +1 -1
  15. package/dist/chunks/{main-tui-Cklcr3FX.js → main-tui-NPDVPKol.js} +7 -8
  16. package/dist/chunks/{main-tui-Cklcr3FX.js.map → main-tui-NPDVPKol.js.map} +1 -1
  17. package/dist/chunks/{port-allocator-Ct3ioni4.js → port-allocator-DuAZe2_S.js} +3 -4
  18. package/dist/chunks/{port-allocator-Ct3ioni4.js.map → port-allocator-DuAZe2_S.js.map} +1 -1
  19. package/dist/chunks/{run-wycadErJ.js → run-Yh3YjeLl.js} +10 -16
  20. package/dist/chunks/{run-wycadErJ.js.map → run-Yh3YjeLl.js.map} +1 -1
  21. package/dist/chunks/{start-CQKEEma-.js → start-B-brfyVy.js} +5 -6
  22. package/dist/chunks/{start-CQKEEma-.js.map → start-B-brfyVy.js.map} +1 -1
  23. package/dist/chunks/{theme-CktnrDZj.js → theme-DOjeB8BU.js} +13 -8
  24. package/dist/chunks/{theme-CktnrDZj.js.map → theme-DOjeB8BU.js.map} +1 -1
  25. package/dist/chunks/{use-app-Cj2bzWaw.js → use-app-DozfqdJj.js} +2 -2
  26. package/dist/chunks/{use-app-Cj2bzWaw.js.map → use-app-DozfqdJj.js.map} +1 -1
  27. package/dist/chunks/{useBuildState-pcDGDakI.js → useBuildState-DV6wurQ2.js} +2 -2
  28. package/dist/chunks/{useBuildState-pcDGDakI.js.map → useBuildState-DV6wurQ2.js.map} +1 -1
  29. package/dist/cli/index.js +7 -7
  30. package/dist/index.js +205 -2734
  31. package/dist/index.js.map +1 -1
  32. package/dist/instrument.js +7 -64162
  33. package/dist/instrument.js.map +1 -1
  34. package/package.json +2 -11
  35. package/dist/chunks/_commonjsHelpers-h-Bqc03Z.js +0 -34
  36. package/dist/chunks/_commonjsHelpers-h-Bqc03Z.js.map +0 -1
  37. package/dist/chunks/exports-ij9sv4UM.js +0 -7793
  38. package/dist/chunks/exports-ij9sv4UM.js.map +0 -1
  39. package/scripts/install-vendor-deps.js +0 -34
  40. package/scripts/install-vendor.js +0 -167
  41. package/scripts/prepare-release.js +0 -83
  42. package/vendor/ai-sdk-provider-claude-code-LOCAL.tgz +0 -0
  43. package/vendor/sentry-core-LOCAL.tgz +0 -0
  44. package/vendor/sentry-nextjs-LOCAL.tgz +0 -0
  45. package/vendor/sentry-node-LOCAL.tgz +0 -0
  46. package/vendor/sentry-node-core-LOCAL.tgz +0 -0
@@ -1,16 +1,21 @@
1
1
  // OpenBuilder CLI - Built with Rollup
2
2
  import { PassThrough, Stream } from 'node:stream';
3
3
  import process$1, { env, cwd } from 'node:process';
4
- import { a as getDefaultExportFromCjs, c as commonjsGlobal } from './_commonjsHelpers-h-Bqc03Z.js';
5
4
  import require$$0$1 from 'assert';
6
- import require$$5 from 'events';
5
+ import require$$2 from 'events';
7
6
  import chalk from 'chalk';
8
- import os__default from 'node:os';
7
+ import os from 'node:os';
9
8
  import { EventEmitter } from 'node:events';
10
9
  import * as fs from 'node:fs';
11
- import moduleModule__default from 'module';
10
+ import require$$1 from 'module';
12
11
  import { Buffer as Buffer$1 } from 'node:buffer';
13
12
 
13
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
14
+
15
+ function getDefaultExportFromCjs (x) {
16
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
17
+ }
18
+
14
19
  var react = {exports: {}};
15
20
 
16
21
  var react_production = {};
@@ -2031,7 +2036,7 @@ const isOldWindows = () => {
2031
2036
  return false;
2032
2037
  }
2033
2038
 
2034
- const parts = os__default.release().split('.');
2039
+ const parts = os.release().split('.');
2035
2040
  const major = Number(parts[0]);
2036
2041
  const build = Number(parts[2] ?? 0);
2037
2042
 
@@ -2201,7 +2206,7 @@ function requireSignalExit () {
2201
2206
  var signals = requireSignals();
2202
2207
  var isWin = /^win/i.test(process.platform);
2203
2208
 
2204
- var EE = require$$5;
2209
+ var EE = require$$2;
2205
2210
  /* istanbul ignore if */
2206
2211
  if (typeof EE !== 'function') {
2207
2212
  EE = EE.EventEmitter;
@@ -38283,7 +38288,7 @@ function requireStackUtils () {
38283
38288
  : '.';
38284
38289
 
38285
38290
  const natives = [].concat(
38286
- moduleModule__default.builtinModules,
38291
+ require$$1.builtinModules,
38287
38292
  'bootstrap_node',
38288
38293
  'node',
38289
38294
  ).map(n => new RegExp(`(?:\\((?:node:)?${n}(?:\\.js)?:\\d+:\\d+\\)$|^\\s*at (?:node:)?${n}(?:\\.js)?:\\d+:\\d+$)`));
@@ -40214,4 +40219,4 @@ const layout = {
40214
40219
  };
40215
40220
 
40216
40221
  export { AppContext as A, Box as B, React as R, Text as T, useStdout as a, render as b, colors as c, jsxRuntimeExports as j, layout as l, reactExports as r, symbols as s, useInput as u };
40217
- //# sourceMappingURL=theme-CktnrDZj.js.map
40222
+ //# sourceMappingURL=theme-DOjeB8BU.js.map