@vercel/gatsby-plugin-vercel-builder 2.0.143 → 2.0.144
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 +3 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1769,6 +1769,7 @@ var require_schemas = __commonJS({
|
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
},
|
|
1772
|
+
// biome-ignore lint/suspicious/noThenProperty: JSON Schema if/then keyword
|
|
1772
1773
|
then: {
|
|
1773
1774
|
required: ["args"]
|
|
1774
1775
|
}
|
|
@@ -1792,6 +1793,7 @@ var require_schemas = __commonJS({
|
|
|
1792
1793
|
}
|
|
1793
1794
|
]
|
|
1794
1795
|
},
|
|
1796
|
+
// biome-ignore lint/suspicious/noThenProperty: JSON Schema if/then keyword
|
|
1795
1797
|
then: {
|
|
1796
1798
|
properties: {
|
|
1797
1799
|
target: {
|
|
@@ -1800,6 +1802,7 @@ var require_schemas = __commonJS({
|
|
|
1800
1802
|
if: {
|
|
1801
1803
|
type: "string"
|
|
1802
1804
|
},
|
|
1805
|
+
// biome-ignore lint/suspicious/noThenProperty: JSON Schema if/then keyword
|
|
1803
1806
|
then: {
|
|
1804
1807
|
pattern: "^[a-zA-Z0-9_-]+$"
|
|
1805
1808
|
}
|
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.144",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"esbuild": "0.27.0",
|
|
18
18
|
"etag": "1.8.1",
|
|
19
19
|
"fs-extra": "11.1.0",
|
|
20
|
-
"@vercel/build-utils": "13.
|
|
20
|
+
"@vercel/build-utils": "13.7.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/etag": "1.8.0",
|