@yarnpkg/plugin-essentials 4.4.2 → 4.4.4
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.
|
@@ -14,7 +14,7 @@ class ExplainPeerRequirementsCommand extends cli_1.BaseCommand {
|
|
|
14
14
|
this.hash = clipanion_1.Option.String({
|
|
15
15
|
required: false,
|
|
16
16
|
validator: t.cascade(t.isString(), [
|
|
17
|
-
t.matchesRegExp(/^p[0-9a-f]{
|
|
17
|
+
t.matchesRegExp(/^p[0-9a-f]{6}$/),
|
|
18
18
|
]),
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -49,7 +49,7 @@ ExplainPeerRequirementsCommand.usage = clipanion_1.Command.Usage({
|
|
|
49
49
|
|
|
50
50
|
When used without arguments, this command lists all peer requirements and the corresponding hash that can be used to get detailed information about a given requirement.
|
|
51
51
|
|
|
52
|
-
**Note:** A hash is a
|
|
52
|
+
**Note:** A hash is a seven-letter code consisting of the letter 'p' followed by six characters that can be obtained from peer dependency warnings or from the list of all peer requirements(\`yarn explain peer-requirements\`).
|
|
53
53
|
`,
|
|
54
54
|
examples: [[
|
|
55
55
|
`Explain the corresponding peer requirement for a hash`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/plugin-essentials",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.4",
|
|
4
4
|
"license": "BSD-2-Clause",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"./package.json": "./package.json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@yarnpkg/fslib": "^3.1.
|
|
11
|
+
"@yarnpkg/fslib": "^3.1.3",
|
|
12
12
|
"@yarnpkg/parsers": "^3.0.3",
|
|
13
13
|
"ci-info": "^4.0.0",
|
|
14
14
|
"clipanion": "^4.0.0-rc.2",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"typanion": "^3.14.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@yarnpkg/cli": "^4.
|
|
24
|
-
"@yarnpkg/core": "^4.4.
|
|
23
|
+
"@yarnpkg/cli": "^4.10.0",
|
|
24
|
+
"@yarnpkg/core": "^4.4.4",
|
|
25
25
|
"@yarnpkg/plugin-git": "^3.1.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/micromatch": "^4.0.1",
|
|
29
29
|
"@types/semver": "^7.1.0",
|
|
30
|
-
"@yarnpkg/cli": "^4.
|
|
31
|
-
"@yarnpkg/core": "^4.4.
|
|
30
|
+
"@yarnpkg/cli": "^4.10.0",
|
|
31
|
+
"@yarnpkg/core": "^4.4.4",
|
|
32
32
|
"@yarnpkg/plugin-git": "^3.1.3"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|