@npmcli/config 10.0.0-pre.1 → 10.0.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.
@@ -461,7 +461,7 @@ const definitions = {
461
461
  depth: new Definition('depth', {
462
462
  default: null,
463
463
  defaultDescription: `
464
- \`Infinity\` if \`--all\` is set, otherwise \`1\`
464
+ \`Infinity\` if \`--all\` is set, otherwise \`0\`
465
465
  `,
466
466
  type: [null, Number],
467
467
  description: `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/config",
3
- "version": "10.0.0-pre.1",
3
+ "version": "10.0.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.5",
36
+ "@npmcli/template-oss": "4.23.6",
37
37
  "tap": "^16.3.8"
38
38
  },
39
39
  "dependencies": {
@@ -51,7 +51,7 @@
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.5",
54
+ "version": "4.23.6",
55
55
  "content": "../../scripts/template-oss/index.js"
56
56
  }
57
57
  }