@oclif/plugin-test-cjs-1 0.7.96 → 0.7.97

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-cjs-1
18
17
  $ cjs1 COMMAND
19
18
  running command...
20
19
  $ cjs1 (--version)
21
- @oclif/plugin-test-cjs-1/0.7.96 linux-x64 node-v24.13.0
20
+ @oclif/plugin-test-cjs-1/0.7.97 linux-x64 node-v24.14.0
22
21
  $ cjs1 --help [COMMAND]
23
22
  USAGE
24
23
  $ cjs1 COMMAND
@@ -56,7 +55,7 @@ GLOBAL FLAGS
56
55
  --json Format output as json.
57
56
  ```
58
57
 
59
- _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.96/src/commands/cjs1.ts)_
58
+ _See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.97/src/commands/cjs1.ts)_
60
59
 
61
60
  ## `cjs1 help [COMMAND]`
62
61
 
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.7.96"
63
+ "version": "0.7.97"
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-cjs-1",
3
- "version": "0.7.96",
3
+ "version": "0.7.97",
4
4
  "description": "Test CJS plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {
@@ -29,8 +29,8 @@
29
29
  "@types/mocha": "^10",
30
30
  "@types/node": "^16.18.126",
31
31
  "chai": "^4",
32
- "eslint": "^9.39.2",
33
- "eslint-config-oclif": "^6.0.137",
32
+ "eslint": "^9.39.3",
33
+ "eslint-config-oclif": "^6.0.140",
34
34
  "eslint-config-prettier": "^10.1.8",
35
35
  "mocha": "^10",
36
36
  "oclif": "^4",