@npmcli/config 9.0.0 → 10.0.0-pre.1
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.
|
@@ -397,14 +397,14 @@ const definitions = {
|
|
|
397
397
|
\`\`\`
|
|
398
398
|
|
|
399
399
|
It is _not_ the path to a certificate file, though you can set a registry-scoped
|
|
400
|
-
"
|
|
400
|
+
"cafile" path like "//other-registry.tld/:cafile=/path/to/cert.pem".
|
|
401
401
|
`,
|
|
402
402
|
deprecated: `
|
|
403
403
|
\`key\` and \`cert\` are no longer used for most registry operations.
|
|
404
|
-
Use registry scoped \`keyfile\` and \`
|
|
404
|
+
Use registry scoped \`keyfile\` and \`cafile\` instead.
|
|
405
405
|
Example:
|
|
406
406
|
//other-registry.tld/:keyfile=/path/to/key.pem
|
|
407
|
-
//other-registry.tld/:
|
|
407
|
+
//other-registry.tld/:cafile=/path/to/cert.crt
|
|
408
408
|
`,
|
|
409
409
|
flatten,
|
|
410
410
|
}),
|
|
@@ -1077,10 +1077,10 @@ const definitions = {
|
|
|
1077
1077
|
`,
|
|
1078
1078
|
deprecated: `
|
|
1079
1079
|
\`key\` and \`cert\` are no longer used for most registry operations.
|
|
1080
|
-
Use registry scoped \`keyfile\` and \`
|
|
1080
|
+
Use registry scoped \`keyfile\` and \`cafile\` instead.
|
|
1081
1081
|
Example:
|
|
1082
1082
|
//other-registry.tld/:keyfile=/path/to/key.pem
|
|
1083
|
-
//other-registry.tld/:
|
|
1083
|
+
//other-registry.tld/:cafile=/path/to/cert.crt
|
|
1084
1084
|
`,
|
|
1085
1085
|
flatten,
|
|
1086
1086
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npmcli/config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-pre.1",
|
|
4
4
|
"files": [
|
|
5
5
|
"bin/",
|
|
6
6
|
"lib/"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@npmcli/eslint-config": "^5.0.1",
|
|
35
35
|
"@npmcli/mock-globals": "^1.0.0",
|
|
36
|
-
"@npmcli/template-oss": "4.23.
|
|
36
|
+
"@npmcli/template-oss": "4.23.5",
|
|
37
37
|
"tap": "^16.3.8"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"nopt": "^8.0.0",
|
|
45
45
|
"proc-log": "^5.0.0",
|
|
46
46
|
"semver": "^7.3.5",
|
|
47
|
-
"walk-up-path": "^
|
|
47
|
+
"walk-up-path": "^4.0.0"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
|
50
|
-
"node": "^
|
|
50
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
51
51
|
},
|
|
52
52
|
"templateOSS": {
|
|
53
53
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
54
|
-
"version": "4.23.
|
|
54
|
+
"version": "4.23.5",
|
|
55
55
|
"content": "../../scripts/template-oss/index.js"
|
|
56
56
|
}
|
|
57
57
|
}
|