npm-pkgbuild 7.25.6 → 7.25.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": "7.25.6",
3
+ "version": "7.25.10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -43,16 +43,16 @@
43
43
  "commander": "^9.0.0",
44
44
  "content-entry": "^4.1.4",
45
45
  "content-entry-filesystem": "^4.0.6",
46
- "content-entry-transform": "^1.3.10",
47
- "execa": "^6.0.0",
48
- "expression-expander": "^7.0.14",
46
+ "content-entry-transform": "^1.3.12",
47
+ "execa": "^6.1.0",
48
+ "expression-expander": "^7.0.15",
49
49
  "globby": "^13.1.0",
50
- "iterable-string-interceptor": "^1.0.13",
50
+ "iterable-string-interceptor": "^1.0.14",
51
51
  "key-value-transformer": "^2.0.2",
52
52
  "node-fetch": "^3.2.0",
53
53
  "npm-package-walker": "^5.0.5",
54
54
  "npm-packlist": "^3.0.0",
55
- "pacote": "^12.0.3",
55
+ "pacote": "^13.0.0",
56
56
  "pkg-dir": "^6.0.1",
57
57
  "tar-stream": "^2.2.0"
58
58
  },
@@ -8,6 +8,7 @@ import { FileSystemEntry } from "content-entry-filesystem";
8
8
  import { ContentProvider } from "./content-provider.mjs";
9
9
  import { utf8StreamOptions } from "../util.mjs";
10
10
  import { shrinkNPM } from "../npm-shrink.mjs";
11
+
11
12
  /**
12
13
  * Content from node_modules
13
14
  */
@@ -103,6 +104,7 @@ const toBeSkipped = new RegExp(
103
104
  "\\.cs",
104
105
  "\\.markdown",
105
106
  "appveyor\\.yml",
107
+ "seed\\.yml",
106
108
  "\\.xclangspec",
107
109
  "\\.pbfilespec",
108
110
  "yarn\\.lock",
@@ -170,7 +172,7 @@ const toBeSkipped = new RegExp(
170
172
  "\\.babelrc.*",
171
173
  "\\.nycrc",
172
174
  "\\.env",
173
- "x-package\\.json5",
175
+ "x-package\\.json5?",
174
176
  "component\\.json",
175
177
  "tsconfig\\.json",
176
178
  "cypress\\.json",