@vercel/gatsby-plugin-vercel-builder 2.0.105 → 2.0.106
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 +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1769,7 +1769,7 @@ var require_schemas = __commonJS({
|
|
|
1769
1769
|
patternProperties: {
|
|
1770
1770
|
"^.{1,256}$": {
|
|
1771
1771
|
type: "string",
|
|
1772
|
-
maxLength:
|
|
1772
|
+
maxLength: 32768
|
|
1773
1773
|
}
|
|
1774
1774
|
}
|
|
1775
1775
|
},
|
|
@@ -1966,7 +1966,7 @@ var require_schemas = __commonJS({
|
|
|
1966
1966
|
},
|
|
1967
1967
|
value: {
|
|
1968
1968
|
type: "string",
|
|
1969
|
-
maxLength:
|
|
1969
|
+
maxLength: 32768
|
|
1970
1970
|
}
|
|
1971
1971
|
}
|
|
1972
1972
|
}
|
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.106",
|
|
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.0.
|
|
17
|
+
"@vercel/build-utils": "13.0.2",
|
|
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.2.
|
|
28
|
+
"@vercel/routing-utils": "5.2.2",
|
|
29
29
|
"jest-junit": "16.0.0",
|
|
30
30
|
"typescript": "4.9.5"
|
|
31
31
|
},
|