npm-pkgbuild 11.7.12 → 11.7.14

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.7.12",
3
+ "version": "11.7.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,7 +45,7 @@
45
45
  "@npmcli/arborist": "^6.2.7",
46
46
  "@vercel/nft": "^0.22.5",
47
47
  "aggregate-async-iterator": "^1.1.16",
48
- "commander": "^10.0.0",
48
+ "commander": "^10.0.1",
49
49
  "compare-versions": "^6.0.0-rc.1",
50
50
  "content-entry": "^6.0.0",
51
51
  "content-entry-filesystem": "^5.2.13",
@@ -237,7 +237,7 @@ const fields = {
237
237
  sha512sums: default_array_attribute,
238
238
  groups: default_array_attribute,
239
239
  arch: { ...default_array_attribute, default: ["any"], mandatory: true },
240
- backup: default_attribute,
240
+ backup: default_array_attribute,
241
241
  depends: default_array_attribute,
242
242
  makedepends: default_attribute,
243
243
  checkdepends: default_attribute,