@vercel/build-utils 6.7.3 → 6.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/edge-function.d.ts +0 -5
- package/dist/edge-function.js +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/edge-function.d.ts
CHANGED
@@ -21,11 +21,6 @@ export declare class EdgeFunction {
|
|
21
21
|
* The list of files to be included in the edge function bundle.
|
22
22
|
*/
|
23
23
|
files: Files;
|
24
|
-
/**
|
25
|
-
* Extra environment variables in use for the user code, to be
|
26
|
-
* assigned to the edge function.
|
27
|
-
*/
|
28
|
-
envVarsInUse?: string[];
|
29
24
|
/**
|
30
25
|
* Extra binary files to be included in the edge function
|
31
26
|
*/
|
package/dist/edge-function.js
CHANGED
@@ -11,7 +11,6 @@ class EdgeFunction {
|
|
11
11
|
this.deploymentTarget = params.deploymentTarget;
|
12
12
|
this.entrypoint = params.entrypoint;
|
13
13
|
this.files = params.files;
|
14
|
-
this.envVarsInUse = params.envVarsInUse;
|
15
14
|
this.assets = params.assets;
|
16
15
|
this.regions = params.regions;
|
17
16
|
this.framework = params.framework;
|
package/dist/index.js
CHANGED
@@ -28193,7 +28193,6 @@ class EdgeFunction {
|
|
28193
28193
|
this.deploymentTarget = params.deploymentTarget;
|
28194
28194
|
this.entrypoint = params.entrypoint;
|
28195
28195
|
this.files = params.files;
|
28196
|
-
this.envVarsInUse = params.envVarsInUse;
|
28197
28196
|
this.assets = params.assets;
|
28198
28197
|
this.regions = params.regions;
|
28199
28198
|
this.framework = params.framework;
|