@vercel/redwood 1.0.19 → 1.0.22

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 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -171,9 +171,7 @@ const build = async ({ workPath, files, entrypoint, meta = {}, config = {}, }) =
171
171
  },
172
172
  });
173
173
  for (const warning of warnings) {
174
- if (warning?.stack) {
175
- (0, build_utils_1.debug)(warning.stack.replace('Error: ', 'Warning: '));
176
- }
174
+ (0, build_utils_1.debug)(`Warning from trace: ${warning.message}`);
177
175
  }
178
176
  const lambdaFiles = {};
179
177
  const allFiles = [...fileList, ...esmFileList];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/redwood",
3
- "version": "1.0.19",
3
+ "version": "1.0.22",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vercel.com/docs",
@@ -19,7 +19,7 @@
19
19
  "test-unit": "yarn test test/prepare-cache.test.js"
20
20
  },
21
21
  "dependencies": {
22
- "@vercel/nft": "0.21.0",
22
+ "@vercel/nft": "0.22.1",
23
23
  "@vercel/routing-utils": "2.0.2",
24
24
  "semver": "6.1.1"
25
25
  },
@@ -27,7 +27,7 @@
27
27
  "@types/aws-lambda": "8.10.19",
28
28
  "@types/node": "*",
29
29
  "@types/semver": "6.0.0",
30
- "@vercel/build-utils": "5.3.2"
30
+ "@vercel/build-utils": "5.4.1"
31
31
  },
32
- "gitHead": "6700630feb23bdb4e94ea727911a9e10aa546361"
32
+ "gitHead": "3ff93279cd53bbfb620d27c93ca59d28917a5598"
33
33
  }