@oclif/plugin-test-cjs-1 0.7.47 → 0.7.49
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 +3 -3
- 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.49 linux-x64 node-v22.12.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.49/src/commands/cjs1.ts)_
|
|
60
60
|
|
|
61
61
|
## `cjs1 help [COMMAND]`
|
|
62
62
|
|
|
@@ -76,7 +76,7 @@ DESCRIPTION
|
|
|
76
76
|
Display help for cjs1.
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
79
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.21/src/commands/help.ts)_
|
|
80
80
|
|
|
81
81
|
## `cjs1 plugins`
|
|
82
82
|
|
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.49",
|
|
4
4
|
"description": "Test CJS plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@oclif/test": "^4",
|
|
26
26
|
"@types/chai": "^4",
|
|
27
27
|
"@types/mocha": "^10",
|
|
28
|
-
"@types/node": "^16.18.
|
|
28
|
+
"@types/node": "^16.18.123",
|
|
29
29
|
"chai": "^4",
|
|
30
30
|
"eslint": "^8.57.1",
|
|
31
31
|
"eslint-config-oclif": "^5.2.2",
|