@netlify/build 28.1.8 → 28.1.9
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.
|
@@ -121,10 +121,7 @@ const throwIfUnsupportedPluginVersion = function (outdatedPlugins) {
|
|
|
121
121
|
if (!nextOutdatedV4Plugin) {
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
|
-
const error = new Error(`This site cannot be built because it is using an outdated version of the Next.js Runtime: ${packageName}@${version}.
|
|
125
|
-
Versions greater than 4.26.0 are recommended. To upgrade this plugin, please update its version in "package.json" to the
|
|
126
|
-
latest version: ${latestVersion}. If you cannot use a more recent version, please contact support at https://www.netlify.com/support
|
|
127
|
-
for guidance.`);
|
|
124
|
+
const error = new Error(`This site cannot be built because it is using an outdated version of the Next.js Runtime: ${packageName}@${version}. Versions greater than 4.26.0 are recommended. To upgrade this plugin, please update its version in "package.json" to the latest version: ${latestVersion}. If you cannot use a more recent version, please contact support at https://www.netlify.com/support for guidance.`);
|
|
128
125
|
addErrorInfo(error, { type: 'pluginUnsupportedVersion' });
|
|
129
126
|
throw error;
|
|
130
127
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.9",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./lib/core/main.js",
|
|
@@ -150,5 +150,5 @@
|
|
|
150
150
|
"module": "commonjs"
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "2505d18d2b074f157d0c3612016a53e11a9fa46f"
|
|
154
154
|
}
|