@oclif/plugin-test-esm-1 0.6.0 → 0.6.2

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-esm-1
18
18
  $ esm1 COMMAND
19
19
  running command...
20
20
  $ esm1 (--version)
21
- @oclif/plugin-test-esm-1/0.6.0 linux-x64 node-v18.18.0
21
+ @oclif/plugin-test-esm-1/0.6.2 linux-x64 node-v20.9.0
22
22
  $ esm1 --help [COMMAND]
23
23
  USAGE
24
24
  $ esm1 COMMAND
@@ -52,7 +52,7 @@ FLAGS
52
52
  --optionalString=<value>
53
53
  ```
54
54
 
55
- _See code: [dist/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.6.0/dist/commands/esm1.ts)_
55
+ _See code: [dist/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.6.2/dist/commands/esm1.ts)_
56
56
 
57
57
  ## `esm1 help [COMMANDS]`
58
58
 
@@ -95,7 +95,7 @@ EXAMPLES
95
95
  $ esm1 plugins
96
96
  ```
97
97
 
98
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.3/src/commands/plugins/index.ts)_
98
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/index.ts)_
99
99
 
100
100
  ## `esm1 plugins:install PLUGIN...`
101
101
 
@@ -160,7 +160,7 @@ EXAMPLES
160
160
  $ esm1 plugins:inspect myplugin
161
161
  ```
162
162
 
163
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.3/src/commands/plugins/inspect.ts)_
163
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/inspect.ts)_
164
164
 
165
165
  ## `esm1 plugins:install PLUGIN...`
166
166
 
@@ -200,7 +200,7 @@ EXAMPLES
200
200
  $ esm1 plugins:install someuser/someplugin
201
201
  ```
202
202
 
203
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.3/src/commands/plugins/install.ts)_
203
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/install.ts)_
204
204
 
205
205
  ## `esm1 plugins:link PLUGIN`
206
206
 
@@ -214,8 +214,9 @@ ARGUMENTS
214
214
  PATH [default: .] path to plugin
215
215
 
216
216
  FLAGS
217
- -h, --help Show CLI help.
217
+ -h, --help Show CLI help.
218
218
  -v, --verbose
219
+ --[no-]install Install dependencies after linking the plugin.
219
220
 
220
221
  DESCRIPTION
221
222
  Links a plugin into the CLI for development.
@@ -229,7 +230,7 @@ EXAMPLES
229
230
  $ esm1 plugins:link myplugin
230
231
  ```
231
232
 
232
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.3/src/commands/plugins/link.ts)_
233
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/link.ts)_
233
234
 
234
235
  ## `esm1 plugins:uninstall PLUGIN...`
235
236
 
@@ -277,7 +278,7 @@ ALIASES
277
278
  $ esm1 plugins remove
278
279
  ```
279
280
 
280
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.3/src/commands/plugins/uninstall.ts)_
281
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/uninstall.ts)_
281
282
 
282
283
  ## `esm1 plugins:uninstall PLUGIN...`
283
284
 
@@ -318,5 +319,5 @@ DESCRIPTION
318
319
  Update installed plugins.
319
320
  ```
320
321
 
321
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.3/src/commands/plugins/update.ts)_
322
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/update.ts)_
322
323
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.6.0",
2
+ "version": "0.6.2",
3
3
  "commands": {
4
4
  "esm1": {
5
5
  "id": "esm1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esm-1",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Test ESM plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@oclif/core": "^3",
21
21
  "@oclif/plugin-help": "^5",
22
- "@oclif/plugin-plugins": "^3.8.3"
22
+ "@oclif/plugin-plugins": "^3.9.4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@oclif/prettier-config": "^0.2.1",