@vercel/remix-builder 1.8.0 → 1.8.2
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/utils.js +1 -1
- package/package.json +3 -3
package/dist/utils.js
CHANGED
|
@@ -6,7 +6,7 @@ const path_1 = require("path");
|
|
|
6
6
|
const path_to_regexp_1 = require("path-to-regexp");
|
|
7
7
|
const build_utils_1 = require("@vercel/build-utils");
|
|
8
8
|
const config_1 = require("@remix-run/dev/dist/config");
|
|
9
|
-
const SPLAT_PATH = '/:params
|
|
9
|
+
const SPLAT_PATH = '/:params*';
|
|
10
10
|
const entryExts = ['.js', '.jsx', '.ts', '.tsx'];
|
|
11
11
|
function findEntry(dir, basename) {
|
|
12
12
|
for (const ext of entryExts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/remix-builder",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"homepage": "https://vercel.com/docs",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@remix-run/dev": "npm:@vercel/remix-run-dev@1.14.2",
|
|
24
|
-
"@vercel/build-utils": "6.
|
|
24
|
+
"@vercel/build-utils": "6.6.0",
|
|
25
25
|
"@vercel/nft": "0.22.5",
|
|
26
26
|
"@vercel/static-config": "2.0.14",
|
|
27
27
|
"path-to-regexp": "6.2.1",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"@types/semver": "7.3.13",
|
|
35
35
|
"typescript": "4.9.4"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "54514a44afef48726220bc8be8d20f4fda8e8b4f"
|
|
38
38
|
}
|