npm-pkgbuild 10.14.11 → 10.14.12

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.11",
3
+ "version": "10.14.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -244,6 +244,6 @@ const toBeSkipped = new RegExp(
244
244
  "chains and topics\\.md",
245
245
  "build_detect_platform"
246
246
  ].join("|") +
247
- ")$|(node_modules/(@types|node-addon-api)|(node_modules/node-gyp$)|(win32|android|darwin)-(ia32|x64|arm|arm64))",
247
+ ")$|(node_modules/(@types|node-addon-api|mf-hosting|node-gyp$)|(win32|android|darwin)-(ia32|x64|arm|arm64))",
248
248
  "i"
249
249
  );