@oclif/plugin-test-cjs-2 0.7.81 → 0.7.82
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-2
|
|
18
18
|
$ cjs2 COMMAND
|
19
19
|
running command...
|
20
20
|
$ cjs2 (--version)
|
21
|
-
@oclif/plugin-test-cjs-2/0.7.
|
21
|
+
@oclif/plugin-test-cjs-2/0.7.82 linux-x64 node-v22.17.0
|
22
22
|
$ cjs2 --help [COMMAND]
|
23
23
|
USAGE
|
24
24
|
$ cjs2 COMMAND
|
@@ -56,7 +56,7 @@ GLOBAL FLAGS
|
|
56
56
|
--json Format output as json.
|
57
57
|
```
|
58
58
|
|
59
|
-
_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.7.
|
59
|
+
_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.7.82/src/commands/cjs2.ts)_
|
60
60
|
|
61
61
|
## `cjs2 help [COMMAND]`
|
62
62
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@oclif/plugin-test-cjs-2",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.82",
|
4
4
|
"description": "Test CJS plugin",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bin": {
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"@types/mocha": "^10",
|
30
30
|
"@types/node": "^16.18.126",
|
31
31
|
"chai": "^4",
|
32
|
-
"eslint": "^9.
|
32
|
+
"eslint": "^9.31.0",
|
33
33
|
"eslint-config-oclif": "^6.0.83",
|
34
34
|
"eslint-config-prettier": "^10.1.5",
|
35
35
|
"mocha": "^10",
|