@vercel/static-build 1.3.32 → 1.3.34
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 +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -236406,7 +236406,7 @@ async function detectBuilders(files, pkg, options = {}) {
|
|
|
236406
236406
|
apiBuilders.some(b => (0, is_official_runtime_1.isOfficialRuntime)('node', b.use))) {
|
|
236407
236407
|
warnings.push({
|
|
236408
236408
|
code: 'conflicting_files',
|
|
236409
|
-
message: 'When using Next.js, it is recommended to place
|
|
236409
|
+
message: 'When using Next.js, it is recommended to place JavaScript Functions inside of the `pages/api` (provided by Next.js) directory instead of `api` (provided by Vercel). Other languages (Python, Go, etc) should still go in the `api` directory.',
|
|
236410
236410
|
link: 'https://nextjs.org/docs/api-routes/introduction',
|
|
236411
236411
|
action: 'Learn More',
|
|
236412
236412
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/static-build",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.34",
|
|
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.10",
|
|
17
|
-
"@vercel/gatsby-plugin-vercel-builder": "1.3.
|
|
17
|
+
"@vercel/gatsby-plugin-vercel-builder": "1.3.7"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/aws-lambda": "8.10.64",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@types/node-fetch": "2.5.4",
|
|
27
27
|
"@types/promise-timeout": "1.3.0",
|
|
28
28
|
"@types/semver": "7.3.13",
|
|
29
|
-
"@vercel/build-utils": "6.7.
|
|
29
|
+
"@vercel/build-utils": "6.7.5",
|
|
30
30
|
"@vercel/error-utils": "1.0.10",
|
|
31
31
|
"@vercel/frameworks": "1.4.2",
|
|
32
|
-
"@vercel/fs-detectors": "3.9.
|
|
32
|
+
"@vercel/fs-detectors": "3.9.3",
|
|
33
33
|
"@vercel/ncc": "0.24.0",
|
|
34
34
|
"@vercel/routing-utils": "2.2.1",
|
|
35
35
|
"@vercel/static-config": "2.0.17",
|