@vercel/build-utils 7.4.0 → 7.4.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vercel/build-utils
2
2
 
3
+ ## 7.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Extend Node v16 discontinue date to 2024-06-15 ([#10967](https://github.com/vercel/vercel/pull/10967))
8
+
3
9
  ## 7.4.0
4
10
 
5
11
  ### Minor Changes
@@ -46,7 +46,7 @@ const NODE_VERSIONS = [
46
46
  major: 16,
47
47
  range: "16.x",
48
48
  runtime: "nodejs16.x",
49
- discontinueDate: /* @__PURE__ */ new Date("2024-02-06")
49
+ discontinueDate: /* @__PURE__ */ new Date("2024-06-15")
50
50
  },
51
51
  {
52
52
  major: 14,
package/dist/index.js CHANGED
@@ -21600,7 +21600,7 @@ var NODE_VERSIONS = [
21600
21600
  major: 16,
21601
21601
  range: "16.x",
21602
21602
  runtime: "nodejs16.x",
21603
- discontinueDate: /* @__PURE__ */ new Date("2024-02-06")
21603
+ discontinueDate: /* @__PURE__ */ new Date("2024-06-15")
21604
21604
  },
21605
21605
  {
21606
21606
  major: 14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "7.4.0",
3
+ "version": "7.4.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",