@vercel/remix-builder 5.5.3 → 5.5.4
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 +4 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3297,7 +3297,8 @@ function createNodeFunction({
|
|
|
3297
3297
|
framework: {
|
|
3298
3298
|
slug: frameworkSlug,
|
|
3299
3299
|
version: frameworkVersion
|
|
3300
|
-
}
|
|
3300
|
+
},
|
|
3301
|
+
shouldDisableAutomaticFetchInstrumentation: process.env.VERCEL_TRACING_DISABLE_AUTOMATIC_FETCH_INSTRUMENTATION === "1"
|
|
3301
3302
|
});
|
|
3302
3303
|
}
|
|
3303
3304
|
async function createRenderFunction({
|
|
@@ -3896,7 +3897,8 @@ async function createRenderNodeFunction(nodeVersion, entrypointDir, rootDir, ser
|
|
|
3896
3897
|
framework: {
|
|
3897
3898
|
slug: "remix",
|
|
3898
3899
|
version: remixVersion
|
|
3899
|
-
}
|
|
3900
|
+
},
|
|
3901
|
+
shouldDisableAutomaticFetchInstrumentation: process.env.VERCEL_TRACING_DISABLE_AUTOMATIC_FETCH_INSTRUMENTATION === "1"
|
|
3900
3902
|
});
|
|
3901
3903
|
return fn;
|
|
3902
3904
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/remix-builder",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/jest": "27.5.1",
|
|
27
27
|
"@types/node": "14.18.33",
|
|
28
28
|
"@types/semver": "7.3.13",
|
|
29
|
-
"@vercel/build-utils": "13.2.
|
|
29
|
+
"@vercel/build-utils": "13.2.1",
|
|
30
30
|
"glob": "10.3.16",
|
|
31
31
|
"jest-junit": "16.0.0",
|
|
32
32
|
"semver": "7.5.2",
|