@vercel/remix-builder 5.4.2 → 5.4.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2864,7 +2864,7 @@ var REMIX_FRAMEWORK_SETTINGS = {
2864
2864
  serverEntryPoint,
2865
2865
  frameworkVersion,
2866
2866
  config,
2867
- frameworkRuntimeSettings: this.getRuntimeSettings(config),
2867
+ frameworkRuntimeSettings: this.getRuntimeSettings(config.runtime),
2868
2868
  sourceSearchValue: this.sourceSearchValue,
2869
2869
  frameworkSlug: this.slug,
2870
2870
  nodeVersion
@@ -2912,7 +2912,7 @@ var REACT_ROUTER_FRAMEWORK_SETTINGS = {
2912
2912
  serverEntryPoint,
2913
2913
  frameworkVersion,
2914
2914
  config,
2915
- frameworkRuntimeSettings: this.getRuntimeSettings(config),
2915
+ frameworkRuntimeSettings: this.getRuntimeSettings(config.runtime),
2916
2916
  sourceSearchValue: this.sourceSearchValue,
2917
2917
  frameworkSlug: this.slug,
2918
2918
  nodeVersion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/remix-builder",
3
- "version": "5.4.2",
3
+ "version": "5.4.4",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@vercel/error-utils": "2.0.3",
19
- "@vercel/nft": "0.27.10",
19
+ "@vercel/nft": "0.29.2",
20
20
  "@vercel/static-config": "3.0.0",
21
21
  "path-to-regexp-updated": "npm:path-to-regexp@6.3.0",
22
22
  "path-to-regexp": "6.1.0",
@@ -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": "10.3.1",
29
+ "@vercel/build-utils": "10.5.1",
30
30
  "glob": "10.3.16",
31
31
  "jest-junit": "16.0.0",
32
32
  "semver": "7.5.2",