@oclif/plugin-test-esbuild 0.5.113 → 0.5.115
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/{chunk-BPADTXFW.js → chunk-4FIM6MQO.js} +1 -1
- package/dist/{chunk-RX66BZJV.js → chunk-GUNNOKO7.js} +1 -1
- package/dist/{chunk-BVHRPYVY.js → chunk-OMNPGPJT.js} +3 -3
- package/dist/{chunk-VJPA4B4T.js → chunk-ONELJFFE.js} +1 -1
- package/dist/{chunk-A4HBA4BO.js → chunk-TQ3XA2OA.js} +1 -1
- package/dist/{chunk-DYLIKYE6.js → chunk-YXPP4ZUR.js} +1 -1
- package/dist/commands/esbuild.js +3 -3
- package/dist/commands/hello/index.js +3 -3
- package/dist/commands/hello/world.js +3 -3
- package/dist/hooks/init/init.js +3 -3
- package/dist/index.js +7 -7
- package/dist/{npa-T3UY3FPJ.js → npa-B377HZES.js} +2 -3
- 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.115 linux-x64 node-v24.13.0
|
|
21
21
|
$ bundle --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ bundle COMMAND
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_semver
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YXPP4ZUR.js";
|
|
4
4
|
import {
|
|
5
5
|
__commonJS,
|
|
6
6
|
__require,
|
|
@@ -213819,7 +213819,7 @@ var require_symbols = __commonJS({
|
|
|
213819
213819
|
init_cjs_shims();
|
|
213820
213820
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
213821
213821
|
exports.SINGLE_COMMAND_CLI_SYMBOL = void 0;
|
|
213822
|
-
exports.SINGLE_COMMAND_CLI_SYMBOL = Symbol("SINGLE_COMMAND_CLI").toString();
|
|
213822
|
+
exports.SINGLE_COMMAND_CLI_SYMBOL = (/* @__PURE__ */ Symbol("SINGLE_COMMAND_CLI")).toString();
|
|
213823
213823
|
}
|
|
213824
213824
|
});
|
|
213825
213825
|
|
|
@@ -218673,7 +218673,7 @@ var require_commonjs = __commonJS({
|
|
|
218673
218673
|
};
|
|
218674
218674
|
exports.sep = defaultPlatform === "win32" ? path.win32.sep : path.posix.sep;
|
|
218675
218675
|
exports.minimatch.sep = exports.sep;
|
|
218676
|
-
exports.GLOBSTAR = Symbol("globstar **");
|
|
218676
|
+
exports.GLOBSTAR = /* @__PURE__ */ Symbol("globstar **");
|
|
218677
218677
|
exports.minimatch.GLOBSTAR = exports.GLOBSTAR;
|
|
218678
218678
|
var qmark = "[^/]";
|
|
218679
218679
|
var star = qmark + "*?";
|
|
@@ -1286,7 +1286,7 @@ var require_comparator = __commonJS({
|
|
|
1286
1286
|
"node_modules/semver/classes/comparator.js"(exports, module) {
|
|
1287
1287
|
"use strict";
|
|
1288
1288
|
init_cjs_shims();
|
|
1289
|
-
var ANY = Symbol("SemVer ANY");
|
|
1289
|
+
var ANY = /* @__PURE__ */ Symbol("SemVer ANY");
|
|
1290
1290
|
var Comparator = class _Comparator {
|
|
1291
1291
|
static get ANY() {
|
|
1292
1292
|
return ANY;
|
package/dist/commands/esbuild.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ESBuild
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-GUNNOKO7.js";
|
|
4
|
+
import "../chunk-OMNPGPJT.js";
|
|
5
|
+
import "../chunk-YXPP4ZUR.js";
|
|
6
6
|
import "../chunk-RRP6KXWN.js";
|
|
7
7
|
export {
|
|
8
8
|
ESBuild as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Hello
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-ONELJFFE.js";
|
|
4
|
+
import "../../chunk-OMNPGPJT.js";
|
|
5
|
+
import "../../chunk-YXPP4ZUR.js";
|
|
6
6
|
import "../../chunk-RRP6KXWN.js";
|
|
7
7
|
export {
|
|
8
8
|
Hello as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
World
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-TQ3XA2OA.js";
|
|
4
|
+
import "../../chunk-OMNPGPJT.js";
|
|
5
|
+
import "../../chunk-YXPP4ZUR.js";
|
|
6
6
|
import "../../chunk-RRP6KXWN.js";
|
|
7
7
|
export {
|
|
8
8
|
World as default
|
package/dist/hooks/init/init.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_default
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-4FIM6MQO.js";
|
|
4
|
+
import "../../chunk-OMNPGPJT.js";
|
|
5
|
+
import "../../chunk-YXPP4ZUR.js";
|
|
6
6
|
import "../../chunk-RRP6KXWN.js";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default
|
package/dist/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ESBuild
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GUNNOKO7.js";
|
|
4
4
|
import {
|
|
5
5
|
Hello
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ONELJFFE.js";
|
|
7
7
|
import {
|
|
8
8
|
World
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-TQ3XA2OA.js";
|
|
10
10
|
import {
|
|
11
11
|
init_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-4FIM6MQO.js";
|
|
13
13
|
import {
|
|
14
14
|
require_ansis,
|
|
15
15
|
require_lib,
|
|
16
16
|
require_src
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-OMNPGPJT.js";
|
|
18
18
|
import {
|
|
19
19
|
require_lib as require_lib2
|
|
20
20
|
} from "./chunk-SO2G2ODZ.js";
|
|
21
21
|
import {
|
|
22
22
|
require_semver
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-YXPP4ZUR.js";
|
|
24
24
|
import {
|
|
25
25
|
__toESM,
|
|
26
26
|
init_cjs_shims
|
|
@@ -505,7 +505,7 @@ var Plugins = class {
|
|
|
505
505
|
const url = name;
|
|
506
506
|
const output = await this.npm.install([...args, url], options);
|
|
507
507
|
const { dependencies } = await this.pjson();
|
|
508
|
-
const { default: npa } = await import("./npa-
|
|
508
|
+
const { default: npa } = await import("./npa-B377HZES.js");
|
|
509
509
|
const normalizedUrl = npa(url);
|
|
510
510
|
const matches = Object.entries(dependencies ?? {}).find(([, npmVersion]) => {
|
|
511
511
|
const normalized = npa(npmVersion);
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-SO2G2ODZ.js";
|
|
4
4
|
import {
|
|
5
5
|
require_semver
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YXPP4ZUR.js";
|
|
7
7
|
import {
|
|
8
8
|
__commonJS,
|
|
9
9
|
__require,
|
|
@@ -60,7 +60,6 @@ var require_commonjs = __commonJS({
|
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
var shouldWarn = (code) => !warned.has(code);
|
|
63
|
-
var TYPE = Symbol("type");
|
|
64
63
|
var isPosInt = (n) => n && n === Math.floor(n) && n > 0 && isFinite(n);
|
|
65
64
|
var getUintArray = (max) => !isPosInt(max) ? null : max <= Math.pow(2, 8) ? Uint8Array : max <= Math.pow(2, 16) ? Uint16Array : max <= Math.pow(2, 32) ? Uint32Array : max <= Number.MAX_SAFE_INTEGER ? ZeroArray : null;
|
|
66
65
|
var ZeroArray = class extends Array {
|
|
@@ -1760,7 +1759,7 @@ var require_lib2 = __commonJS({
|
|
|
1760
1759
|
var require_lib3 = __commonJS({
|
|
1761
1760
|
"node_modules/@oclif/plugin-plugins/node_modules/proc-log/lib/index.js"(exports, module) {
|
|
1762
1761
|
init_cjs_shims();
|
|
1763
|
-
var META = Symbol("proc-log.meta");
|
|
1762
|
+
var META = /* @__PURE__ */ Symbol("proc-log.meta");
|
|
1764
1763
|
module.exports = {
|
|
1765
1764
|
META,
|
|
1766
1765
|
output: {
|
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.115",
|
|
4
4
|
"description": "Bundled plugin for testing",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-test-esbuild/issues",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@oclif/core": "^4",
|
|
15
|
-
"@oclif/plugin-plugins": "^5.4.
|
|
15
|
+
"@oclif/plugin-plugins": "^5.4.55",
|
|
16
16
|
"@oclif/plugin-test-esm-1": "^0.8.101"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"@types/mocha": "^10",
|
|
24
24
|
"@types/node": "^18",
|
|
25
25
|
"chai": "^4",
|
|
26
|
-
"esbuild": "^0.27.
|
|
27
|
-
"eslint": "^9.39.
|
|
28
|
-
"eslint-config-oclif": "^6.0.
|
|
26
|
+
"esbuild": "^0.27.2",
|
|
27
|
+
"eslint": "^9.39.2",
|
|
28
|
+
"eslint-config-oclif": "^6.0.130",
|
|
29
29
|
"eslint-config-prettier": "^10.1.8",
|
|
30
30
|
"mocha": "^10",
|
|
31
|
-
"oclif": "^4.22.
|
|
31
|
+
"oclif": "^4.22.65",
|
|
32
32
|
"shx": "^0.4.0",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5"
|