@oclif/plugin-test-esbuild 0.4.3 → 0.4.5
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 +7 -7
- package/dist/{chunk-T3WI7GAZ.js → chunk-C2IVL52L.js} +1 -1
- package/dist/{chunk-NET6CTRU.js → chunk-EJC2OKCZ.js} +14671 -12942
- package/dist/{chunk-YOJ7W5SK.js → chunk-LBHG74F6.js} +1 -1
- package/dist/{chunk-6AQAVIMI.js → chunk-M546JAFZ.js} +1 -1
- package/dist/{chunk-I2Y7BTZP.js → chunk-STRSVXX4.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 +7 -6
- package/oclif.manifest.json +1 -1
- package/package.json +6 -9
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esbuild
|
|
|
18
18
|
$ bundle COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ bundle (--version)
|
|
21
|
-
@oclif/plugin-test-esbuild/0.4.
|
|
21
|
+
@oclif/plugin-test-esbuild/0.4.5 linux-x64 node-v20.11.1
|
|
22
22
|
$ bundle --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ bundle COMMAND
|
|
@@ -159,7 +159,7 @@ USAGE
|
|
|
159
159
|
$ bundle plugins add plugins:install PLUGIN...
|
|
160
160
|
|
|
161
161
|
ARGUMENTS
|
|
162
|
-
PLUGIN Plugin to install.
|
|
162
|
+
PLUGIN... Plugin to install.
|
|
163
163
|
|
|
164
164
|
FLAGS
|
|
165
165
|
-f, --force Run yarn install with force flag.
|
|
@@ -201,7 +201,7 @@ USAGE
|
|
|
201
201
|
$ bundle plugins inspect PLUGIN...
|
|
202
202
|
|
|
203
203
|
ARGUMENTS
|
|
204
|
-
PLUGIN [default: .] Plugin to inspect.
|
|
204
|
+
PLUGIN... [default: .] Plugin to inspect.
|
|
205
205
|
|
|
206
206
|
FLAGS
|
|
207
207
|
-h, --help Show CLI help.
|
|
@@ -226,7 +226,7 @@ USAGE
|
|
|
226
226
|
$ bundle plugins install PLUGIN...
|
|
227
227
|
|
|
228
228
|
ARGUMENTS
|
|
229
|
-
PLUGIN Plugin to install.
|
|
229
|
+
PLUGIN... Plugin to install.
|
|
230
230
|
|
|
231
231
|
FLAGS
|
|
232
232
|
-f, --force Run yarn install with force flag.
|
|
@@ -296,7 +296,7 @@ USAGE
|
|
|
296
296
|
$ bundle plugins remove plugins:uninstall PLUGIN...
|
|
297
297
|
|
|
298
298
|
ARGUMENTS
|
|
299
|
-
PLUGIN plugin to uninstall
|
|
299
|
+
PLUGIN... plugin to uninstall
|
|
300
300
|
|
|
301
301
|
FLAGS
|
|
302
302
|
-h, --help Show CLI help.
|
|
@@ -335,7 +335,7 @@ USAGE
|
|
|
335
335
|
$ bundle plugins uninstall PLUGIN...
|
|
336
336
|
|
|
337
337
|
ARGUMENTS
|
|
338
|
-
PLUGIN plugin to uninstall
|
|
338
|
+
PLUGIN... plugin to uninstall
|
|
339
339
|
|
|
340
340
|
FLAGS
|
|
341
341
|
-h, --help Show CLI help.
|
|
@@ -361,7 +361,7 @@ USAGE
|
|
|
361
361
|
$ bundle plugins unlink plugins:uninstall PLUGIN...
|
|
362
362
|
|
|
363
363
|
ARGUMENTS
|
|
364
|
-
PLUGIN plugin to uninstall
|
|
364
|
+
PLUGIN... plugin to uninstall
|
|
365
365
|
|
|
366
366
|
FLAGS
|
|
367
367
|
-h, --help Show CLI help.
|