@oclif/plugin-help 6.0.4 → 6.0.5
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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/oclif.lock
CHANGED
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
resolve-global "1.0.0"
|
|
50
50
|
yargs "^17.0.0"
|
|
51
51
|
|
|
52
|
-
"@commitlint/config-conventional@^17.
|
|
53
|
-
version "17.
|
|
54
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.
|
|
55
|
-
integrity sha512-
|
|
52
|
+
"@commitlint/config-conventional@^17.8.1":
|
|
53
|
+
version "17.8.1"
|
|
54
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
|
|
55
|
+
integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
|
|
56
56
|
dependencies:
|
|
57
57
|
conventional-changelog-conventionalcommits "^6.1.0"
|
|
58
58
|
|
|
@@ -476,10 +476,10 @@
|
|
|
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", "@oclif/core@^3.
|
|
480
|
-
version "3.
|
|
481
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
482
|
-
integrity sha512-
|
|
479
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.9.1":
|
|
480
|
+
version "3.9.1"
|
|
481
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716"
|
|
482
|
+
integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==
|
|
483
483
|
dependencies:
|
|
484
484
|
ansi-escapes "^4.3.2"
|
|
485
485
|
ansi-styles "^4.3.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-help",
|
|
3
3
|
"description": "Standard help for oclif.",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-help/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.9.1"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@commitlint/config-conventional": "^17.
|
|
11
|
+
"@commitlint/config-conventional": "^17.8.1",
|
|
12
12
|
"@oclif/prettier-config": "^0.2.1",
|
|
13
13
|
"@oclif/test": "^3.0.2",
|
|
14
14
|
"@types/chai": "^4.3.8",
|