@oclif/plugin-test-esbuild 0.5.78 → 0.5.80
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-6C3J5FCX.js → chunk-5LKZ3FP7.js} +1 -1
- package/dist/{chunk-WMVPFLNV.js → chunk-7G6M43TM.js} +1 -1
- package/dist/{chunk-7W7N7CYR.js → chunk-FEOCEIF6.js} +1 -1
- package/dist/{chunk-KP3ISKDU.js → chunk-P6Y2XVPK.js} +2 -2
- package/dist/{chunk-GM7OKPQK.js → chunk-RA3EOTT5.js} +1 -1
- package/dist/commands/esbuild.js +2 -2
- package/dist/commands/hello/index.js +2 -2
- package/dist/commands/hello/world.js +2 -2
- package/dist/hooks/init/init.js +2 -2
- package/dist/index.js +5 -5
- 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.80 linux-x64 node-v22.15.0
|
|
21
21
|
$ bundle --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ bundle COMMAND
|
|
@@ -1448,7 +1448,7 @@ var require_common = __commonJS({
|
|
|
1448
1448
|
createDebug.namespaces = namespaces;
|
|
1449
1449
|
createDebug.names = [];
|
|
1450
1450
|
createDebug.skips = [];
|
|
1451
|
-
const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(
|
|
1451
|
+
const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
|
|
1452
1452
|
for (const ns of split) {
|
|
1453
1453
|
if (ns[0] === "-") {
|
|
1454
1454
|
createDebug.skips.push(ns.slice(1));
|
|
@@ -1667,7 +1667,7 @@ var require_browser = __commonJS({
|
|
|
1667
1667
|
function load() {
|
|
1668
1668
|
let r;
|
|
1669
1669
|
try {
|
|
1670
|
-
r = exports.storage.getItem("debug");
|
|
1670
|
+
r = exports.storage.getItem("debug") || exports.storage.getItem("DEBUG");
|
|
1671
1671
|
} catch (error) {
|
|
1672
1672
|
}
|
|
1673
1673
|
if (!r && typeof process !== "undefined" && "env" in process) {
|
package/dist/commands/esbuild.js
CHANGED
package/dist/hooks/init/init.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ESBuild
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-FEOCEIF6.js";
|
|
4
4
|
import {
|
|
5
5
|
Hello
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-5LKZ3FP7.js";
|
|
7
7
|
import {
|
|
8
8
|
World
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RA3EOTT5.js";
|
|
10
10
|
import {
|
|
11
11
|
init_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-7G6M43TM.js";
|
|
13
13
|
import {
|
|
14
14
|
require_ansis,
|
|
15
15
|
require_lib,
|
|
16
16
|
require_src
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-P6Y2XVPK.js";
|
|
18
18
|
import {
|
|
19
19
|
require_lib as require_lib2
|
|
20
20
|
} from "./chunk-SO2G2ODZ.js";
|
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.80",
|
|
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.37",
|
|
16
|
-
"@oclif/plugin-test-esm-1": "^0.8.
|
|
16
|
+
"@oclif/plugin-test-esm-1": "^0.8.73"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@eslint/compat": "^1.2.9",
|
|
@@ -23,10 +23,10 @@
|
|
|
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.1.
|
|
26
|
+
"esbuild": "^0.25.4",
|
|
27
|
+
"eslint": "^9.27.0",
|
|
28
|
+
"eslint-config-oclif": "^6.0.58",
|
|
29
|
+
"eslint-config-prettier": "^10.1.5",
|
|
30
30
|
"mocha": "^10",
|
|
31
31
|
"oclif": "^4.17.46",
|
|
32
32
|
"shx": "^0.4.0",
|