@vercel/static-config
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -16,6 +16,10 @@ import { Project } from 'ts-morph'; | ||
readonly regions: { | ||
readonly type: "array"; | ||
readonly items: { | ||
readonly type: "string"; | ||
}; | ||
readonly oneOf: readonly [{ | ||
readonly type: "array"; | ||
readonly items: { | ||
readonly type: "string"; | ||
}; | ||
}, { | ||
readonly enum: readonly ["all", "default", "auto"]; | ||
}]; | ||
}; | ||
@@ -22,0 +26,0 @@ }; |
@@ -13,4 +13,11 @@ "use strict"; | ||
regions: { | ||
type: 'array', | ||
items: { type: 'string' }, | ||
oneOf: [ | ||
{ | ||
type: 'array', | ||
items: { type: 'string' }, | ||
}, | ||
{ | ||
enum: ['all', 'default', 'auto'], | ||
}, | ||
], | ||
}, | ||
@@ -17,0 +24,0 @@ }, |
{ | ||
"name": "@vercel/static-config", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "main": "./dist/index", | ||
}, | ||
"gitHead": "32afd67d29d46f67027091ab9695d8ff330355b5" | ||
"gitHead": "a630e1989613052f64411fd7e5468de58c5999ba" | ||
} |
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
28385
287