@oclif/plugin-help 6.0.1 → 6.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/oclif.lock +32 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/oclif.lock
CHANGED
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
wordwrap "^1.0.0"
|
|
477
477
|
wrap-ansi "^7.0.0"
|
|
478
478
|
|
|
479
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4"
|
|
479
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4":
|
|
480
480
|
version "3.0.8"
|
|
481
481
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.8.tgz#727fce956c0f4f91089ddae12ff9a9334774e047"
|
|
482
482
|
integrity sha512-f7iKYcYU7BI98bbgoWK8P7ObRQdeLsAtJeF+zPFXZDLi+EulLlANpFm4rwEA08Bw3hzuDhmswaNThW1fzaM9OQ==
|
|
@@ -507,6 +507,37 @@
|
|
|
507
507
|
wordwrap "^1.0.0"
|
|
508
508
|
wrap-ansi "^7.0.0"
|
|
509
509
|
|
|
510
|
+
"@oclif/core@^3.0.9":
|
|
511
|
+
version "3.0.9"
|
|
512
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
|
|
513
|
+
integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
|
|
514
|
+
dependencies:
|
|
515
|
+
ansi-escapes "^4.3.2"
|
|
516
|
+
ansi-styles "^4.3.0"
|
|
517
|
+
cardinal "^2.1.1"
|
|
518
|
+
chalk "^4.1.2"
|
|
519
|
+
clean-stack "^3.0.1"
|
|
520
|
+
cli-progress "^3.12.0"
|
|
521
|
+
debug "^4.3.4"
|
|
522
|
+
ejs "^3.1.8"
|
|
523
|
+
get-package-type "^0.1.0"
|
|
524
|
+
globby "^11.1.0"
|
|
525
|
+
hyperlinker "^1.0.0"
|
|
526
|
+
indent-string "^4.0.0"
|
|
527
|
+
is-wsl "^2.2.0"
|
|
528
|
+
js-yaml "^3.14.1"
|
|
529
|
+
natural-orderby "^2.0.3"
|
|
530
|
+
object-treeify "^1.1.33"
|
|
531
|
+
password-prompt "^1.1.2"
|
|
532
|
+
slice-ansi "^4.0.0"
|
|
533
|
+
string-width "^4.2.3"
|
|
534
|
+
strip-ansi "^6.0.1"
|
|
535
|
+
supports-color "^8.1.1"
|
|
536
|
+
supports-hyperlinks "^2.2.0"
|
|
537
|
+
widest-line "^3.1.0"
|
|
538
|
+
wordwrap "^1.0.0"
|
|
539
|
+
wrap-ansi "^7.0.0"
|
|
540
|
+
|
|
510
541
|
"@oclif/plugin-help@^5.2.14":
|
|
511
542
|
version "5.2.14"
|
|
512
543
|
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.14.tgz#c89f623712fc7d74f01fd2c9d909434b335a2e7b"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-help",
|
|
3
3
|
"description": "Standard help for oclif.",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-help/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.0.
|
|
8
|
+
"@oclif/core": "^3.0.9"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@commitlint/config-conventional": "^17.7.0",
|