@openbuilder/cli 0.50.26 → 0.50.28
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/{main-tui-C-BqvY5r.js → main-tui-Cklcr3FX.js} +2 -2
- package/dist/chunks/{main-tui-C-BqvY5r.js.map → main-tui-Cklcr3FX.js.map} +1 -1
- package/dist/chunks/{run-BbtmU1EJ.js → run-wycadErJ.js} +3 -2
- package/dist/chunks/run-wycadErJ.js.map +1 -0
- package/dist/cli/index.js +4 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +751 -13
- package/dist/index.js.map +1 -1
- package/dist/instrument.js +10 -10
- package/dist/instrument.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunks/run-BbtmU1EJ.js.map +0 -1
package/dist/instrument.js
CHANGED
|
@@ -3,14 +3,14 @@ import { createRequire as __createRequire } from 'node:module';
|
|
|
3
3
|
const require = __createRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
import { g as getAugmentedNamespace, a as getDefaultExportFromCjs } from './chunks/_commonjsHelpers-h-Bqc03Z.js';
|
|
6
|
-
import require$$0$
|
|
6
|
+
import require$$0$1, { inspect, types as types$4 } from 'util';
|
|
7
7
|
import require$$2$2 from 'url';
|
|
8
8
|
import * as path$1 from 'path';
|
|
9
9
|
import path__default, { normalize } from 'path';
|
|
10
10
|
import * as moduleModule from 'module';
|
|
11
11
|
import moduleModule__default from 'module';
|
|
12
12
|
import require$$1$2 from 'tty';
|
|
13
|
-
import
|
|
13
|
+
import os__default from 'os';
|
|
14
14
|
import require$$3, { isMainThread, threadId } from 'worker_threads';
|
|
15
15
|
import { readFileSync } from 'fs';
|
|
16
16
|
import require$$5 from 'events';
|
|
@@ -25,7 +25,7 @@ import require$$1$5 from 'async_hooks';
|
|
|
25
25
|
import { execFile } from 'node:child_process';
|
|
26
26
|
import fs__default, { readdir, readFile, createReadStream, existsSync, readFileSync as readFileSync$1 } from 'node:fs';
|
|
27
27
|
import * as os from 'node:os';
|
|
28
|
-
import os__default from 'node:os';
|
|
28
|
+
import os__default$1 from 'node:os';
|
|
29
29
|
import require$$1$3, { join, dirname as dirname$1, posix, sep as sep$1 } from 'node:path';
|
|
30
30
|
import * as util from 'node:util';
|
|
31
31
|
import { promisify, types as types$5 } from 'node:util';
|
|
@@ -11830,7 +11830,7 @@ var hasRequiredSupportsColor;
|
|
|
11830
11830
|
function requireSupportsColor () {
|
|
11831
11831
|
if (hasRequiredSupportsColor) return supportsColor_1;
|
|
11832
11832
|
hasRequiredSupportsColor = 1;
|
|
11833
|
-
const os =
|
|
11833
|
+
const os = os__default;
|
|
11834
11834
|
const tty = require$$1$2;
|
|
11835
11835
|
const hasFlag = requireHasFlag();
|
|
11836
11836
|
|
|
@@ -11978,7 +11978,7 @@ function requireNode () {
|
|
|
11978
11978
|
hasRequiredNode = 1;
|
|
11979
11979
|
(function (module, exports$1) {
|
|
11980
11980
|
const tty = require$$1$2;
|
|
11981
|
-
const util = require$$0$
|
|
11981
|
+
const util = require$$0$1;
|
|
11982
11982
|
|
|
11983
11983
|
/**
|
|
11984
11984
|
* This is the Node.js implementation of `debug()`.
|
|
@@ -14008,7 +14008,7 @@ function requireError () {
|
|
|
14008
14008
|
if (hasRequiredError) return error;
|
|
14009
14009
|
hasRequiredError = 1;
|
|
14010
14010
|
|
|
14011
|
-
var util = require$$0$
|
|
14011
|
+
var util = require$$0$1;
|
|
14012
14012
|
|
|
14013
14013
|
/**
|
|
14014
14014
|
* An error thrown by the parser on unexpected input.
|
|
@@ -14119,7 +14119,7 @@ function requireForwardedParse () {
|
|
|
14119
14119
|
if (hasRequiredForwardedParse) return forwardedParse;
|
|
14120
14120
|
hasRequiredForwardedParse = 1;
|
|
14121
14121
|
|
|
14122
|
-
var util = require$$0$
|
|
14122
|
+
var util = require$$0$1;
|
|
14123
14123
|
|
|
14124
14124
|
var ParseError = requireError();
|
|
14125
14125
|
var ascii = requireAscii();
|
|
@@ -37633,7 +37633,7 @@ function requireOrchestrion_js () {
|
|
|
37633
37633
|
let imports = {};
|
|
37634
37634
|
imports['__wbindgen_placeholder__'] = module.exports;
|
|
37635
37635
|
let wasm;
|
|
37636
|
-
const { TextEncoder, TextDecoder } = require$$0$
|
|
37636
|
+
const { TextEncoder, TextDecoder } = require$$0$1;
|
|
37637
37637
|
|
|
37638
37638
|
let WASM_VECTOR_LEN = 0;
|
|
37639
37639
|
|
|
@@ -38319,7 +38319,7 @@ function requireTracingHooks () {
|
|
|
38319
38319
|
}
|
|
38320
38320
|
|
|
38321
38321
|
function dump(code, filename) {
|
|
38322
|
-
const os = os__default;
|
|
38322
|
+
const os = os__default$1;
|
|
38323
38323
|
const path = require$$1$3;
|
|
38324
38324
|
const fs = fs__default;
|
|
38325
38325
|
|
|
@@ -41433,7 +41433,7 @@ function requireInstrumentation$i () {
|
|
|
41433
41433
|
/** @knipignore */
|
|
41434
41434
|
const version_1 = requireVersion$j();
|
|
41435
41435
|
const constants_1 = requireConstants$1();
|
|
41436
|
-
const util_1 = require$$0$
|
|
41436
|
+
const util_1 = require$$0$1;
|
|
41437
41437
|
const utils_1 = requireUtils$f();
|
|
41438
41438
|
/**
|
|
41439
41439
|
* This is important for 2-level functions like `realpath.native` to retain the 2nd-level
|