@vercel/static-config
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -9,2 +9,5 @@ import { Project } from 'ts-morph'; | ||
}; | ||
readonly cron: { | ||
readonly type: "string"; | ||
}; | ||
readonly memory: { | ||
@@ -11,0 +14,0 @@ readonly type: "number"; |
@@ -10,2 +10,3 @@ "use strict"; | ||
runtime: { type: 'string' }, | ||
cron: { type: 'string' }, | ||
memory: { type: 'number' }, | ||
@@ -12,0 +13,0 @@ maxDuration: { type: 'number' }, |
{ | ||
"name": "@vercel/static-config", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"license": "MIT", | ||
@@ -44,3 +44,3 @@ "main": "./dist/index", | ||
}, | ||
"gitHead": "b5cdc82a1cca4d0b3369490f8a19fd8f8478fe94" | ||
"gitHead": "a4d16c681a7e85f64a2d78432d499c599b398bde" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28548
291