@oclif/plugin-test-esbuild 0.4.23 → 0.5.0
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-PAHNEEAY.js → chunk-A4WCMQ5V.js} +3 -32002
- package/dist/chunk-B2CGVY4C.js +25967 -0
- package/dist/{chunk-L44NO6VG.js → chunk-F5MC7XJI.js} +1 -1
- package/dist/{chunk-3RGGSNDJ.js → chunk-KLOXFQZH.js} +1 -1
- package/dist/{chunk-BIYL2HN3.js → chunk-MUI5XH7H.js} +1 -1
- package/dist/{chunk-EB5PZLA5.js → chunk-T7MF7QOS.js} +2 -2
- package/dist/commands/esbuild.js +3 -2
- package/dist/commands/hello/index.js +3 -2
- package/dist/commands/hello/world.js +3 -2
- package/dist/hooks/init/init.js +3 -2
- package/dist/index.js +677 -527
- package/dist/typescript-MH2UAQ5T.js +5 -0
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_lib
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-B2CGVY4C.js";
|
|
4
4
|
import {
|
|
5
5
|
__toESM,
|
|
6
6
|
init_cjs_shims
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
init_cjs_shims();
|
|
11
11
|
var import_core = __toESM(require_lib(), 1);
|
|
12
12
|
var hook = async function() {
|
|
13
|
-
import_core.ux.
|
|
13
|
+
import_core.ux.stdout("Greetings! from plugin-test-esbuild init hook");
|
|
14
14
|
};
|
|
15
15
|
var init_default = hook;
|
|
16
16
|
|
package/dist/commands/esbuild.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Hello
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-MUI5XH7H.js";
|
|
4
|
+
import "../../chunk-B2CGVY4C.js";
|
|
5
|
+
import "../../chunk-A4WCMQ5V.js";
|
|
5
6
|
import "../../chunk-RRP6KXWN.js";
|
|
6
7
|
export {
|
|
7
8
|
Hello as default
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
World
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-F5MC7XJI.js";
|
|
4
|
+
import "../../chunk-B2CGVY4C.js";
|
|
5
|
+
import "../../chunk-A4WCMQ5V.js";
|
|
5
6
|
import "../../chunk-RRP6KXWN.js";
|
|
6
7
|
export {
|
|
7
8
|
World as default
|
package/dist/hooks/init/init.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_default
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-T7MF7QOS.js";
|
|
4
|
+
import "../../chunk-B2CGVY4C.js";
|
|
5
|
+
import "../../chunk-A4WCMQ5V.js";
|
|
5
6
|
import "../../chunk-RRP6KXWN.js";
|
|
6
7
|
export {
|
|
7
8
|
init_default as default
|