@vercel/build-utils
Advanced tools
+6
-0
| # @vercel/build-utils | ||
| ## 13.29.1 | ||
| ### Patch Changes | ||
| - 32a730e: Elevate maximum maxDuration to 1800s | ||
| ## 13.29.0 | ||
@@ -4,0 +10,0 @@ |
@@ -11,3 +11,3 @@ /** | ||
| */ | ||
| export declare const DEFAULT_MAX_DURATION_LIMIT = 900; | ||
| export declare const DEFAULT_MAX_DURATION_LIMIT = 1800; | ||
| /** | ||
@@ -14,0 +14,0 @@ * Internal env var used to skip the client-side `maxDuration` upper-bound check. |
@@ -27,3 +27,3 @@ "use strict"; | ||
| module.exports = __toCommonJS(max_duration_exports); | ||
| const DEFAULT_MAX_DURATION_LIMIT = 900; | ||
| const DEFAULT_MAX_DURATION_LIMIT = 1800; | ||
| const SKIP_MAX_DURATION_LIMIT_ENV = "VERCEL_CLI_SKIP_MAX_DURATION_LIMIT"; | ||
@@ -30,0 +30,0 @@ function getMaxDurationLimit() { |
+1
-1
| { | ||
| "name": "@vercel/build-utils", | ||
| "version": "13.29.0", | ||
| "version": "13.29.1", | ||
| "license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
2074757
0