@oclif/plugin-test-esm-1 0.8.105 → 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.105 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.105/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
 
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.8.105"
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.105",
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.135",
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",