@vercel/build-utils 10.6.5 → 10.6.6
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/CHANGELOG.md +6 -0
- package/dist/fs/node-version.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/fs/node-version.js
CHANGED
package/dist/index.js
CHANGED
@@ -22954,7 +22954,8 @@ var NODE_VERSIONS = [
|
|
22954
22954
|
new NodeVersion({
|
22955
22955
|
major: 18,
|
22956
22956
|
range: "18.x",
|
22957
|
-
runtime: "nodejs18.x"
|
22957
|
+
runtime: "nodejs18.x",
|
22958
|
+
discontinueDate: /* @__PURE__ */ new Date("2025-09-01")
|
22958
22959
|
}),
|
22959
22960
|
new NodeVersion({
|
22960
22961
|
major: 16,
|