Comparing version 0.4.3 to 0.4.4
@@ -29,2 +29,6 @@ import { URL } from 'node:url'; | ||
for (let i = 0; i < pathPortions.length; i++) { | ||
if (patternPortions.length > pathPortions.length) { | ||
params = null; | ||
break; | ||
} | ||
const currentPathPortion = pathPortions[i]; | ||
@@ -31,0 +35,0 @@ const currentMatchPortion = patternPortions[i]; |
{ | ||
"name": "fluvial", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Fluvial: A light http/2 server framework, similar to Express", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
153203
1528