Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vercel/build-utils

Package Overview
Dependencies
Maintainers
4
Versions
442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/build-utils - npm Package Compare versions

Comparing version
13.29.0
to
13.29.1
+6
-0
CHANGELOG.md
# @vercel/build-utils
## 13.29.1
### Patch Changes
- 32a730e: Elevate maximum maxDuration to 1800s
## 13.29.0

@@ -4,0 +10,0 @@

+1
-1

@@ -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() {

{
"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