@npmcli/config 10.0.0-pre.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
- "certfile" path like "//other-registry.tld/:certfile=/path/to/cert.pem".
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 \`certfile\` instead.
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/:certfile=/path/to/cert.crt
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 \`certfile\` instead.
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/:certfile=/path/to/cert.crt
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": "10.0.0-pre.0",
3
+ "version": "10.0.0-pre.1",
4
4
  "files": [
5
5
  "bin/",
6
6
  "lib/"
@@ -44,7 +44,7 @@
44
44
  "nopt": "^8.0.0",
45
45
  "proc-log": "^5.0.0",
46
46
  "semver": "^7.3.5",
47
- "walk-up-path": "^3.0.1"
47
+ "walk-up-path": "^4.0.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": "^20.17.0 || >=22.9.0"