@netlify/build 29.6.1 → 29.6.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.
|
@@ -10,7 +10,6 @@ const getFeatureFlag = function (name) {
|
|
|
10
10
|
};
|
|
11
11
|
// Default values for feature flags
|
|
12
12
|
export const DEFAULT_FEATURE_FLAGS = {
|
|
13
|
-
buildbot_es_modules_esbuild: false,
|
|
14
13
|
buildbot_zisi_trace_nft: false,
|
|
15
14
|
buildbot_zisi_esbuild_parser: false,
|
|
16
15
|
edge_functions_cache_cli: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "29.6.
|
|
3
|
+
"version": "29.6.2",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/core/main.js",
|
|
@@ -66,10 +66,11 @@
|
|
|
66
66
|
"@bugsnag/js": "^7.0.0",
|
|
67
67
|
"@netlify/cache-utils": "^5.1.2",
|
|
68
68
|
"@netlify/config": "^20.3.3",
|
|
69
|
-
"@netlify/edge-bundler": "8.8.
|
|
69
|
+
"@netlify/edge-bundler": "8.8.1",
|
|
70
|
+
"@netlify/framework-info": "^9.8.4",
|
|
70
71
|
"@netlify/functions-utils": "^5.2.0",
|
|
71
72
|
"@netlify/git-utils": "^5.1.0",
|
|
72
|
-
"@netlify/plugins-list": "^6.
|
|
73
|
+
"@netlify/plugins-list": "^6.66.0",
|
|
73
74
|
"@netlify/run-utils": "^5.1.0",
|
|
74
75
|
"@netlify/zip-it-and-ship-it": "^8.9.0",
|
|
75
76
|
"@sindresorhus/slugify": "^2.0.0",
|
|
@@ -146,5 +147,5 @@
|
|
|
146
147
|
"module": "commonjs"
|
|
147
148
|
}
|
|
148
149
|
},
|
|
149
|
-
"gitHead": "
|
|
150
|
+
"gitHead": "c39dbba3ba17390124a6e6a7158c8a36c703c2e2"
|
|
150
151
|
}
|