@vercel/build-utils 8.2.0 → 8.2.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
+ ## 8.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [node] update node@16 deprecation day ([#11671](https://github.com/vercel/vercel/pull/11671))
8
+
3
9
  ## 8.2.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-06-15")
49
+ discontinueDate: /* @__PURE__ */ new Date("2025-02-28")
50
50
  },
51
51
  {
52
52
  major: 14,
package/dist/index.js CHANGED
@@ -21620,7 +21620,7 @@ var NODE_VERSIONS = [
21620
21620
  major: 16,
21621
21621
  range: "16.x",
21622
21622
  runtime: "nodejs16.x",
21623
- discontinueDate: /* @__PURE__ */ new Date("2024-06-15")
21623
+ discontinueDate: /* @__PURE__ */ new Date("2025-02-28")
21624
21624
  },
21625
21625
  {
21626
21626
  major: 14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "8.2.0",
3
+ "version": "8.2.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",