@oclif/plugin-test-cjs-1 0.7.83 → 0.7.85
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 +6 -6
- 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-1
|
|
|
18
18
|
$ cjs1 COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ cjs1 (--version)
|
|
21
|
-
@oclif/plugin-test-cjs-1/0.7.
|
|
21
|
+
@oclif/plugin-test-cjs-1/0.7.85 linux-x64 node-v22.20.0
|
|
22
22
|
$ cjs1 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ cjs1 COMMAND
|
|
@@ -56,7 +56,7 @@ GLOBAL FLAGS
|
|
|
56
56
|
--json Format output as json.
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.
|
|
59
|
+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.85/src/commands/cjs1.ts)_
|
|
60
60
|
|
|
61
61
|
## `cjs1 help [COMMAND]`
|
|
62
62
|
|
|
@@ -67,7 +67,7 @@ USAGE
|
|
|
67
67
|
$ cjs1 help [COMMAND...] [-n]
|
|
68
68
|
|
|
69
69
|
ARGUMENTS
|
|
70
|
-
COMMAND... Command to show help for.
|
|
70
|
+
[COMMAND...] Command to show help for.
|
|
71
71
|
|
|
72
72
|
FLAGS
|
|
73
73
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -264,7 +264,7 @@ USAGE
|
|
|
264
264
|
$ cjs1 plugins remove [PLUGIN...] [-h] [-v]
|
|
265
265
|
|
|
266
266
|
ARGUMENTS
|
|
267
|
-
PLUGIN... plugin to uninstall
|
|
267
|
+
[PLUGIN...] plugin to uninstall
|
|
268
268
|
|
|
269
269
|
FLAGS
|
|
270
270
|
-h, --help Show CLI help.
|
|
@@ -305,7 +305,7 @@ USAGE
|
|
|
305
305
|
$ cjs1 plugins uninstall [PLUGIN...] [-h] [-v]
|
|
306
306
|
|
|
307
307
|
ARGUMENTS
|
|
308
|
-
PLUGIN... plugin to uninstall
|
|
308
|
+
[PLUGIN...] plugin to uninstall
|
|
309
309
|
|
|
310
310
|
FLAGS
|
|
311
311
|
-h, --help Show CLI help.
|
|
@@ -333,7 +333,7 @@ USAGE
|
|
|
333
333
|
$ cjs1 plugins unlink [PLUGIN...] [-h] [-v]
|
|
334
334
|
|
|
335
335
|
ARGUMENTS
|
|
336
|
-
PLUGIN... plugin to uninstall
|
|
336
|
+
[PLUGIN...] plugin to uninstall
|
|
337
337
|
|
|
338
338
|
FLAGS
|
|
339
339
|
-h, --help Show CLI help.
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-cjs-1",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.85",
|
|
4
4
|
"description": "Test CJS plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/node": "^16.18.126",
|
|
31
31
|
"chai": "^4",
|
|
32
32
|
"eslint": "^9.37.0",
|
|
33
|
-
"eslint-config-oclif": "^6.0.
|
|
33
|
+
"eslint-config-oclif": "^6.0.110",
|
|
34
34
|
"eslint-config-prettier": "^10.1.8",
|
|
35
35
|
"mocha": "^10",
|
|
36
36
|
"oclif": "^4",
|