@npmcli/config 8.0.3 → 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: `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/config",
3
- "version": "8.0.3",
3
+ "version": "8.1.0",
4
4
  "files": [
5
5
  "bin/",
6
6
  "lib/"