@vercel/config
Advanced tools
+3
-4
@@ -371,7 +371,6 @@ /** | ||
| /** | ||
| * Environment variables to expose to the deployment. Either a flat | ||
| * `Record<string, string>` of literal values (the deprecated shape, kept for | ||
| * back-compat) or an `EnvVar` record | ||
| * An object containing the deployment's environment variable names and values. Secrets can be referenced by prefixing the value with `@` | ||
| * @deprecated | ||
| */ | ||
| env?: Record<string, string> | Record<string, EnvVar>; | ||
| env?: Record<string, string>; | ||
| /** | ||
@@ -378,0 +377,0 @@ * An array of the passive regions the deployment's Serverless Functions should be deployed to that can be failed over to during a lambda outage |
+1
-1
| { | ||
| "name": "@vercel/config", | ||
| "version": "0.5.0", | ||
| "version": "0.5.1", | ||
| "description": "A TypeScript SDK for programmatically configuring Vercel projects", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
99569
-0.06%2346
-0.04%