@oclif/plugin-test-esbuild 0.5.95 → 0.5.97

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/README.md CHANGED
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild
17
17
  $ bundle COMMAND
18
18
  running command...
19
19
  $ bundle (--version)
20
- @oclif/plugin-test-esbuild/0.5.95 linux-x64 node-v22.17.1
20
+ @oclif/plugin-test-esbuild/0.5.97 linux-x64 node-v22.19.0
21
21
  $ bundle --help [COMMAND]
22
22
  USAGE
23
23
  $ bundle COMMAND
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_lib
3
- } from "./chunk-QQ5AH2JR.js";
3
+ } from "./chunk-DQWFSJDY.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_lib
3
- } from "./chunk-QQ5AH2JR.js";
3
+ } from "./chunk-DQWFSJDY.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims
@@ -254,7 +254,7 @@ var require_package = __commonJS({
254
254
  module.exports = {
255
255
  name: "@oclif/core",
256
256
  description: "base library for oclif CLIs",
257
- version: "4.5.2",
257
+ version: "4.5.3",
258
258
  author: "Salesforce",
259
259
  bugs: "https://github.com/oclif/core/issues",
260
260
  dependencies: {
@@ -279,7 +279,7 @@ var require_package = __commonJS({
279
279
  },
280
280
  devDependencies: {
281
281
  "@commitlint/config-conventional": "^19",
282
- "@eslint/compat": "^1.3.1",
282
+ "@eslint/compat": "^1.3.2",
283
283
  "@oclif/plugin-help": "^6",
284
284
  "@oclif/plugin-plugins": "^5",
285
285
  "@oclif/prettier-config": "^0.2.1",
@@ -309,13 +309,13 @@ var require_package = __commonJS({
309
309
  husky: "^9.1.7",
310
310
  "lint-staged": "^15",
311
311
  madge: "^6.1.0",
312
- mocha: "^10.8.2",
312
+ mocha: "^11.7.2",
313
313
  nyc: "^15.1.0",
314
314
  prettier: "^3.6.2",
315
315
  shx: "^0.4.0",
316
316
  sinon: "^18",
317
317
  "ts-node": "^10.9.2",
318
- tsd: "^0.32.0",
318
+ tsd: "^0.33.0",
319
319
  typescript: "^5"
320
320
  },
321
321
  engines: {
@@ -538,7 +538,7 @@ function encode_char(c) {
538
538
  return match[1].toUpperCase();
539
539
  });
540
540
  };
541
- exports.createNullProtoObjWherePossible = function() {
541
+ exports.createNullProtoObjWherePossible = (function() {
542
542
  if (typeof Object.create == "function") {
543
543
  return function() {
544
544
  return /* @__PURE__ */ Object.create(null);
@@ -552,7 +552,7 @@ function encode_char(c) {
552
552
  return function() {
553
553
  return {};
554
554
  };
555
- }();
555
+ })();
556
556
  exports.hasOwnOnlyObject = function(obj) {
557
557
  var o = exports.createNullProtoObjWherePossible();
558
558
  for (var p in obj) {
@@ -3637,7 +3637,7 @@ var require_ansis = __commonJS({
3637
3637
  return e2 < 8 ? 30 + e2 : e2 < 16 ? e2 - 8 + 90 : (e2 >= 232 ? t2 = r2 = n2 = (10 * (e2 - 232) + 8) / 255 : (o2 = (e2 -= 16) % 36, t2 = (e2 / 36 | 0) / 5, r2 = (o2 / 6 | 0) / 5, n2 = o2 % 6 / 5), l2 = 2 * i(t2, r2, n2), l2 ? 30 + (s(n2) << 2 | s(r2) << 1 | s(t2)) + (2 ^ l2 ? 0 : 60) : 30);
3638
3638
  };
3639
3639
  var u = (() => {
3640
- let e2 = (e3) => i2.some((t3) => e3.test(t3)), t2 = globalThis, r2 = t2.Deno, l2 = !!r2, s2 = t2.process || r2 || {}, i2 = s2.argv || s2.args || [], o2 = s2.env || {}, a2 = -1;
3640
+ let e2 = (e3) => i2.some(((t3) => e3.test(t3))), t2 = globalThis, r2 = t2.Deno, l2 = !!r2, s2 = t2.process || r2 || {}, i2 = s2.argv || s2.args || [], o2 = s2.env || {}, a2 = -1;
3641
3641
  if (l2) try {
3642
3642
  o2 = o2.toObject();
3643
3643
  } catch (e3) {
@@ -3666,9 +3666,9 @@ var require_ansis = __commonJS({
3666
3666
  var w = { ansi256: $, bgAnsi256: x, fg: $, bg: x, rgb: h, bgRgb: O, hex: y(h), bgHex: y(O), visible: g, reset: d(0, 0), bold: d(1, 22), dim: d(2, 22), italic: d(3, 23), underline: d(4, 24), inverse: d(7, 27), hidden: d(8, 28) };
3667
3667
  var R = "Bright";
3668
3668
  var E = 30;
3669
- "black,red,green,yellow,blue,magenta,cyan,white".split(",").map((e2) => {
3669
+ "black,red,green,yellow,blue,magenta,cyan,white".split(",").map(((e2) => {
3670
3670
  T = "bg" + e2[0].toUpperCase() + e2.slice(1), w[e2] = d(E, f), w[e2 + R] = d(60 + E, f), w[T] = d(E + 10, b), w[T + R] = d(70 + E++, b);
3671
- }), w.grey = w.gray = d(90, f), w.bgGrey = w.bgGray = d(100, b), w.strikethrough = w.strike = d(9, 29);
3671
+ })), w.grey = w.gray = d(90, f), w.bgGrey = w.bgGray = d(100, b), w.strikethrough = w.strike = d(9, 29);
3672
3672
  var v;
3673
3673
  var C = {};
3674
3674
  var I = ({ _p: e2 }, { open: r2, close: n2 }) => {
@@ -3959,7 +3959,7 @@ var require_error = __commonJS({
3959
3959
  "node_modules/@oclif/core/lib/errors/error.js"(exports) {
3960
3960
  "use strict";
3961
3961
  init_cjs_shims();
3962
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
3962
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
3963
3963
  if (k2 === void 0) k2 = k;
3964
3964
  var desc = Object.getOwnPropertyDescriptor(m, k);
3965
3965
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -3968,16 +3968,16 @@ var require_error = __commonJS({
3968
3968
  } };
3969
3969
  }
3970
3970
  Object.defineProperty(o, k2, desc);
3971
- } : function(o, m, k, k2) {
3971
+ }) : (function(o, m, k, k2) {
3972
3972
  if (k2 === void 0) k2 = k;
3973
3973
  o[k2] = m[k];
3974
- });
3975
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
3974
+ }));
3975
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
3976
3976
  Object.defineProperty(o, "default", { enumerable: true, value: v });
3977
- } : function(o, v) {
3977
+ }) : function(o, v) {
3978
3978
  o["default"] = v;
3979
3979
  });
3980
- var __importStar = exports && exports.__importStar || /* @__PURE__ */ function() {
3980
+ var __importStar = exports && exports.__importStar || /* @__PURE__ */ (function() {
3981
3981
  var ownKeys = function(o) {
3982
3982
  ownKeys = Object.getOwnPropertyNames || function(o2) {
3983
3983
  var ar = [];
@@ -3995,7 +3995,7 @@ var require_error = __commonJS({
3995
3995
  __setModuleDefault(result, mod);
3996
3996
  return result;
3997
3997
  };
3998
- }();
3998
+ })();
3999
3999
  Object.defineProperty(exports, "__esModule", { value: true });
4000
4000
  exports.error = error;
4001
4001
  var logger_1 = require_logger();
@@ -76641,9 +76641,9 @@ ${lanes.join("\n")}
76641
76641
  const elem = getElaborationElementForJsxChild(child, childrenNameType, getInvalidTextualChildDiagnostic);
76642
76642
  if (elem) {
76643
76643
  result = elaborateElementwise(
76644
- function* () {
76644
+ (function* () {
76645
76645
  yield elem;
76646
- }(),
76646
+ })(),
76647
76647
  source,
76648
76648
  target,
76649
76649
  relation,
@@ -182330,7 +182330,7 @@ ${newComment.split("\n").map((c) => ` * ${c}`).join("\n")}
182330
182330
  return !!(symbol2.flags & 1920) && !((_a = symbol2.declarations) == null ? void 0 : _a.every((d) => d.parent === node.parent));
182331
182331
  } : isRhsOfImportDeclaration ? (
182332
182332
  // Any kind is allowed when dotting off namespace in internal import equals declaration
182333
- (symbol2) => isValidTypeAccess(symbol2) || isValidValueAccess(symbol2)
182333
+ ((symbol2) => isValidTypeAccess(symbol2) || isValidValueAccess(symbol2))
182334
182334
  ) : isTypeLocation || insideJsDocTagTypeExpression ? isValidTypeAccess : isValidValueAccess;
182335
182335
  for (const exportedSymbol of exportedSymbols) {
182336
182336
  if (isValidAccess(exportedSymbol)) {
@@ -216306,7 +216306,7 @@ var require_util3 = __commonJS({
216306
216306
  "node_modules/@oclif/core/lib/help/util.js"(exports) {
216307
216307
  "use strict";
216308
216308
  init_cjs_shims();
216309
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
216309
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
216310
216310
  if (k2 === void 0) k2 = k;
216311
216311
  var desc = Object.getOwnPropertyDescriptor(m, k);
216312
216312
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -216315,16 +216315,16 @@ var require_util3 = __commonJS({
216315
216315
  } };
216316
216316
  }
216317
216317
  Object.defineProperty(o, k2, desc);
216318
- } : function(o, m, k, k2) {
216318
+ }) : (function(o, m, k, k2) {
216319
216319
  if (k2 === void 0) k2 = k;
216320
216320
  o[k2] = m[k];
216321
- });
216322
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
216321
+ }));
216322
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
216323
216323
  Object.defineProperty(o, "default", { enumerable: true, value: v });
216324
- } : function(o, v) {
216324
+ }) : function(o, v) {
216325
216325
  o["default"] = v;
216326
216326
  });
216327
- var __importStar = exports && exports.__importStar || /* @__PURE__ */ function() {
216327
+ var __importStar = exports && exports.__importStar || /* @__PURE__ */ (function() {
216328
216328
  var ownKeys = function(o) {
216329
216329
  ownKeys = Object.getOwnPropertyNames || function(o2) {
216330
216330
  var ar = [];
@@ -216342,7 +216342,7 @@ var require_util3 = __commonJS({
216342
216342
  __setModuleDefault(result, mod);
216343
216343
  return result;
216344
216344
  };
216345
- }();
216345
+ })();
216346
216346
  Object.defineProperty(exports, "__esModule", { value: true });
216347
216347
  exports.template = template;
216348
216348
  exports.standardizeIDFromArgv = standardizeIDFromArgv;
@@ -219753,7 +219753,7 @@ var require_walker = __commonJS({
219753
219753
  "node_modules/fdir/dist/api/walker.js"(exports) {
219754
219754
  "use strict";
219755
219755
  init_cjs_shims();
219756
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
219756
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
219757
219757
  if (k2 === void 0) k2 = k;
219758
219758
  var desc = Object.getOwnPropertyDescriptor(m, k);
219759
219759
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -219762,13 +219762,13 @@ var require_walker = __commonJS({
219762
219762
  } };
219763
219763
  }
219764
219764
  Object.defineProperty(o, k2, desc);
219765
- } : function(o, m, k, k2) {
219765
+ }) : (function(o, m, k, k2) {
219766
219766
  if (k2 === void 0) k2 = k;
219767
219767
  o[k2] = m[k];
219768
- });
219769
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
219768
+ }));
219769
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
219770
219770
  Object.defineProperty(o, "default", { enumerable: true, value: v });
219771
- } : function(o, v) {
219771
+ }) : function(o, v) {
219772
219772
  o["default"] = v;
219773
219773
  });
219774
219774
  var __importStar = exports && exports.__importStar || function(mod) {
@@ -221621,7 +221621,7 @@ var require_dist = __commonJS({
221621
221621
  "node_modules/fdir/dist/index.js"(exports) {
221622
221622
  "use strict";
221623
221623
  init_cjs_shims();
221624
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
221624
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
221625
221625
  if (k2 === void 0) k2 = k;
221626
221626
  var desc = Object.getOwnPropertyDescriptor(m, k);
221627
221627
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -221630,10 +221630,10 @@ var require_dist = __commonJS({
221630
221630
  } };
221631
221631
  }
221632
221632
  Object.defineProperty(o, k2, desc);
221633
- } : function(o, m, k, k2) {
221633
+ }) : (function(o, m, k, k2) {
221634
221634
  if (k2 === void 0) k2 = k;
221635
221635
  o[k2] = m[k];
221636
- });
221636
+ }));
221637
221637
  var __exportStar = exports && exports.__exportStar || function(m, exports2) {
221638
221638
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports2, p)) __createBinding(exports2, m, p);
221639
221639
  };
@@ -223258,7 +223258,7 @@ var require_config = __commonJS({
223258
223258
  "node_modules/@oclif/core/lib/config/config.js"(exports, module) {
223259
223259
  "use strict";
223260
223260
  init_cjs_shims();
223261
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
223261
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
223262
223262
  if (k2 === void 0) k2 = k;
223263
223263
  var desc = Object.getOwnPropertyDescriptor(m, k);
223264
223264
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -223267,16 +223267,16 @@ var require_config = __commonJS({
223267
223267
  } };
223268
223268
  }
223269
223269
  Object.defineProperty(o, k2, desc);
223270
- } : function(o, m, k, k2) {
223270
+ }) : (function(o, m, k, k2) {
223271
223271
  if (k2 === void 0) k2 = k;
223272
223272
  o[k2] = m[k];
223273
- });
223274
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
223273
+ }));
223274
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
223275
223275
  Object.defineProperty(o, "default", { enumerable: true, value: v });
223276
- } : function(o, v) {
223276
+ }) : function(o, v) {
223277
223277
  o["default"] = v;
223278
223278
  });
223279
- var __importStar = exports && exports.__importStar || /* @__PURE__ */ function() {
223279
+ var __importStar = exports && exports.__importStar || /* @__PURE__ */ (function() {
223280
223280
  var ownKeys = function(o) {
223281
223281
  ownKeys = Object.getOwnPropertyNames || function(o2) {
223282
223282
  var ar = [];
@@ -223294,7 +223294,7 @@ var require_config = __commonJS({
223294
223294
  __setModuleDefault(result, mod);
223295
223295
  return result;
223296
223296
  };
223297
- }();
223297
+ })();
223298
223298
  var __importDefault = exports && exports.__importDefault || function(mod) {
223299
223299
  return mod && mod.__esModule ? mod : { "default": mod };
223300
223300
  };
@@ -224252,6 +224252,7 @@ var require_parse2 = __commonJS({
224252
224252
  };
224253
224253
  Object.defineProperty(exports, "__esModule", { value: true });
224254
224254
  exports.Parser = exports.readStdin = void 0;
224255
+ var node_os_1 = __require("node:os");
224255
224256
  var node_readline_1 = __require("node:readline");
224256
224257
  var cache_1 = __importDefault(require_cache());
224257
224258
  var logger_1 = require_logger();
@@ -224274,7 +224275,7 @@ var require_parse2 = __commonJS({
224274
224275
  return globalThis.oclif.stdinCache;
224275
224276
  }
224276
224277
  return new Promise((resolve) => {
224277
- let result = "";
224278
+ const lines = [];
224278
224279
  const ac = new AbortController();
224279
224280
  const { signal } = ac;
224280
224281
  const timeout = setTimeout(() => ac.abort(), 10);
@@ -224284,9 +224285,10 @@ var require_parse2 = __commonJS({
224284
224285
  terminal: false
224285
224286
  });
224286
224287
  rl.on("line", (line) => {
224287
- result += line;
224288
+ lines.push(line);
224288
224289
  });
224289
224290
  rl.once("close", () => {
224291
+ const result = lines.join(node_os_1.EOL);
224290
224292
  clearTimeout(timeout);
224291
224293
  debug("resolved from stdin", result);
224292
224294
  globalThis.oclif = { ...globalThis.oclif, stdinCache: result };
@@ -224935,7 +224937,7 @@ var require_command2 = __commonJS({
224935
224937
  "node_modules/@oclif/core/lib/command.js"(exports) {
224936
224938
  "use strict";
224937
224939
  init_cjs_shims();
224938
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
224940
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
224939
224941
  if (k2 === void 0) k2 = k;
224940
224942
  var desc = Object.getOwnPropertyDescriptor(m, k);
224941
224943
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -224944,16 +224946,16 @@ var require_command2 = __commonJS({
224944
224946
  } };
224945
224947
  }
224946
224948
  Object.defineProperty(o, k2, desc);
224947
- } : function(o, m, k, k2) {
224949
+ }) : (function(o, m, k, k2) {
224948
224950
  if (k2 === void 0) k2 = k;
224949
224951
  o[k2] = m[k];
224950
- });
224951
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
224952
+ }));
224953
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
224952
224954
  Object.defineProperty(o, "default", { enumerable: true, value: v });
224953
- } : function(o, v) {
224955
+ }) : function(o, v) {
224954
224956
  o["default"] = v;
224955
224957
  });
224956
- var __importStar = exports && exports.__importStar || /* @__PURE__ */ function() {
224958
+ var __importStar = exports && exports.__importStar || /* @__PURE__ */ (function() {
224957
224959
  var ownKeys = function(o) {
224958
224960
  ownKeys = Object.getOwnPropertyNames || function(o2) {
224959
224961
  var ar = [];
@@ -224971,7 +224973,7 @@ var require_command2 = __commonJS({
224971
224973
  __setModuleDefault(result, mod);
224972
224974
  return result;
224973
224975
  };
224974
- }();
224976
+ })();
224975
224977
  var __importDefault = exports && exports.__importDefault || function(mod) {
224976
224978
  return mod && mod.__esModule ? mod : { "default": mod };
224977
224979
  };
@@ -225437,7 +225439,7 @@ var require_lib = __commonJS({
225437
225439
  "node_modules/@oclif/core/lib/index.js"(exports) {
225438
225440
  "use strict";
225439
225441
  init_cjs_shims();
225440
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
225442
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
225441
225443
  if (k2 === void 0) k2 = k;
225442
225444
  var desc = Object.getOwnPropertyDescriptor(m, k);
225443
225445
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -225446,16 +225448,16 @@ var require_lib = __commonJS({
225446
225448
  } };
225447
225449
  }
225448
225450
  Object.defineProperty(o, k2, desc);
225449
- } : function(o, m, k, k2) {
225451
+ }) : (function(o, m, k, k2) {
225450
225452
  if (k2 === void 0) k2 = k;
225451
225453
  o[k2] = m[k];
225452
- });
225453
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
225454
+ }));
225455
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
225454
225456
  Object.defineProperty(o, "default", { enumerable: true, value: v });
225455
- } : function(o, v) {
225457
+ }) : function(o, v) {
225456
225458
  o["default"] = v;
225457
225459
  });
225458
- var __importStar = exports && exports.__importStar || /* @__PURE__ */ function() {
225460
+ var __importStar = exports && exports.__importStar || /* @__PURE__ */ (function() {
225459
225461
  var ownKeys = function(o) {
225460
225462
  ownKeys = Object.getOwnPropertyNames || function(o2) {
225461
225463
  var ar = [];
@@ -225473,7 +225475,7 @@ var require_lib = __commonJS({
225473
225475
  __setModuleDefault(result, mod);
225474
225476
  return result;
225475
225477
  };
225476
- }();
225478
+ })();
225477
225479
  Object.defineProperty(exports, "__esModule", { value: true });
225478
225480
  exports.ux = exports.toStandardizedId = exports.toConfiguredId = exports.settings = exports.Performance = exports.Parser = exports.ModuleLoader = exports.getLogger = exports.Interfaces = exports.loadHelpClass = exports.HelpBase = exports.Help = exports.CommandHelp = exports.flush = exports.Flags = exports.execute = exports.handle = exports.Errors = exports.Plugin = exports.Config = exports.Command = exports.Args = void 0;
225479
225481
  var util_1 = require_util();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_lib
3
- } from "./chunk-QQ5AH2JR.js";
3
+ } from "./chunk-DQWFSJDY.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_lib
3
- } from "./chunk-QQ5AH2JR.js";
3
+ } from "./chunk-DQWFSJDY.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ESBuild
3
- } from "../chunk-3CDKV3BJ.js";
4
- import "../chunk-QQ5AH2JR.js";
3
+ } from "../chunk-W7O6PTBH.js";
4
+ import "../chunk-DQWFSJDY.js";
5
5
  import "../chunk-KTIWHTBR.js";
6
6
  import "../chunk-RRP6KXWN.js";
7
7
  export {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Hello
3
- } from "../../chunk-UZESBGIN.js";
4
- import "../../chunk-QQ5AH2JR.js";
3
+ } from "../../chunk-6KTENSBY.js";
4
+ import "../../chunk-DQWFSJDY.js";
5
5
  import "../../chunk-KTIWHTBR.js";
6
6
  import "../../chunk-RRP6KXWN.js";
7
7
  export {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  World
3
- } from "../../chunk-ZAMVKT35.js";
4
- import "../../chunk-QQ5AH2JR.js";
3
+ } from "../../chunk-BQNWCYWY.js";
4
+ import "../../chunk-DQWFSJDY.js";
5
5
  import "../../chunk-KTIWHTBR.js";
6
6
  import "../../chunk-RRP6KXWN.js";
7
7
  export {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  init_default
3
- } from "../../chunk-7DJQS2HT.js";
4
- import "../../chunk-QQ5AH2JR.js";
3
+ } from "../../chunk-YACCSRPH.js";
4
+ import "../../chunk-DQWFSJDY.js";
5
5
  import "../../chunk-KTIWHTBR.js";
6
6
  import "../../chunk-RRP6KXWN.js";
7
7
  export {
package/dist/index.js CHANGED
@@ -1,20 +1,20 @@
1
1
  import {
2
2
  ESBuild
3
- } from "./chunk-3CDKV3BJ.js";
3
+ } from "./chunk-W7O6PTBH.js";
4
4
  import {
5
5
  Hello
6
- } from "./chunk-UZESBGIN.js";
6
+ } from "./chunk-6KTENSBY.js";
7
7
  import {
8
8
  World
9
- } from "./chunk-ZAMVKT35.js";
9
+ } from "./chunk-BQNWCYWY.js";
10
10
  import {
11
11
  init_default
12
- } from "./chunk-7DJQS2HT.js";
12
+ } from "./chunk-YACCSRPH.js";
13
13
  import {
14
14
  require_ansis,
15
15
  require_lib,
16
16
  require_src
17
- } from "./chunk-QQ5AH2JR.js";
17
+ } from "./chunk-DQWFSJDY.js";
18
18
  import {
19
19
  require_lib as require_lib2
20
20
  } from "./chunk-SO2G2ODZ.js";
@@ -322,7 +322,7 @@ var NPM = class {
322
322
  const npmPath = npmPjsonPath.slice(0, Math.max(0, npmPjsonPath.lastIndexOf(sep)));
323
323
  this.bin = join(npmPath, npmPjson.bin.npm);
324
324
  } catch {
325
- const { default: which } = await import("./lib-ROUCSBBQ.js");
325
+ const { default: which } = await import("./lib-EQZCZ6WM.js");
326
326
  this.bin = await which("npm");
327
327
  }
328
328
  if (!this.bin) {
@@ -403,7 +403,7 @@ var Yarn = class {
403
403
  try {
404
404
  this.bin = require2.resolve("yarn/bin/yarn.js", { paths: [this.config.root, fileURLToPath2(import.meta.url)] });
405
405
  } catch {
406
- const { default: which } = await import("./lib-ROUCSBBQ.js");
406
+ const { default: which } = await import("./lib-EQZCZ6WM.js");
407
407
  this.bin = await which("yarn");
408
408
  }
409
409
  if (!this.bin) {
@@ -124,7 +124,7 @@ var require_cjs = __commonJS({
124
124
  "node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/index.js"(exports) {
125
125
  "use strict";
126
126
  init_cjs_shims();
127
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
127
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
128
128
  if (k2 === void 0) k2 = k;
129
129
  var desc = Object.getOwnPropertyDescriptor(m, k);
130
130
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -133,13 +133,13 @@ var require_cjs = __commonJS({
133
133
  } };
134
134
  }
135
135
  Object.defineProperty(o, k2, desc);
136
- } : function(o, m, k, k2) {
136
+ }) : (function(o, m, k, k2) {
137
137
  if (k2 === void 0) k2 = k;
138
138
  o[k2] = m[k];
139
- });
140
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
139
+ }));
140
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
141
141
  Object.defineProperty(o, "default", { enumerable: true, value: v });
142
- } : function(o, v) {
142
+ }) : function(o, v) {
143
143
  o["default"] = v;
144
144
  });
145
145
  var __importStar = exports && exports.__importStar || function(mod) {
@@ -475,5 +475,5 @@
475
475
  "enableJsonFlag": false
476
476
  }
477
477
  },
478
- "version": "0.5.95"
478
+ "version": "0.5.97"
479
479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.5.95",
3
+ "version": "0.5.97",
4
4
  "description": "Bundled plugin for testing",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
@@ -13,22 +13,22 @@
13
13
  "dependencies": {
14
14
  "@oclif/core": "^4",
15
15
  "@oclif/plugin-plugins": "^5.4.46",
16
- "@oclif/plugin-test-esm-1": "^0.8.84"
16
+ "@oclif/plugin-test-esm-1": "^0.8.87"
17
17
  },
18
18
  "devDependencies": {
19
- "@eslint/compat": "^1.3.1",
19
+ "@eslint/compat": "^1.3.2",
20
20
  "@oclif/prettier-config": "^0.2.1",
21
21
  "@oclif/test": "^4",
22
22
  "@types/chai": "^4",
23
23
  "@types/mocha": "^10",
24
24
  "@types/node": "^18",
25
25
  "chai": "^4",
26
- "esbuild": "^0.25.7",
27
- "eslint": "^9.32.0",
28
- "eslint-config-oclif": "^6.0.87",
29
- "eslint-config-prettier": "^10.1.5",
26
+ "esbuild": "^0.25.9",
27
+ "eslint": "^9.35.0",
28
+ "eslint-config-oclif": "^6.0.101",
29
+ "eslint-config-prettier": "^10.1.8",
30
30
  "mocha": "^10",
31
- "oclif": "^4.21.0",
31
+ "oclif": "^4.22.16",
32
32
  "shx": "^0.4.0",
33
33
  "ts-node": "^10.9.2",
34
34
  "typescript": "^5"