npm-pkgbuild 13.0.4 → 13.0.6
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": "13.0.
|
|
3
|
+
"version": "13.0.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -66,16 +66,16 @@
|
|
|
66
66
|
"uti": "^8.2.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@types/node": "^20.
|
|
69
|
+
"@types/node": "^20.10.1",
|
|
70
70
|
"ava": "^5.3.1",
|
|
71
71
|
"c8": "^8.0.1",
|
|
72
72
|
"documentation": "^14.0.2",
|
|
73
|
-
"semantic-release": "^22.0.
|
|
73
|
+
"semantic-release": "^22.0.8",
|
|
74
74
|
"stream-buffers": "^3.0.2",
|
|
75
|
-
"typescript": "^5.
|
|
75
|
+
"typescript": "^5.3.2"
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|
|
78
|
-
"node": ">=20.
|
|
78
|
+
"node": ">=20.10.0",
|
|
79
79
|
"bun": ">=1.0"
|
|
80
80
|
},
|
|
81
81
|
"repository": {
|
|
@@ -151,6 +151,9 @@ const toBeSkipped = new RegExp(
|
|
|
151
151
|
"\\.cs",
|
|
152
152
|
"\\.cmd",
|
|
153
153
|
"\\.markdown",
|
|
154
|
+
"\\.circle.*",
|
|
155
|
+
"\\.lint.*",
|
|
156
|
+
"\\.yarn.*",
|
|
154
157
|
"\\.sublime-project",
|
|
155
158
|
"\\.sublime-workspace",
|
|
156
159
|
"appveyor\\.yml",
|
|
@@ -222,7 +225,7 @@ const toBeSkipped = new RegExp(
|
|
|
222
225
|
"\\.bash_completion.*",
|
|
223
226
|
"\\.coveralls\\.yml",
|
|
224
227
|
"\\.istanbul\\.yml",
|
|
225
|
-
"\\.
|
|
228
|
+
"\\.babel.*",
|
|
226
229
|
"\\.nycrc",
|
|
227
230
|
"\\.env",
|
|
228
231
|
"x-package\\.json5?",
|
|
@@ -244,6 +247,7 @@ const toBeSkipped = new RegExp(
|
|
|
244
247
|
"SFTPStream\\.md",
|
|
245
248
|
"LIMITS\\.md",
|
|
246
249
|
"DEPS",
|
|
250
|
+
"__tests__",
|
|
247
251
|
"Porting-Buffer\\.md",
|
|
248
252
|
"chains and topics\\.md",
|
|
249
253
|
"build_detect_platform"
|