@oclif/plugin-test-esbuild 0.5.74 → 0.5.76
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 +1 -1
- package/dist/index.js +2 -2
- package/dist/{lib-GHTB6ZPQ.js → lib-ROUCSBBQ.js} +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.
|
|
20
|
+
@oclif/plugin-test-esbuild/0.5.76 linux-x64 node-v22.14.0
|
|
21
21
|
$ bundle --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ bundle COMMAND
|
package/dist/index.js
CHANGED
|
@@ -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-
|
|
325
|
+
const { default: which } = await import("./lib-ROUCSBBQ.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-
|
|
406
|
+
const { default: which } = await import("./lib-ROUCSBBQ.js");
|
|
407
407
|
this.bin = await which("yarn");
|
|
408
408
|
}
|
|
409
409
|
if (!this.bin) {
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
init_cjs_shims
|
|
5
5
|
} from "./chunk-RRP6KXWN.js";
|
|
6
6
|
|
|
7
|
-
// node_modules/isexe/dist/cjs/posix.js
|
|
7
|
+
// node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/posix.js
|
|
8
8
|
var require_posix = __commonJS({
|
|
9
|
-
"node_modules/isexe/dist/cjs/posix.js"(exports) {
|
|
9
|
+
"node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/posix.js"(exports) {
|
|
10
10
|
"use strict";
|
|
11
11
|
init_cjs_shims();
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -58,9 +58,9 @@ var require_posix = __commonJS({
|
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
|
|
61
|
-
// node_modules/isexe/dist/cjs/win32.js
|
|
61
|
+
// node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/win32.js
|
|
62
62
|
var require_win32 = __commonJS({
|
|
63
|
-
"node_modules/isexe/dist/cjs/win32.js"(exports) {
|
|
63
|
+
"node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/win32.js"(exports) {
|
|
64
64
|
"use strict";
|
|
65
65
|
init_cjs_shims();
|
|
66
66
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -110,18 +110,18 @@ var require_win32 = __commonJS({
|
|
|
110
110
|
}
|
|
111
111
|
});
|
|
112
112
|
|
|
113
|
-
// node_modules/isexe/dist/cjs/options.js
|
|
113
|
+
// node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/options.js
|
|
114
114
|
var require_options = __commonJS({
|
|
115
|
-
"node_modules/isexe/dist/cjs/options.js"(exports) {
|
|
115
|
+
"node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/options.js"(exports) {
|
|
116
116
|
"use strict";
|
|
117
117
|
init_cjs_shims();
|
|
118
118
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
121
|
|
|
122
|
-
// node_modules/isexe/dist/cjs/index.js
|
|
122
|
+
// node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/index.js
|
|
123
123
|
var require_cjs = __commonJS({
|
|
124
|
-
"node_modules/isexe/dist/cjs/index.js"(exports) {
|
|
124
|
+
"node_modules/@oclif/plugin-plugins/node_modules/isexe/dist/cjs/index.js"(exports) {
|
|
125
125
|
"use strict";
|
|
126
126
|
init_cjs_shims();
|
|
127
127
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-esbuild",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.76",
|
|
4
4
|
"description": "Bundled plugin for testing",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@oclif/core": "^4",
|
|
15
15
|
"@oclif/plugin-plugins": "^5.4.36",
|
|
16
|
-
"@oclif/plugin-test-esm-1": "^0.8.
|
|
16
|
+
"@oclif/plugin-test-esm-1": "^0.8.69"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@eslint/compat": "^1.2.7",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"@types/node": "^18",
|
|
25
25
|
"chai": "^4",
|
|
26
26
|
"esbuild": "^0.25.1",
|
|
27
|
-
"eslint": "^9.
|
|
28
|
-
"eslint-config-oclif": "^6.0.
|
|
27
|
+
"eslint": "^9.23.0",
|
|
28
|
+
"eslint-config-oclif": "^6.0.36",
|
|
29
29
|
"eslint-config-prettier": "^10.1.1",
|
|
30
30
|
"mocha": "^10",
|
|
31
|
-
"oclif": "^4.17.
|
|
32
|
-
"shx": "^0.
|
|
31
|
+
"oclif": "^4.17.41",
|
|
32
|
+
"shx": "^0.4.0",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5"
|
|
35
35
|
},
|