@netlify/build 29.51.3 → 29.51.5
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.
|
@@ -33,6 +33,8 @@ const normalizeMessage = function (message, [regExp, replacement]) {
|
|
|
33
33
|
const NORMALIZE_REGEXPS = [
|
|
34
34
|
// Base64 URL
|
|
35
35
|
[/(data:[^;]+;base64),[\w+/-=]+/g, 'dataURI'],
|
|
36
|
+
// Node builtins mapping - normalize it to single one so it's not dependent on Node.js version it did run on
|
|
37
|
+
[/(\\"[^"]+\\":\\"node:[^"]+\\",)+/g, '\\"builtins\\":\\"node:builtins\\",'],
|
|
36
38
|
// File paths
|
|
37
39
|
[/(["'`, ]|^)([^"'`, \n]*[/\\][^"'`, \n]*)(?=["'`, ]|$)/gm, '$1/file/path'],
|
|
38
40
|
// Semantic versions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "29.51.
|
|
3
|
+
"version": "29.51.5",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/index.js",
|
|
@@ -69,16 +69,16 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@bugsnag/js": "^7.0.0",
|
|
71
71
|
"@netlify/blobs": "^7.4.0",
|
|
72
|
-
"@netlify/cache-utils": "^5.1.
|
|
73
|
-
"@netlify/config": "^20.
|
|
74
|
-
"@netlify/edge-bundler": "12.2.
|
|
72
|
+
"@netlify/cache-utils": "^5.1.6",
|
|
73
|
+
"@netlify/config": "^20.18.0",
|
|
74
|
+
"@netlify/edge-bundler": "12.2.3",
|
|
75
75
|
"@netlify/framework-info": "^9.8.13",
|
|
76
|
-
"@netlify/functions-utils": "^5.2.
|
|
76
|
+
"@netlify/functions-utils": "^5.2.77",
|
|
77
77
|
"@netlify/git-utils": "^5.1.1",
|
|
78
78
|
"@netlify/opentelemetry-utils": "^1.2.1",
|
|
79
79
|
"@netlify/plugins-list": "^6.80.0",
|
|
80
80
|
"@netlify/run-utils": "^5.1.1",
|
|
81
|
-
"@netlify/zip-it-and-ship-it": "9.37.
|
|
81
|
+
"@netlify/zip-it-and-ship-it": "9.37.9",
|
|
82
82
|
"@sindresorhus/slugify": "^2.0.0",
|
|
83
83
|
"ansi-escapes": "^6.0.0",
|
|
84
84
|
"chalk": "^5.0.0",
|
|
@@ -165,5 +165,5 @@
|
|
|
165
165
|
"engines": {
|
|
166
166
|
"node": "^14.16.0 || >=16.0.0"
|
|
167
167
|
},
|
|
168
|
-
"gitHead": "
|
|
168
|
+
"gitHead": "507a010535ba4028153a755b397501109fa872c9"
|
|
169
169
|
}
|