@npmcli/config 8.0.2 → 8.0.3

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.
@@ -1234,7 +1234,7 @@ define('sbom-type', {
1234
1234
  ],
1235
1235
  description: `
1236
1236
  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
1237
+ value for the \`primaryPackagePurpose\` field. For CycloneDX, this is the
1238
1238
  value for the \`type\` field.
1239
1239
  `,
1240
1240
  flatten,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/config",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
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
  }