@oclif/plugin-test-esbuild 0.5.71 → 0.5.73
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-BRN5E354.js → chunk-FCZBEPW7.js} +1 -1
- package/dist/{chunk-AO7BT4L6.js → chunk-FU5FJ5NT.js} +10 -6
- package/dist/{chunk-J5GJEMGB.js → chunk-O6SAS3WH.js} +1 -1
- package/dist/{chunk-GDI7GCRT.js → chunk-VACRQA52.js} +5 -2
- package/dist/{chunk-HWZSSP27.js → chunk-W4W4X65L.js} +1 -1
- package/dist/{chunk-4634G4H7.js → chunk-WESRE7YP.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-A3BPSVCS.js → npa-OQ6KM7JR.js} +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.73 linux-x64 node-v22.14.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-VACRQA52.js";
|
|
4
4
|
import {
|
|
5
5
|
__commonJS,
|
|
6
6
|
__require,
|
|
@@ -254,12 +254,12 @@ var require_package = __commonJS({
|
|
|
254
254
|
module.exports = {
|
|
255
255
|
name: "@oclif/core",
|
|
256
256
|
description: "base library for oclif CLIs",
|
|
257
|
-
version: "4.2.
|
|
257
|
+
version: "4.2.10",
|
|
258
258
|
author: "Salesforce",
|
|
259
259
|
bugs: "https://github.com/oclif/core/issues",
|
|
260
260
|
dependencies: {
|
|
261
261
|
"ansi-escapes": "^4.3.2",
|
|
262
|
-
ansis: "^3.
|
|
262
|
+
ansis: "^3.17.0",
|
|
263
263
|
"clean-stack": "^3.0.1",
|
|
264
264
|
"cli-spinners": "^2.9.2",
|
|
265
265
|
debug: "^4.4.0",
|
|
@@ -279,7 +279,7 @@ var require_package = __commonJS({
|
|
|
279
279
|
},
|
|
280
280
|
devDependencies: {
|
|
281
281
|
"@commitlint/config-conventional": "^19",
|
|
282
|
-
"@eslint/compat": "^1.2.
|
|
282
|
+
"@eslint/compat": "^1.2.7",
|
|
283
283
|
"@oclif/plugin-help": "^6",
|
|
284
284
|
"@oclif/plugin-plugins": "^5",
|
|
285
285
|
"@oclif/prettier-config": "^0.2.1",
|
|
@@ -311,7 +311,7 @@ var require_package = __commonJS({
|
|
|
311
311
|
madge: "^6.1.0",
|
|
312
312
|
mocha: "^10.8.2",
|
|
313
313
|
nyc: "^15.1.0",
|
|
314
|
-
prettier: "^3.
|
|
314
|
+
prettier: "^3.5.3",
|
|
315
315
|
shx: "^0.3.4",
|
|
316
316
|
sinon: "^18",
|
|
317
317
|
"ts-node": "^10.9.2",
|
|
@@ -228614,7 +228614,7 @@ var require_parser = __commonJS({
|
|
|
228614
228614
|
"use strict";
|
|
228615
228615
|
init_cjs_shims();
|
|
228616
228616
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
228617
|
-
exports.flagUsages = void 0;
|
|
228617
|
+
exports.validate = exports.flagUsages = void 0;
|
|
228618
228618
|
exports.parse = parse;
|
|
228619
228619
|
var parse_1 = require_parse3();
|
|
228620
228620
|
var validate_1 = require_validate();
|
|
@@ -228622,6 +228622,10 @@ var require_parser = __commonJS({
|
|
|
228622
228622
|
Object.defineProperty(exports, "flagUsages", { enumerable: true, get: function() {
|
|
228623
228623
|
return help_1.flagUsages;
|
|
228624
228624
|
} });
|
|
228625
|
+
var validate_2 = require_validate();
|
|
228626
|
+
Object.defineProperty(exports, "validate", { enumerable: true, get: function() {
|
|
228627
|
+
return validate_2.validate;
|
|
228628
|
+
} });
|
|
228625
228629
|
async function parse(argv, options) {
|
|
228626
228630
|
const input = {
|
|
228627
228631
|
"--": options["--"],
|
|
@@ -59,6 +59,7 @@ var require_re = __commonJS({
|
|
|
59
59
|
var re = exports.re = [];
|
|
60
60
|
var safeRe = exports.safeRe = [];
|
|
61
61
|
var src = exports.src = [];
|
|
62
|
+
var safeSrc = exports.safeSrc = [];
|
|
62
63
|
var t = exports.t = {};
|
|
63
64
|
var R = 0;
|
|
64
65
|
var LETTERDASHNUMBER = "[a-zA-Z0-9-]";
|
|
@@ -79,6 +80,7 @@ var require_re = __commonJS({
|
|
|
79
80
|
debug(name, index, value);
|
|
80
81
|
t[name] = index;
|
|
81
82
|
src[index] = value;
|
|
83
|
+
safeSrc[index] = safe;
|
|
82
84
|
re[index] = new RegExp(value, isGlobal ? "g" : void 0);
|
|
83
85
|
safeRe[index] = new RegExp(safe, isGlobal ? "g" : void 0);
|
|
84
86
|
};
|
|
@@ -178,7 +180,7 @@ var require_semver = __commonJS({
|
|
|
178
180
|
init_cjs_shims();
|
|
179
181
|
var debug = require_debug();
|
|
180
182
|
var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants();
|
|
181
|
-
var { safeRe: re, t } = require_re();
|
|
183
|
+
var { safeRe: re, safeSrc: src, t } = require_re();
|
|
182
184
|
var parseOptions = require_parse_options();
|
|
183
185
|
var { compareIdentifiers } = require_identifiers();
|
|
184
186
|
var SemVer = class _SemVer {
|
|
@@ -323,7 +325,8 @@ var require_semver = __commonJS({
|
|
|
323
325
|
throw new Error("invalid increment argument: identifier is empty");
|
|
324
326
|
}
|
|
325
327
|
if (identifier) {
|
|
326
|
-
const
|
|
328
|
+
const r = new RegExp(`^${this.options.loose ? src[t.PRERELEASELOOSE] : src[t.PRERELEASE]}$`);
|
|
329
|
+
const match = `-${identifier}`.match(r);
|
|
327
330
|
if (!match || match[1] !== identifier) {
|
|
328
331
|
throw new Error(`invalid identifier: ${identifier}`);
|
|
329
332
|
}
|
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-O6SAS3WH.js";
|
|
4
|
+
import "../chunk-FU5FJ5NT.js";
|
|
5
|
+
import "../chunk-VACRQA52.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-W4W4X65L.js";
|
|
4
|
+
import "../../chunk-FU5FJ5NT.js";
|
|
5
|
+
import "../../chunk-VACRQA52.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-FCZBEPW7.js";
|
|
4
|
+
import "../../chunk-FU5FJ5NT.js";
|
|
5
|
+
import "../../chunk-VACRQA52.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-WESRE7YP.js";
|
|
4
|
+
import "../../chunk-FU5FJ5NT.js";
|
|
5
|
+
import "../../chunk-VACRQA52.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-O6SAS3WH.js";
|
|
4
4
|
import {
|
|
5
5
|
Hello
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W4W4X65L.js";
|
|
7
7
|
import {
|
|
8
8
|
World
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FCZBEPW7.js";
|
|
10
10
|
import {
|
|
11
11
|
init_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WESRE7YP.js";
|
|
13
13
|
import {
|
|
14
14
|
require_ansis,
|
|
15
15
|
require_lib,
|
|
16
16
|
require_src
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-FU5FJ5NT.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-VACRQA52.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-OQ6KM7JR.js");
|
|
509
509
|
const normalizedUrl = npa(url);
|
|
510
510
|
const matches = Object.entries(dependencies ?? {}).find(([, u]) => {
|
|
511
511
|
const normalized = npa(u);
|
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.73",
|
|
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.
|
|
15
|
+
"@oclif/plugin-plugins": "^5.4.34",
|
|
16
16
|
"@oclif/plugin-test-esm-1": "^0.8.62"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@eslint/compat": "^1.2.
|
|
19
|
+
"@eslint/compat": "^1.2.7",
|
|
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.
|
|
27
|
-
"eslint": "^9.
|
|
28
|
-
"eslint-config-oclif": "^6.0.
|
|
29
|
-
"eslint-config-prettier": "^10.
|
|
26
|
+
"esbuild": "^0.25.1",
|
|
27
|
+
"eslint": "^9.22.0",
|
|
28
|
+
"eslint-config-oclif": "^6.0.24",
|
|
29
|
+
"eslint-config-prettier": "^10.1.1",
|
|
30
30
|
"mocha": "^10",
|
|
31
|
-
"oclif": "^4.17.
|
|
31
|
+
"oclif": "^4.17.34",
|
|
32
32
|
"shx": "^0.3.4",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5"
|