@vercel/build-utils 6.8.1 → 6.8.2

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
+ ## 6.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Push back `nodejs16.x` discontinue date to `2024-02-06` ([#10209](https://github.com/vercel/vercel/pull/10209))
8
+
3
9
  ## 6.8.1
4
10
 
5
11
  ### Patch Changes
@@ -14,7 +14,7 @@ function getOptions() {
14
14
  major: 16,
15
15
  range: '16.x',
16
16
  runtime: 'nodejs16.x',
17
- discontinueDate: new Date('2023-08-15'),
17
+ discontinueDate: new Date('2024-02-06'),
18
18
  },
19
19
  {
20
20
  major: 14,
package/dist/index.js CHANGED
@@ -28758,7 +28758,7 @@ function getOptions() {
28758
28758
  major: 16,
28759
28759
  range: '16.x',
28760
28760
  runtime: 'nodejs16.x',
28761
- discontinueDate: new Date('2023-08-15'),
28761
+ discontinueDate: new Date('2024-02-06'),
28762
28762
  },
28763
28763
  {
28764
28764
  major: 14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "6.8.1",
3
+ "version": "6.8.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",