@vercel/gatsby-plugin-vercel-builder 2.0.107 → 2.0.108
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/dist/index.js +10 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1672,6 +1672,16 @@ var require_schemas = __commonJS({
|
|
|
1672
1672
|
}
|
|
1673
1673
|
}
|
|
1674
1674
|
]
|
|
1675
|
+
},
|
|
1676
|
+
env: {
|
|
1677
|
+
description: "An array of environment variable names that should be replaced at runtime in the args value",
|
|
1678
|
+
type: "array",
|
|
1679
|
+
minItems: 1,
|
|
1680
|
+
maxItems: 64,
|
|
1681
|
+
items: {
|
|
1682
|
+
type: "string",
|
|
1683
|
+
maxLength: 256
|
|
1684
|
+
}
|
|
1675
1685
|
}
|
|
1676
1686
|
},
|
|
1677
1687
|
allOf: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/gatsby-plugin-vercel-builder",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.108",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@sinclair/typebox": "0.25.24",
|
|
17
|
-
"@vercel/build-utils": "13.1.
|
|
17
|
+
"@vercel/build-utils": "13.1.1",
|
|
18
18
|
"esbuild": "0.14.47",
|
|
19
19
|
"etag": "1.8.1",
|
|
20
20
|
"fs-extra": "11.1.0"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/jest": "27.5.1",
|
|
26
26
|
"@types/node": "14.18.33",
|
|
27
27
|
"@types/react": "18.0.26",
|
|
28
|
-
"@vercel/routing-utils": "5.
|
|
28
|
+
"@vercel/routing-utils": "5.3.0",
|
|
29
29
|
"jest-junit": "16.0.0",
|
|
30
30
|
"typescript": "4.9.5"
|
|
31
31
|
},
|