@vercel/build-utils 7.7.0 → 7.7.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.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [build-utils] increase max memory limit ([#11209](https://github.com/vercel/vercel/pull/11209))
8
+
3
9
  ## 7.7.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -22511,7 +22511,7 @@ var functionsSchema = {
22511
22511
  },
22512
22512
  memory: {
22513
22513
  minimum: 128,
22514
- maximum: 3008
22514
+ maximum: 3009
22515
22515
  },
22516
22516
  maxDuration: {
22517
22517
  type: "number",
package/dist/schemas.js CHANGED
@@ -38,7 +38,7 @@ const functionsSchema = {
38
38
  },
39
39
  memory: {
40
40
  minimum: 128,
41
- maximum: 3008
41
+ maximum: 3009
42
42
  },
43
43
  maxDuration: {
44
44
  type: "number",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "7.7.0",
3
+ "version": "7.7.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",