@oclif/plugin-test-esbuild 0.5.94 → 0.5.96

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.94 linux-x64 node-v22.17.1
20
+ @oclif/plugin-test-esbuild/0.5.96 linux-x64 node-v22.18.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-AYIYHPYZ.js";
4
4
  import {
5
5
  __toESM,
6
6
  init_cjs_shims
@@ -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
  };
@@ -224935,7 +224935,7 @@ var require_command2 = __commonJS({
224935
224935
  "node_modules/@oclif/core/lib/command.js"(exports) {
224936
224936
  "use strict";
224937
224937
  init_cjs_shims();
224938
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
224938
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
224939
224939
  if (k2 === void 0) k2 = k;
224940
224940
  var desc = Object.getOwnPropertyDescriptor(m, k);
224941
224941
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -224944,16 +224944,16 @@ var require_command2 = __commonJS({
224944
224944
  } };
224945
224945
  }
224946
224946
  Object.defineProperty(o, k2, desc);
224947
- } : function(o, m, k, k2) {
224947
+ }) : (function(o, m, k, k2) {
224948
224948
  if (k2 === void 0) k2 = k;
224949
224949
  o[k2] = m[k];
224950
- });
224951
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
224950
+ }));
224951
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
224952
224952
  Object.defineProperty(o, "default", { enumerable: true, value: v });
224953
- } : function(o, v) {
224953
+ }) : function(o, v) {
224954
224954
  o["default"] = v;
224955
224955
  });
224956
- var __importStar = exports && exports.__importStar || /* @__PURE__ */ function() {
224956
+ var __importStar = exports && exports.__importStar || /* @__PURE__ */ (function() {
224957
224957
  var ownKeys = function(o) {
224958
224958
  ownKeys = Object.getOwnPropertyNames || function(o2) {
224959
224959
  var ar = [];
@@ -224971,7 +224971,7 @@ var require_command2 = __commonJS({
224971
224971
  __setModuleDefault(result, mod);
224972
224972
  return result;
224973
224973
  };
224974
- }();
224974
+ })();
224975
224975
  var __importDefault = exports && exports.__importDefault || function(mod) {
224976
224976
  return mod && mod.__esModule ? mod : { "default": mod };
224977
224977
  };
@@ -225437,7 +225437,7 @@ var require_lib = __commonJS({
225437
225437
  "node_modules/@oclif/core/lib/index.js"(exports) {
225438
225438
  "use strict";
225439
225439
  init_cjs_shims();
225440
- var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
225440
+ var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
225441
225441
  if (k2 === void 0) k2 = k;
225442
225442
  var desc = Object.getOwnPropertyDescriptor(m, k);
225443
225443
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
@@ -225446,16 +225446,16 @@ var require_lib = __commonJS({
225446
225446
  } };
225447
225447
  }
225448
225448
  Object.defineProperty(o, k2, desc);
225449
- } : function(o, m, k, k2) {
225449
+ }) : (function(o, m, k, k2) {
225450
225450
  if (k2 === void 0) k2 = k;
225451
225451
  o[k2] = m[k];
225452
- });
225453
- var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? function(o, v) {
225452
+ }));
225453
+ var __setModuleDefault = exports && exports.__setModuleDefault || (Object.create ? (function(o, v) {
225454
225454
  Object.defineProperty(o, "default", { enumerable: true, value: v });
225455
- } : function(o, v) {
225455
+ }) : function(o, v) {
225456
225456
  o["default"] = v;
225457
225457
  });
225458
- var __importStar = exports && exports.__importStar || /* @__PURE__ */ function() {
225458
+ var __importStar = exports && exports.__importStar || /* @__PURE__ */ (function() {
225459
225459
  var ownKeys = function(o) {
225460
225460
  ownKeys = Object.getOwnPropertyNames || function(o2) {
225461
225461
  var ar = [];
@@ -225473,7 +225473,7 @@ var require_lib = __commonJS({
225473
225473
  __setModuleDefault(result, mod);
225474
225474
  return result;
225475
225475
  };
225476
- }();
225476
+ })();
225477
225477
  Object.defineProperty(exports, "__esModule", { value: true });
225478
225478
  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
225479
  var util_1 = require_util();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_lib
3
- } from "./chunk-QQ5AH2JR.js";
3
+ } from "./chunk-AYIYHPYZ.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-AYIYHPYZ.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-AYIYHPYZ.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-2XQMMIL2.js";
4
+ import "../chunk-AYIYHPYZ.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-VKTV3E2M.js";
4
+ import "../../chunk-AYIYHPYZ.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-RMH3HTKT.js";
4
+ import "../../chunk-AYIYHPYZ.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-UYB5GF2G.js";
4
+ import "../../chunk-AYIYHPYZ.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-2XQMMIL2.js";
4
4
  import {
5
5
  Hello
6
- } from "./chunk-UZESBGIN.js";
6
+ } from "./chunk-VKTV3E2M.js";
7
7
  import {
8
8
  World
9
- } from "./chunk-ZAMVKT35.js";
9
+ } from "./chunk-RMH3HTKT.js";
10
10
  import {
11
11
  init_default
12
- } from "./chunk-7DJQS2HT.js";
12
+ } from "./chunk-UYB5GF2G.js";
13
13
  import {
14
14
  require_ansis,
15
15
  require_lib,
16
16
  require_src
17
- } from "./chunk-QQ5AH2JR.js";
17
+ } from "./chunk-AYIYHPYZ.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.94"
478
+ "version": "0.5.96"
479
479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esbuild",
3
- "version": "0.5.94",
3
+ "version": "0.5.96",
4
4
  "description": "Bundled plugin for testing",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
@@ -12,23 +12,23 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@oclif/core": "^4",
15
- "@oclif/plugin-plugins": "^5.4.45",
16
- "@oclif/plugin-test-esm-1": "^0.8.84"
15
+ "@oclif/plugin-plugins": "^5.4.46",
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.31.0",
28
- "eslint-config-oclif": "^6.0.87",
29
- "eslint-config-prettier": "^10.1.5",
26
+ "esbuild": "^0.25.9",
27
+ "eslint": "^9.33.0",
28
+ "eslint-config-oclif": "^6.0.94",
29
+ "eslint-config-prettier": "^10.1.8",
30
30
  "mocha": "^10",
31
- "oclif": "^4.21.0",
31
+ "oclif": "^4.22.9",
32
32
  "shx": "^0.4.0",
33
33
  "ts-node": "^10.9.2",
34
34
  "typescript": "^5"