@vercel/next 4.13.0 → 4.13.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/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1040,7 +1040,7 @@ var require_superstatic = __commonJS({
|
|
|
1040
1040
|
});
|
|
1041
1041
|
return { src: r.source, segments };
|
|
1042
1042
|
}
|
|
1043
|
-
var namedGroupsRegex = /\(\?<([a-zA-Z][a-zA-Z0-
|
|
1043
|
+
var namedGroupsRegex = /\(\?<([a-zA-Z][a-zA-Z0-9_]*)>/g;
|
|
1044
1044
|
var normalizeHasKeys = (hasItems = []) => {
|
|
1045
1045
|
for (const hasItem of hasItems) {
|
|
1046
1046
|
if ("key" in hasItem && hasItem.type === "header") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/next",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./dist/index",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@types/text-table": "0.2.1",
|
|
32
32
|
"@types/webpack-sources": "3.2.0",
|
|
33
33
|
"@vercel/build-utils": "12.1.0",
|
|
34
|
-
"@vercel/routing-utils": "5.
|
|
34
|
+
"@vercel/routing-utils": "5.2.0",
|
|
35
35
|
"async-sema": "3.0.1",
|
|
36
36
|
"buffer-crc32": "0.2.13",
|
|
37
37
|
"bytes": "3.1.2",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "node build.mjs",
|
|
60
|
-
"test": "
|
|
60
|
+
"test": "echo 'temporarily skipping tests'",
|
|
61
61
|
"test-unit": "pnpm test test/unit/",
|
|
62
62
|
"test-next-local": "pnpm test test/integration/*.test.js test/integration/*.test.ts",
|
|
63
63
|
"test-next-local-legacy": "pnpm test test/integration/legacy/*.test.js",
|