@vercel/remix-builder 6.0.0 → 8.0.1

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 +3 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -3536,7 +3536,8 @@ var build2 = async ({
3536
3536
  repoRootPath,
3537
3537
  config,
3538
3538
  meta = {},
3539
- service
3539
+ service,
3540
+ span
3540
3541
  }) => {
3541
3542
  const { installCommand, buildCommand } = config;
3542
3543
  await (0, import_build_utils4.download)(files, workPath, meta);
@@ -3636,7 +3637,7 @@ var build2 = async ({
3636
3637
  const staticConfigsMap = /* @__PURE__ */ new Map();
3637
3638
  for (const route of remixRoutes) {
3638
3639
  const routePath = (0, import_path4.join)(remixConfig.appDirectory, route.file);
3639
- let staticConfig = (0, import_static_config.getConfig)(project, routePath);
3640
+ let staticConfig = (0, import_static_config.getConfig)(project, routePath, void 0, span);
3640
3641
  if (staticConfig && isHydrogen2) {
3641
3642
  console.log(
3642
3643
  "WARN: `export const config` is currently not supported for Hydrogen v2 apps"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/remix-builder",
3
- "version": "6.0.0",
3
+ "version": "8.0.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -19,11 +19,11 @@
19
19
  "path-to-regexp-updated": "npm:path-to-regexp@6.3.0",
20
20
  "path-to-regexp": "6.1.0",
21
21
  "ts-morph": "12.0.0",
22
- "@vercel/error-utils": "2.2.1",
23
- "@vercel/static-config": "3.4.1"
22
+ "@vercel/static-config": "3.4.2",
23
+ "@vercel/error-utils": "2.2.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@vercel/build-utils": "14.3.0"
26
+ "@vercel/build-utils": "14.5.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "20.11.0",
@@ -31,7 +31,7 @@
31
31
  "glob": "10.3.16",
32
32
  "semver": "7.5.2",
33
33
  "vitest": "4.1.10",
34
- "@vercel/build-utils": "14.3.0"
34
+ "@vercel/build-utils": "14.5.0"
35
35
  },
36
36
  "VERCEL_REMIX_RUN_DEV_MAX_VERSION": "2.16.6",
37
37
  "scripts": {