@netlify/build 33.4.1 → 33.4.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 +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "33.4.
|
|
3
|
+
"version": "33.4.2",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"scripts": {
|
|
25
25
|
"prebuild": "rm -rf lib",
|
|
26
|
-
"postbuild": "npx
|
|
26
|
+
"postbuild": "npx cpy \"src/**/*.yml\" \"lib/\"",
|
|
27
27
|
"build": "tsc",
|
|
28
28
|
"test:types": "tsd",
|
|
29
29
|
"test": "ava && tsd && vitest run",
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"@bugsnag/js": "^8.0.0",
|
|
70
70
|
"@netlify/blobs": "^9.1.5",
|
|
71
71
|
"@netlify/cache-utils": "^6.0.3",
|
|
72
|
-
"@netlify/config": "^23.0.
|
|
72
|
+
"@netlify/config": "^23.0.9",
|
|
73
73
|
"@netlify/edge-bundler": "14.0.5",
|
|
74
74
|
"@netlify/framework-info": "^10.0.4",
|
|
75
|
-
"@netlify/functions-utils": "^6.0.
|
|
75
|
+
"@netlify/functions-utils": "^6.0.9",
|
|
76
76
|
"@netlify/git-utils": "^6.0.2",
|
|
77
77
|
"@netlify/opentelemetry-utils": "^2.0.1",
|
|
78
78
|
"@netlify/plugins-list": "^6.80.0",
|
|
79
79
|
"@netlify/run-utils": "^6.0.2",
|
|
80
|
-
"@netlify/zip-it-and-ship-it": "12.1.
|
|
80
|
+
"@netlify/zip-it-and-ship-it": "12.1.3",
|
|
81
81
|
"@sindresorhus/slugify": "^2.0.0",
|
|
82
82
|
"ansi-escapes": "^7.0.0",
|
|
83
83
|
"chalk": "^5.0.0",
|
|
@@ -132,7 +132,6 @@
|
|
|
132
132
|
"atob": "^2.1.2",
|
|
133
133
|
"ava": "^5.0.0",
|
|
134
134
|
"c8": "^10.0.0",
|
|
135
|
-
"copyfiles": "^2.4.1",
|
|
136
135
|
"cpy": "^11.0.0",
|
|
137
136
|
"get-node": "^14.2.1",
|
|
138
137
|
"get-port": "^7.0.0",
|
|
@@ -143,7 +142,7 @@
|
|
|
143
142
|
"sinon": "^20.0.0",
|
|
144
143
|
"tmp-promise": "^3.0.2",
|
|
145
144
|
"tsd": "^0.32.0",
|
|
146
|
-
"vitest": "^0.
|
|
145
|
+
"vitest": "^3.0.0",
|
|
147
146
|
"yarn": "^1.22.22"
|
|
148
147
|
},
|
|
149
148
|
"peerDependencies": {
|
|
@@ -158,5 +157,5 @@
|
|
|
158
157
|
"engines": {
|
|
159
158
|
"node": ">=18.14.0"
|
|
160
159
|
},
|
|
161
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "44309b889269b8555b19127ed9988bc5972cb4ec"
|
|
162
161
|
}
|