@oclif/plugin-commands 3.0.1 → 3.0.2
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.lock +17 -48
- package/oclif.manifest.json +2 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
20
20
|
$ oclif-example COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example (--version)
|
|
23
|
-
@oclif/plugin-commands/3.0.
|
|
23
|
+
@oclif/plugin-commands/3.0.2 linux-x64 node-v18.18.0
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -63,5 +63,5 @@ DESCRIPTION
|
|
|
63
63
|
list all the commands
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.
|
|
66
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.2/src/commands/commands.ts)_
|
|
67
67
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -688,41 +688,10 @@
|
|
|
688
688
|
wordwrap "^1.0.0"
|
|
689
689
|
wrap-ansi "^7.0.0"
|
|
690
690
|
|
|
691
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4":
|
|
692
|
-
version "3.
|
|
693
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
694
|
-
integrity sha512-
|
|
695
|
-
dependencies:
|
|
696
|
-
ansi-escapes "^4.3.2"
|
|
697
|
-
ansi-styles "^4.3.0"
|
|
698
|
-
cardinal "^2.1.1"
|
|
699
|
-
chalk "^4.1.2"
|
|
700
|
-
clean-stack "^3.0.1"
|
|
701
|
-
cli-progress "^3.12.0"
|
|
702
|
-
debug "^4.3.4"
|
|
703
|
-
ejs "^3.1.8"
|
|
704
|
-
get-package-type "^0.1.0"
|
|
705
|
-
globby "^11.1.0"
|
|
706
|
-
hyperlinker "^1.0.0"
|
|
707
|
-
indent-string "^4.0.0"
|
|
708
|
-
is-wsl "^2.2.0"
|
|
709
|
-
js-yaml "^3.14.1"
|
|
710
|
-
natural-orderby "^2.0.3"
|
|
711
|
-
object-treeify "^1.1.33"
|
|
712
|
-
password-prompt "^1.1.2"
|
|
713
|
-
slice-ansi "^4.0.0"
|
|
714
|
-
string-width "^4.2.3"
|
|
715
|
-
strip-ansi "^6.0.1"
|
|
716
|
-
supports-color "^8.1.1"
|
|
717
|
-
supports-hyperlinks "^2.2.0"
|
|
718
|
-
widest-line "^3.1.0"
|
|
719
|
-
wordwrap "^1.0.0"
|
|
720
|
-
wrap-ansi "^7.0.0"
|
|
721
|
-
|
|
722
|
-
"@oclif/core@^3.0.9":
|
|
723
|
-
version "3.0.9"
|
|
724
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
|
|
725
|
-
integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
|
|
691
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1":
|
|
692
|
+
version "3.2.1"
|
|
693
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
|
|
694
|
+
integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
|
|
726
695
|
dependencies:
|
|
727
696
|
ansi-escapes "^4.3.2"
|
|
728
697
|
ansi-styles "^4.3.0"
|
|
@@ -731,7 +700,7 @@
|
|
|
731
700
|
clean-stack "^3.0.1"
|
|
732
701
|
cli-progress "^3.12.0"
|
|
733
702
|
debug "^4.3.4"
|
|
734
|
-
ejs "^3.1.
|
|
703
|
+
ejs "^3.1.9"
|
|
735
704
|
get-package-type "^0.1.0"
|
|
736
705
|
globby "^11.1.0"
|
|
737
706
|
hyperlinker "^1.0.0"
|
|
@@ -981,10 +950,10 @@
|
|
|
981
950
|
"@types/node" "*"
|
|
982
951
|
"@types/responselike" "^1.0.0"
|
|
983
952
|
|
|
984
|
-
"@types/chai@*", "@types/chai@^4.3.
|
|
985
|
-
version "4.3.
|
|
986
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
987
|
-
integrity sha512-
|
|
953
|
+
"@types/chai@*", "@types/chai@^4.3.8":
|
|
954
|
+
version "4.3.8"
|
|
955
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.8.tgz#aa200a264a3bc78ccfc1718eedbd3b9d5a591270"
|
|
956
|
+
integrity sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==
|
|
988
957
|
|
|
989
958
|
"@types/cli-progress@^3.11.0":
|
|
990
959
|
version "3.11.0"
|
|
@@ -2344,10 +2313,10 @@ eastasianwidth@^0.2.0:
|
|
|
2344
2313
|
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
|
|
2345
2314
|
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
|
|
2346
2315
|
|
|
2347
|
-
ejs@^3.1.6, ejs@^3.1.8:
|
|
2348
|
-
version "3.1.
|
|
2349
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.
|
|
2350
|
-
integrity sha512
|
|
2316
|
+
ejs@^3.1.6, ejs@^3.1.8, ejs@^3.1.9:
|
|
2317
|
+
version "3.1.9"
|
|
2318
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
2319
|
+
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
|
2351
2320
|
dependencies:
|
|
2352
2321
|
jake "^10.8.5"
|
|
2353
2322
|
|
|
@@ -4808,10 +4777,10 @@ no-case@^3.0.4:
|
|
|
4808
4777
|
lower-case "^2.0.2"
|
|
4809
4778
|
tslib "^2.0.3"
|
|
4810
4779
|
|
|
4811
|
-
nock@*, nock@^13.3.3:
|
|
4812
|
-
version "13.3.
|
|
4813
|
-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.
|
|
4814
|
-
integrity sha512-
|
|
4780
|
+
nock@*, nock@^13.3.3, nock@^13.3.4:
|
|
4781
|
+
version "13.3.4"
|
|
4782
|
+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
|
|
4783
|
+
integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
|
|
4815
4784
|
dependencies:
|
|
4816
4785
|
debug "^4.1.0"
|
|
4817
4786
|
json-stringify-safe "^5.0.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"hasDynamicHelp": false,
|
|
113
|
+
"hiddenAliases": [],
|
|
113
114
|
"id": "commands",
|
|
114
115
|
"pluginAlias": "@oclif/plugin-commands",
|
|
115
116
|
"pluginName": "@oclif/plugin-commands",
|
|
@@ -128,5 +129,5 @@
|
|
|
128
129
|
]
|
|
129
130
|
}
|
|
130
131
|
},
|
|
131
|
-
"version": "3.0.
|
|
132
|
+
"version": "3.0.2"
|
|
132
133
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.2.1",
|
|
9
9
|
"lodash.pickby": "^4.6.0",
|
|
10
10
|
"lodash.sortby": "^4.7.0",
|
|
11
11
|
"lodash.template": "^4.5.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-help": "^5.2.20",
|
|
17
17
|
"@oclif/prettier-config": "^0.2.1",
|
|
18
18
|
"@oclif/test": "^3.0.2",
|
|
19
|
-
"@types/chai": "^4.3.
|
|
19
|
+
"@types/chai": "^4.3.8",
|
|
20
20
|
"@types/lodash.pickby": "^4.6.7",
|
|
21
21
|
"@types/lodash.sortby": "^4.7.7",
|
|
22
22
|
"@types/lodash.template": "^4.5.1",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"husky": "^8.0.3",
|
|
35
35
|
"lint-staged": "^14.0.1",
|
|
36
36
|
"mocha": "^10.2.0",
|
|
37
|
-
"nock": "^13.3.
|
|
37
|
+
"nock": "^13.3.4",
|
|
38
38
|
"nyc": "^15.1.0",
|
|
39
39
|
"oclif": "^4.0.2",
|
|
40
40
|
"prettier": "^3.0.3",
|