npm-pkgbuild 18.2.13 → 18.2.15

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": "18.2.13",
3
+ "version": "18.2.15",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": false
@@ -51,8 +51,8 @@
51
51
  "tsc:types": "tsc -d --allowJs --declarationDir dist --emitDeclarationOnly ./src/extract-from-package.mjs"
52
52
  },
53
53
  "dependencies": {
54
- "@npmcli/arborist": "^9.1.2",
55
- "@vercel/nft": "^0.29.4",
54
+ "@npmcli/arborist": "^9.1.3",
55
+ "@vercel/nft": "^0.30.0",
56
56
  "aggregate-async-iterator": "^1.2.2",
57
57
  "commander": "^14.0.0",
58
58
  "compare-versions": "^6.1.1",
@@ -65,14 +65,14 @@
65
65
  "iterable-string-interceptor": "^3.0.2",
66
66
  "key-value-transformer": "^3.3.0",
67
67
  "npm-package-walker": "^8.0.9",
68
- "npm-packlist": "^10.0.0",
68
+ "npm-packlist": "^10.0.1",
69
+ "package-directory": "^8.1.0",
69
70
  "pacote": "^21.0.0",
70
- "pkg-dir": "^9.0.0",
71
71
  "tar-stream": "^3.1.7",
72
72
  "uti": "^8.9.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@types/node": "^24.0.15",
75
+ "@types/node": "^24.1.0",
76
76
  "ava": "^6.4.1",
77
77
  "c8": "^10.1.3",
78
78
  "documentation": "^14.0.3",
@@ -165,6 +165,7 @@ const toBeSkipped = new RegExp(
165
165
  "\\.\\d",
166
166
  "\\.map",
167
167
  "\\.umd\\.js",
168
+ "\\.m?js\\.gz",
168
169
  "\\.ts",
169
170
  "\\.mts",
170
171
  "\\.d\\.ts",
@@ -1,5 +1,5 @@
1
1
  import { join, resolve } from "node:path";
2
- import { packageDirectory } from "pkg-dir";
2
+ import { packageDirectory } from "package-directory";
3
3
  import { packageWalker } from "npm-package-walker";
4
4
  import { createContext } from "expression-expander";
5
5
  import { satisfies } from "compare-versions";
package/src/package.mjs CHANGED
@@ -129,6 +129,7 @@ const skipPattern = [
129
129
  "**Gruntfile.js",
130
130
  "**karma.conf.js",
131
131
  "**verb.md",
132
+ "API.md",
132
133
  "**.nvmrc",
133
134
  "**config.gypi",
134
135
  "**bower.json",