npm-pkgbuild 15.5.2 → 15.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-pkgbuild",
3
- "version": "15.5.2",
3
+ "version": "15.5.3",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -65,7 +65,7 @@
65
65
  "ini": "^5.0.0",
66
66
  "iterable-string-interceptor": "^3.0.0",
67
67
  "key-value-transformer": "^3.2.3",
68
- "npm-package-walker": "^7.0.5",
68
+ "npm-package-walker": "^7.0.6",
69
69
  "npm-packlist": "^8.0.2",
70
70
  "pacote": "^18.0.6",
71
71
  "pkg-dir": "^8.0.0",
@@ -208,7 +208,7 @@ const toBeSkipped = new RegExp(
208
208
  "\\.in",
209
209
  "\\.vc",
210
210
  "\\.m4",
211
- "Makefile(\\.am|\\.fallback|\\.msc)?",
211
+ "Makefile(\\.am|\\.fallback|\\.msc|\\.targ)?",
212
212
  "\\.cmake",
213
213
  "\\.mk",
214
214
  "\\.patch",
@@ -256,7 +256,9 @@ const toBeSkipped = new RegExp(
256
256
  "Porting-Buffer\\.md",
257
257
  "chains and topics\\.md",
258
258
  "build_detect_platform",
259
- "install_daemon_node.node"
259
+ "install_daemon_node.node",
260
+ "tsconfig.build.json",
261
+ "typedoc.json"
260
262
  ].join("|") +
261
263
  ")$|(node_modules/(npm-pkgbuild|@types|node-addon-api|mf-hosting|node-gyp$)|(win32|android|darwin)-(ia32|x64|arm|arm64))",
262
264
  "i"