@oclif/plugin-test-esbuild 0.4.22 → 0.4.23
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-NYAOQONU.js → chunk-3RGGSNDJ.js} +1 -1
- package/dist/{chunk-WBL2ZEOX.js → chunk-BIYL2HN3.js} +1 -1
- package/dist/{chunk-ROBJRQRG.js → chunk-EB5PZLA5.js} +1 -1
- package/dist/{chunk-4P6LCYSK.js → chunk-L44NO6VG.js} +1 -1
- package/dist/{chunk-24X2WV72.js → chunk-PAHNEEAY.js} +6 -6
- 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 +4 -4
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.4.
|
|
20
|
+
@oclif/plugin-test-esbuild/0.4.23 linux-x64 node-v20.13.1
|
|
21
21
|
$ bundle --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ bundle COMMAND
|
|
@@ -1813,9 +1813,9 @@ var require_source = __commonJS({
|
|
|
1813
1813
|
}
|
|
1814
1814
|
});
|
|
1815
1815
|
|
|
1816
|
-
// node_modules/
|
|
1816
|
+
// node_modules/escape-string-regexp/index.js
|
|
1817
1817
|
var require_escape_string_regexp = __commonJS({
|
|
1818
|
-
"node_modules/
|
|
1818
|
+
"node_modules/escape-string-regexp/index.js"(exports, module) {
|
|
1819
1819
|
"use strict";
|
|
1820
1820
|
init_cjs_shims();
|
|
1821
1821
|
module.exports = (string) => {
|
|
@@ -2005,9 +2005,9 @@ var require_string_width = __commonJS({
|
|
|
2005
2005
|
}
|
|
2006
2006
|
});
|
|
2007
2007
|
|
|
2008
|
-
// node_modules
|
|
2008
|
+
// node_modules/wrap-ansi/index.js
|
|
2009
2009
|
var require_wrap_ansi = __commonJS({
|
|
2010
|
-
"node_modules
|
|
2010
|
+
"node_modules/wrap-ansi/index.js"(exports, module) {
|
|
2011
2011
|
"use strict";
|
|
2012
2012
|
init_cjs_shims();
|
|
2013
2013
|
var stringWidth = require_string_width();
|
|
@@ -2726,9 +2726,9 @@ var require_module_load = __commonJS({
|
|
|
2726
2726
|
}
|
|
2727
2727
|
});
|
|
2728
2728
|
|
|
2729
|
-
// node_modules/is-arrayish/index.js
|
|
2729
|
+
// node_modules/simple-swizzle/node_modules/is-arrayish/index.js
|
|
2730
2730
|
var require_is_arrayish = __commonJS({
|
|
2731
|
-
"node_modules/is-arrayish/index.js"(exports, module) {
|
|
2731
|
+
"node_modules/simple-swizzle/node_modules/is-arrayish/index.js"(exports, module) {
|
|
2732
2732
|
init_cjs_shims();
|
|
2733
2733
|
module.exports = function isArrayish(obj) {
|
|
2734
2734
|
if (!obj || typeof obj === "string") {
|
package/dist/commands/esbuild.js
CHANGED
package/dist/hooks/init/init.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ESBuild
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3RGGSNDJ.js";
|
|
4
4
|
import {
|
|
5
5
|
Hello
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-BIYL2HN3.js";
|
|
7
7
|
import {
|
|
8
8
|
World
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-L44NO6VG.js";
|
|
10
10
|
import {
|
|
11
11
|
init_default
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-EB5PZLA5.js";
|
|
13
13
|
import {
|
|
14
14
|
require_lib,
|
|
15
15
|
require_src
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-PAHNEEAY.js";
|
|
17
17
|
import {
|
|
18
18
|
require_lib as require_lib2,
|
|
19
19
|
require_semver
|
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.4.
|
|
3
|
+
"version": "0.4.23",
|
|
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": "^3.26.6",
|
|
15
|
-
"@oclif/plugin-test-esm-1": "^0.7.
|
|
15
|
+
"@oclif/plugin-test-esm-1": "^0.7.19",
|
|
16
16
|
"@oclif/plugin-plugins": "^5"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"@types/mocha": "^10",
|
|
23
23
|
"@types/node": "^18",
|
|
24
24
|
"chai": "^4",
|
|
25
|
-
"esbuild": "^0.21.
|
|
25
|
+
"esbuild": "^0.21.4",
|
|
26
26
|
"eslint": "^8.57.0",
|
|
27
27
|
"eslint-config-oclif": "^5",
|
|
28
28
|
"eslint-config-oclif-typescript": "^3",
|
|
29
29
|
"eslint-config-prettier": "^9.1.0",
|
|
30
30
|
"mocha": "^10",
|
|
31
|
-
"oclif": "^4.
|
|
31
|
+
"oclif": "^4.12.0",
|
|
32
32
|
"shx": "^0.3.4",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5"
|