@oclif/plugin-commands 4.1.34 → 4.1.36
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 +5 -5
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
21
21
|
$ oclif-example COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ oclif-example (--version)
|
|
24
|
-
@oclif/plugin-commands/4.1.
|
|
24
|
+
@oclif/plugin-commands/4.1.36 linux-x64 node-v22.20.0
|
|
25
25
|
$ oclif-example --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ oclif-example COMMAND
|
|
@@ -61,7 +61,7 @@ DESCRIPTION
|
|
|
61
61
|
List all oclif-example commands.
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v4.1.
|
|
64
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v4.1.36/src/commands/commands.ts)_
|
|
65
65
|
<!-- commandsstop -->
|
|
66
66
|
|
|
67
67
|
# Contributing
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.36",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@oclif/table": "^0.
|
|
9
|
+
"@oclif/table": "^0.5.0",
|
|
10
10
|
"lodash": "^4.17.21",
|
|
11
11
|
"object-treeify": "^4.0.1"
|
|
12
12
|
},
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"@types/sinon": "^17.0.3",
|
|
24
24
|
"chai": "^4.5.0",
|
|
25
25
|
"commitlint": "^19",
|
|
26
|
-
"eslint": "^9.
|
|
27
|
-
"eslint-config-oclif": "^6.0.
|
|
26
|
+
"eslint": "^9.38.0",
|
|
27
|
+
"eslint-config-oclif": "^6.0.110",
|
|
28
28
|
"eslint-config-prettier": "^10.1.8",
|
|
29
29
|
"husky": "^9.1.7",
|
|
30
30
|
"lint-staged": "^15",
|
|
31
31
|
"mocha": "^10.8.2",
|
|
32
32
|
"nyc": "^15.1.0",
|
|
33
|
-
"oclif": "^4.22.
|
|
33
|
+
"oclif": "^4.22.32",
|
|
34
34
|
"prettier": "^3.6.2",
|
|
35
35
|
"shx": "^0.4.0",
|
|
36
36
|
"sinon": "^18.0.1",
|