@oclif/plugin-test-esbuild 0.4.16 → 0.4.18
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 +4 -4
- package/dist/{chunk-F5ZYUUO6.js → chunk-BFB7DX4H.js} +1 -1
- package/dist/{chunk-54O6IJ3K.js → chunk-DQOR6OMF.js} +1 -1
- package/dist/{chunk-XYOC7XX7.js → chunk-QTRAB6EQ.js} +1 -1
- package/dist/{chunk-DR722OXP.js → chunk-QWDKXXHB.js} +1 -1
- package/dist/{chunk-3BMX7KMN.js → chunk-XMMEVJHV.js} +262 -484
- 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 +16 -18
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.18 linux-x64 node-v20.12.2
|
|
21
21
|
$ bundle --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ bundle COMMAND
|
|
@@ -34,12 +34,12 @@ USAGE
|
|
|
34
34
|
* [`bundle plugins`](#bundle-plugins)
|
|
35
35
|
* [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin)
|
|
36
36
|
* [`bundle plugins:inspect PLUGIN...`](#bundle-pluginsinspect-plugin)
|
|
37
|
-
* [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin
|
|
37
|
+
* [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin)
|
|
38
38
|
* [`bundle plugins:link PLUGIN`](#bundle-pluginslink-plugin)
|
|
39
39
|
* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin)
|
|
40
40
|
* [`bundle plugins reset`](#bundle-plugins-reset)
|
|
41
|
-
* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin
|
|
42
|
-
* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin
|
|
41
|
+
* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin)
|
|
42
|
+
* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin)
|
|
43
43
|
* [`bundle plugins update`](#bundle-plugins-update)
|
|
44
44
|
|
|
45
45
|
## `bundle esbuild [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]`
|