@vercel/static-build 1.3.31 → 1.3.33

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 Node.js Serverless Functions inside of the `pages/api` (provided by Next.js) directory instead of `api` (provided by Vercel).',
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.31",
3
+ "version": "1.3.33",
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.4"
17
+ "@vercel/gatsby-plugin-vercel-builder": "1.3.6"
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.3",
29
+ "@vercel/build-utils": "6.7.4",
30
30
  "@vercel/error-utils": "1.0.10",
31
31
  "@vercel/frameworks": "1.4.2",
32
- "@vercel/fs-detectors": "3.9.2",
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",