@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.
- package/dist/chunks/{Banner-BlktOjfl.js → Banner-BKC6yG6z.js} +2 -2
- package/dist/chunks/{Banner-BlktOjfl.js.map → Banner-BKC6yG6z.js.map} +1 -1
- package/dist/chunks/{cli-auth-ChCnxlFl.js → cli-auth-BgiGSBOt.js} +4 -4
- package/dist/chunks/{cli-auth-ChCnxlFl.js.map → cli-auth-BgiGSBOt.js.map} +1 -1
- package/dist/chunks/{index-oFqGtEeF.js → index-ZNRLfdj5.js} +2 -2
- package/dist/chunks/{index-oFqGtEeF.js.map → index-ZNRLfdj5.js.map} +1 -1
- package/dist/chunks/{init-BsQ3dhwf.js → init-IQRjA1g3.js} +5 -6
- package/dist/chunks/{init-BsQ3dhwf.js.map → init-IQRjA1g3.js.map} +1 -1
- package/dist/chunks/{init-tui-Dvk6Ndvl.js → init-tui-B4jfmo3U.js} +5 -6
- package/dist/chunks/{init-tui-Dvk6Ndvl.js.map → init-tui-B4jfmo3U.js.map} +1 -1
- package/dist/chunks/{login-BhtodVsj.js → login-CrIcDJpS.js} +2 -2
- package/dist/chunks/{login-BhtodVsj.js.map → login-CrIcDJpS.js.map} +1 -1
- package/dist/chunks/{logout-CDDASeuQ.js → logout-BxgiczmY.js} +2 -2
- package/dist/chunks/{logout-CDDASeuQ.js.map → logout-BxgiczmY.js.map} +1 -1
- package/dist/chunks/{main-tui-Cklcr3FX.js → main-tui-NPDVPKol.js} +7 -8
- package/dist/chunks/{main-tui-Cklcr3FX.js.map → main-tui-NPDVPKol.js.map} +1 -1
- package/dist/chunks/{port-allocator-Ct3ioni4.js → port-allocator-DuAZe2_S.js} +3 -4
- package/dist/chunks/{port-allocator-Ct3ioni4.js.map → port-allocator-DuAZe2_S.js.map} +1 -1
- package/dist/chunks/{run-wycadErJ.js → run-Yh3YjeLl.js} +10 -16
- package/dist/chunks/{run-wycadErJ.js.map → run-Yh3YjeLl.js.map} +1 -1
- package/dist/chunks/{start-CQKEEma-.js → start-B-brfyVy.js} +5 -6
- package/dist/chunks/{start-CQKEEma-.js.map → start-B-brfyVy.js.map} +1 -1
- package/dist/chunks/{theme-CktnrDZj.js → theme-DOjeB8BU.js} +13 -8
- package/dist/chunks/{theme-CktnrDZj.js.map → theme-DOjeB8BU.js.map} +1 -1
- package/dist/chunks/{use-app-Cj2bzWaw.js → use-app-DozfqdJj.js} +2 -2
- package/dist/chunks/{use-app-Cj2bzWaw.js.map → use-app-DozfqdJj.js.map} +1 -1
- package/dist/chunks/{useBuildState-pcDGDakI.js → useBuildState-DV6wurQ2.js} +2 -2
- package/dist/chunks/{useBuildState-pcDGDakI.js.map → useBuildState-DV6wurQ2.js.map} +1 -1
- package/dist/cli/index.js +7 -7
- package/dist/index.js +205 -2734
- package/dist/index.js.map +1 -1
- package/dist/instrument.js +7 -64162
- package/dist/instrument.js.map +1 -1
- package/package.json +2 -11
- package/dist/chunks/_commonjsHelpers-h-Bqc03Z.js +0 -34
- package/dist/chunks/_commonjsHelpers-h-Bqc03Z.js.map +0 -1
- package/dist/chunks/exports-ij9sv4UM.js +0 -7793
- package/dist/chunks/exports-ij9sv4UM.js.map +0 -1
- package/scripts/install-vendor-deps.js +0 -34
- package/scripts/install-vendor.js +0 -167
- package/scripts/prepare-release.js +0 -83
- package/vendor/ai-sdk-provider-claude-code-LOCAL.tgz +0 -0
- package/vendor/sentry-core-LOCAL.tgz +0 -0
- package/vendor/sentry-nextjs-LOCAL.tgz +0 -0
- package/vendor/sentry-node-LOCAL.tgz +0 -0
- 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
|
+
import require$$2 from 'events';
|
|
7
6
|
import chalk from 'chalk';
|
|
8
|
-
import
|
|
7
|
+
import os from 'node:os';
|
|
9
8
|
import { EventEmitter } from 'node:events';
|
|
10
9
|
import * as fs from 'node:fs';
|
|
11
|
-
import
|
|
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 =
|
|
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$$
|
|
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
|
-
|
|
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-
|
|
40222
|
+
//# sourceMappingURL=theme-DOjeB8BU.js.map
|