npm-pkgbuild 11.10.15 → 12.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-pkgbuild",
3
- "version": "11.10.15",
3
+ "version": "12.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -19,7 +19,9 @@
19
19
  "pacman",
20
20
  "pkgbuild",
21
21
  "rpm",
22
- "rpmspec"
22
+ "rpmspec",
23
+ "docker",
24
+ "buildah"
23
25
  ],
24
26
  "contributors": [
25
27
  {
@@ -59,13 +61,13 @@
59
61
  "node-fetch": "^3.3.2",
60
62
  "npm-package-walker": "^6.2.4",
61
63
  "npm-packlist": "^8.0.0",
62
- "pacote": "^17.0.2",
64
+ "pacote": "^17.0.3",
63
65
  "pkg-dir": "^7.0.0",
64
66
  "tar-stream": "^3.1.6",
65
67
  "uti": "^7.7.2"
66
68
  },
67
69
  "devDependencies": {
68
- "@types/node": "^20.5.4",
70
+ "@types/node": "^20.5.6",
69
71
  "ava": "^5.3.1",
70
72
  "c8": "^8.0.1",
71
73
  "documentation": "^14.0.2",
@@ -74,7 +76,7 @@
74
76
  "typescript": "^5.2.2"
75
77
  },
76
78
  "engines": {
77
- "node": ">=16.20.2"
79
+ "node": ">=18.17.1"
78
80
  },
79
81
  "repository": {
80
82
  "type": "git",
@@ -215,7 +215,7 @@ export async function* extractFromPackage(options = {}, env = {}) {
215
215
  fragment.parent =
216
216
  modulePath.length === 1 ? parent : modulePath[modulePath.length - 2];
217
217
  } else {
218
- properties.access = packageContent.publishConfig?.access || "private";
218
+ properties.access = packageContent?.publishConfig?.access || "private";
219
219
 
220
220
  Object.assign(
221
221
  properties,