npm-pkgbuild 10.14.9 → 10.14.10

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": "10.14.9",
3
+ "version": "10.14.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -258,7 +258,7 @@ export async function* extractFromPackage(options = {}) {
258
258
 
259
259
  // armv7h,aarch64,x86_64 : armv7h,aarch64,x86_64 : x64
260
260
  console.warn(
261
- `No matching arch remaining, ${[...arch]} : ${[...restrictedArch]} : ${
261
+ `No matching arch remaining, ${[...arch]} : ${[...restrictArch]} : ${
262
262
  process.arch
263
263
  }`
264
264
  );