@vercel/remix-builder 5.4.0 → 5.4.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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3106,7 +3106,7 @@ var build = async ({
|
|
|
3106
3106
|
}
|
|
3107
3107
|
if (!buildResult) {
|
|
3108
3108
|
throw new Error(
|
|
3109
|
-
|
|
3109
|
+
`Could not determine build output directory. Please configure the \`vercelPreset()\` Preset from the \`@vercel/${frameworkSettings.slug}\` npm package`
|
|
3110
3110
|
);
|
|
3111
3111
|
}
|
|
3112
3112
|
const { buildManifest, viteConfig } = buildResult;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/remix-builder",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.1",
|
|
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": "10.
|
|
29
|
+
"@vercel/build-utils": "10.3.0",
|
|
30
30
|
"glob": "10.3.16",
|
|
31
31
|
"jest-junit": "16.0.0",
|
|
32
32
|
"semver": "7.5.2",
|