@netlify/build 29.58.0 → 29.58.2
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 +13 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "29.58.
|
|
3
|
+
"version": "29.58.2",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/index.js",
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
"test:ci": "run-p test:ci:*",
|
|
32
32
|
"test:ci:types": "tsd",
|
|
33
33
|
"test:ci:ava": "c8 -r lcovonly -r text -r json ava",
|
|
34
|
-
"test:ci:vitest": "vitest run"
|
|
35
|
-
"test:measure": "../../tools/tests-duration.js"
|
|
34
|
+
"test:ci:vitest": "vitest run"
|
|
36
35
|
},
|
|
37
36
|
"keywords": [
|
|
38
37
|
"nodejs",
|
|
@@ -70,20 +69,20 @@
|
|
|
70
69
|
"@bugsnag/js": "^7.0.0",
|
|
71
70
|
"@netlify/blobs": "^7.4.0",
|
|
72
71
|
"@netlify/cache-utils": "^5.2.0",
|
|
73
|
-
"@netlify/config": "^20.21.
|
|
74
|
-
"@netlify/edge-bundler": "12.3.
|
|
75
|
-
"@netlify/framework-info": "^9.9.
|
|
76
|
-
"@netlify/functions-utils": "^5.3.
|
|
72
|
+
"@netlify/config": "^20.21.2",
|
|
73
|
+
"@netlify/edge-bundler": "12.3.2",
|
|
74
|
+
"@netlify/framework-info": "^9.9.1",
|
|
75
|
+
"@netlify/functions-utils": "^5.3.2",
|
|
77
76
|
"@netlify/git-utils": "^5.2.0",
|
|
78
77
|
"@netlify/opentelemetry-utils": "^1.3.0",
|
|
79
78
|
"@netlify/plugins-list": "^6.80.0",
|
|
80
79
|
"@netlify/run-utils": "^5.2.0",
|
|
81
|
-
"@netlify/zip-it-and-ship-it": "9.42.
|
|
80
|
+
"@netlify/zip-it-and-ship-it": "9.42.2",
|
|
82
81
|
"@sindresorhus/slugify": "^2.0.0",
|
|
83
82
|
"ansi-escapes": "^6.0.0",
|
|
84
83
|
"chalk": "^5.0.0",
|
|
85
84
|
"clean-stack": "^4.0.0",
|
|
86
|
-
"execa": "^
|
|
85
|
+
"execa": "^7.0.0",
|
|
87
86
|
"fdir": "^6.0.1",
|
|
88
87
|
"figures": "^5.0.0",
|
|
89
88
|
"filter-obj": "^5.0.0",
|
|
@@ -100,11 +99,11 @@
|
|
|
100
99
|
"minimatch": "^9.0.4",
|
|
101
100
|
"node-fetch": "^3.3.2",
|
|
102
101
|
"os-name": "^5.0.0",
|
|
103
|
-
"p-event": "^
|
|
102
|
+
"p-event": "^6.0.0",
|
|
104
103
|
"p-every": "^2.0.0",
|
|
105
|
-
"p-filter": "^
|
|
104
|
+
"p-filter": "^4.0.0",
|
|
106
105
|
"p-locate": "^6.0.0",
|
|
107
|
-
"p-map": "^
|
|
106
|
+
"p-map": "^7.0.0",
|
|
108
107
|
"p-reduce": "^3.0.0",
|
|
109
108
|
"path-exists": "^5.0.0",
|
|
110
109
|
"path-type": "^5.0.0",
|
|
@@ -131,7 +130,7 @@
|
|
|
131
130
|
"@opentelemetry/api": "~1.8.0",
|
|
132
131
|
"@opentelemetry/sdk-trace-base": "~1.24.0",
|
|
133
132
|
"@types/node": "^14.18.53",
|
|
134
|
-
"@vitest/coverage-
|
|
133
|
+
"@vitest/coverage-v8": "^0.33.0",
|
|
135
134
|
"atob": "^2.1.2",
|
|
136
135
|
"ava": "^4.0.0",
|
|
137
136
|
"c8": "^7.12.0",
|
|
@@ -165,5 +164,5 @@
|
|
|
165
164
|
"engines": {
|
|
166
165
|
"node": "^14.16.0 || >=16.0.0"
|
|
167
166
|
},
|
|
168
|
-
"gitHead": "
|
|
167
|
+
"gitHead": "a6d31ce1991f5fcdbdb275ce2d68fe8a60329120"
|
|
169
168
|
}
|