@vercel/redwood 2.4.3 → 2.4.5
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 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2649,7 +2649,8 @@ var build = async ({
|
|
|
2649
2649
|
runtime: nodeVersion.runtime,
|
|
2650
2650
|
shouldAddHelpers: false,
|
|
2651
2651
|
shouldAddSourcemapSupport: false,
|
|
2652
|
-
awsLambdaHandler
|
|
2652
|
+
awsLambdaHandler,
|
|
2653
|
+
shouldDisableAutomaticFetchInstrumentation: process.env.VERCEL_TRACING_DISABLE_AUTOMATIC_FETCH_INSTRUMENTATION === "1"
|
|
2653
2654
|
});
|
|
2654
2655
|
lambdaOutputs[outputName] = lambda;
|
|
2655
2656
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/redwood",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"directory": "packages/redwood"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@vercel/nft": "1.1.
|
|
16
|
+
"@vercel/nft": "1.1.1",
|
|
17
17
|
"@vercel/static-config": "3.1.2",
|
|
18
18
|
"semver": "6.3.1",
|
|
19
19
|
"ts-morph": "12.0.0"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@types/aws-lambda": "8.10.19",
|
|
23
23
|
"@types/node": "14.18.33",
|
|
24
24
|
"@types/semver": "6.0.0",
|
|
25
|
-
"@vercel/build-utils": "13.2.
|
|
25
|
+
"@vercel/build-utils": "13.2.2",
|
|
26
26
|
"@vercel/routing-utils": "5.3.0",
|
|
27
27
|
"execa": "3.2.0",
|
|
28
28
|
"fs-extra": "11.1.0",
|