@oclif/plugin-test-esbuild 0.4.4 → 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 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.4 linux-x64 node-v20.11.1
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.
@@ -2,7 +2,7 @@ import {
2
2
  __toESM,
3
3
  init_cjs_shims,
4
4
  require_lib
5
- } from "./chunk-DTYT6BZ4.js";
5
+ } from "./chunk-EJC2OKCZ.js";
6
6
 
7
7
  // src/commands/hello/index.ts
8
8
  init_cjs_shims();