@oclif/plugin-test-esm-1 0.8.104 → 0.8.106

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
@@ -4,7 +4,6 @@ oclif-hello-world
4
4
  oclif example Hello World CLI
5
5
 
6
6
  [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7
- [![CircleCI](https://circleci.com/gh/oclif/hello-world/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/hello-world/tree/main)
8
7
  [![GitHub license](https://img.shields.io/github/license/oclif/hello-world)](https://github.com/oclif/hello-world/blob/main/LICENSE)
9
8
 
10
9
  <!-- toc -->
@@ -18,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esm-1
18
17
  $ esm1 COMMAND
19
18
  running command...
20
19
  $ esm1 (--version)
21
- @oclif/plugin-test-esm-1/0.8.104 linux-x64 node-v24.13.0
20
+ @oclif/plugin-test-esm-1/0.8.106 linux-x64 node-v24.14.0
22
21
  $ esm1 --help [COMMAND]
23
22
  USAGE
24
23
  $ esm1 COMMAND
@@ -56,7 +55,7 @@ GLOBAL FLAGS
56
55
  --json Format output as json.
57
56
  ```
58
57
 
59
- _See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.104/src/commands/esm1.ts)_
58
+ _See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.106/src/commands/esm1.ts)_
60
59
 
61
60
  ## `esm1 help [COMMAND]`
62
61
 
@@ -99,7 +98,7 @@ EXAMPLES
99
98
  $ esm1 plugins
100
99
  ```
101
100
 
102
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/index.ts)_
101
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/index.ts)_
103
102
 
104
103
  ## `esm1 plugins add PLUGIN`
105
104
 
@@ -173,7 +172,7 @@ EXAMPLES
173
172
  $ esm1 plugins inspect myplugin
174
173
  ```
175
174
 
176
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/inspect.ts)_
175
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/inspect.ts)_
177
176
 
178
177
  ## `esm1 plugins install PLUGIN`
179
178
 
@@ -222,7 +221,7 @@ EXAMPLES
222
221
  $ esm1 plugins install someuser/someplugin
223
222
  ```
224
223
 
225
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/install.ts)_
224
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/install.ts)_
226
225
 
227
226
  ## `esm1 plugins link PATH`
228
227
 
@@ -253,7 +252,7 @@ EXAMPLES
253
252
  $ esm1 plugins link myplugin
254
253
  ```
255
254
 
256
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/link.ts)_
255
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/link.ts)_
257
256
 
258
257
  ## `esm1 plugins remove [PLUGIN]`
259
258
 
@@ -294,7 +293,7 @@ FLAGS
294
293
  --reinstall Reinstall all plugins after uninstalling.
295
294
  ```
296
295
 
297
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/reset.ts)_
296
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/reset.ts)_
298
297
 
299
298
  ## `esm1 plugins uninstall [PLUGIN]`
300
299
 
@@ -322,7 +321,7 @@ EXAMPLES
322
321
  $ esm1 plugins uninstall myplugin
323
322
  ```
324
323
 
325
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/uninstall.ts)_
324
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/uninstall.ts)_
326
325
 
327
326
  ## `esm1 plugins unlink [PLUGIN]`
328
327
 
@@ -366,5 +365,5 @@ DESCRIPTION
366
365
  Update installed plugins.
367
366
  ```
368
367
 
369
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/update.ts)_
368
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/update.ts)_
370
369
  <!-- commandsstop -->
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.8.104"
63
+ "version": "0.8.106"
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esm-1",
3
- "version": "0.8.104",
3
+ "version": "0.8.106",
4
4
  "description": "Test ESM plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -28,8 +28,8 @@
28
28
  "@types/mocha": "^10.0.10",
29
29
  "@types/node": "^16.18.126",
30
30
  "chai": "^4",
31
- "eslint": "^9.39.2",
32
- "eslint-config-oclif": "^6.0.133",
31
+ "eslint": "^9.39.3",
32
+ "eslint-config-oclif": "^6.0.140",
33
33
  "eslint-config-prettier": "^10.1.8",
34
34
  "mocha": "^10",
35
35
  "oclif": "^4",