@vercel/static-build 2.7.4 → 2.7.6
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -18328,10 +18328,10 @@ var require_detect_builders = __commonJS({
|
|
|
18328
18328
|
message: "Functions must have a duration between 1 and 900."
|
|
18329
18329
|
};
|
|
18330
18330
|
}
|
|
18331
|
-
if (func.memory !== void 0 && (func.memory < 128 || func.memory >
|
|
18331
|
+
if (func.memory !== void 0 && (func.memory < 128 || func.memory > 10240)) {
|
|
18332
18332
|
return {
|
|
18333
18333
|
code: "invalid_function_memory",
|
|
18334
|
-
message: "Functions must have a memory value between 128 and
|
|
18334
|
+
message: "Functions must have a memory value between 128 and 10240"
|
|
18335
18335
|
};
|
|
18336
18336
|
}
|
|
18337
18337
|
if (path6.startsWith("/")) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/build-step",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@vercel/gatsby-plugin-vercel-analytics": "1.0.11",
|
|
17
|
-
"@vercel/gatsby-plugin-vercel-builder": "2.0.
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-builder": "2.0.80",
|
|
18
18
|
"@vercel/static-config": "3.0.0",
|
|
19
19
|
"ts-morph": "12.0.0"
|
|
20
20
|
},
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@types/node-fetch": "2.5.4",
|
|
29
29
|
"@types/promise-timeout": "1.3.0",
|
|
30
30
|
"@types/semver": "7.3.13",
|
|
31
|
-
"@vercel/build-utils": "10.
|
|
31
|
+
"@vercel/build-utils": "10.5.1",
|
|
32
32
|
"@vercel/error-utils": "2.0.3",
|
|
33
33
|
"@vercel/frameworks": "3.6.2",
|
|
34
|
-
"@vercel/fs-detectors": "5.3.
|
|
34
|
+
"@vercel/fs-detectors": "5.3.10",
|
|
35
35
|
"@vercel/routing-utils": "5.0.4",
|
|
36
36
|
"execa": "3.2.0",
|
|
37
37
|
"fs-extra": "10.0.0",
|