@vercel/build-utils 9.1.0 → 9.1.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
+ ## 9.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [cli] shift node 16 deprecation date to 2025-02-03 ([#12981](https://github.com/vercel/vercel/pull/12981))
8
+
3
9
  ## 9.1.0
4
10
 
5
11
  ### Minor Changes
@@ -60,7 +60,7 @@ const NODE_VERSIONS = [
60
60
  major: 16,
61
61
  range: "16.x",
62
62
  runtime: "nodejs16.x",
63
- discontinueDate: /* @__PURE__ */ new Date("2025-01-31")
63
+ discontinueDate: /* @__PURE__ */ new Date("2025-02-03")
64
64
  }),
65
65
  new import_types.NodeVersion({
66
66
  major: 14,
package/dist/index.js CHANGED
@@ -22903,7 +22903,7 @@ var NODE_VERSIONS = [
22903
22903
  major: 16,
22904
22904
  range: "16.x",
22905
22905
  runtime: "nodejs16.x",
22906
- discontinueDate: /* @__PURE__ */ new Date("2025-01-31")
22906
+ discontinueDate: /* @__PURE__ */ new Date("2025-02-03")
22907
22907
  }),
22908
22908
  new NodeVersion({
22909
22909
  major: 14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",