@npmcli/config 8.0.2 → 8.1.0

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.
@@ -494,6 +494,16 @@ define('os', {
494
494
  flatten,
495
495
  })
496
496
 
497
+ define('libc', {
498
+ default: null,
499
+ type: [null, String],
500
+ description: `
501
+ Override libc of native modules to install.
502
+ Acceptable values are same as \`libc\` field of package.json
503
+ `,
504
+ flatten,
505
+ })
506
+
497
507
  define('depth', {
498
508
  default: null,
499
509
  defaultDescription: `
@@ -1234,7 +1244,7 @@ define('sbom-type', {
1234
1244
  ],
1235
1245
  description: `
1236
1246
  The type of package described by the generated SBOM. For SPDX, this is the
1237
- value for the \`primaryPackagePurpose\` fieled. For CycloneDX, this is the
1247
+ value for the \`primaryPackagePurpose\` field. For CycloneDX, this is the
1238
1248
  value for the \`type\` field.
1239
1249
  `,
1240
1250
  flatten,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/config",
3
- "version": "8.0.2",
3
+ "version": "8.1.0",
4
4
  "files": [
5
5
  "bin/",
6
6
  "lib/"
@@ -17,7 +17,7 @@
17
17
  "scripts": {
18
18
  "test": "tap",
19
19
  "snap": "tap",
20
- "lint": "eslint \"**/*.js\"",
20
+ "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
21
21
  "postlint": "template-oss-check",
22
22
  "lintfix": "npm run lint -- --fix",
23
23
  "posttest": "npm run lint",
@@ -32,7 +32,7 @@
32
32
  "devDependencies": {
33
33
  "@npmcli/eslint-config": "^4.0.0",
34
34
  "@npmcli/mock-globals": "^1.0.0",
35
- "@npmcli/template-oss": "4.19.0",
35
+ "@npmcli/template-oss": "4.21.3",
36
36
  "tap": "^16.3.8"
37
37
  },
38
38
  "dependencies": {
@@ -50,8 +50,7 @@
50
50
  },
51
51
  "templateOSS": {
52
52
  "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
53
- "version": "4.19.0",
54
- "content": "../../scripts/template-oss/index.js",
55
- "npm": "npm"
53
+ "version": "4.21.3",
54
+ "content": "../../scripts/template-oss/index.js"
56
55
  }
57
56
  }