@vercel/remix-builder 2.2.3 → 2.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4089,10 +4089,7 @@ async function writeEntrypointFile(path, data, rootDir) {
4089
4089
  } catch (err) {
4090
4090
  if (err.code === "ENOENT") {
4091
4091
  throw new Error(
4092
- `The "${(0, import_path4.relative)(
4093
- rootDir,
4094
- (0, import_path4.dirname)(path)
4095
- )}" directory does not exist. Please contact support at https://vercel.com/help.`
4092
+ `The "${(0, import_path4.relative)(rootDir, (0, import_path4.dirname)(path))}" directory does not exist.`
4096
4093
  );
4097
4094
  }
4098
4095
  throw err;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/remix-builder",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -21,7 +21,7 @@
21
21
  "ts-morph": "12.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@remix-run/dev": "npm:@vercel/remix-run-dev@2.11.0",
24
+ "@remix-run/dev": "npm:@vercel/remix-run-dev@2.11.1",
25
25
  "@types/jest": "27.5.1",
26
26
  "@types/node": "14.18.33",
27
27
  "@types/semver": "7.3.13",