Skip to content

Commit

Permalink
Bumped v8.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 17, 2024
1 parent 17fae69 commit 9e666a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-my-way",
"version": "8.2.0",
"version": "8.2.2",
"description": "Crazy fast http radix based router",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/regex.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ test('prevent back-tracking', (t) => {
})

findMyWay.on('GET', '/:foo-:bar-', (req, res, params) => {})
findMyWay.find('GET', '/' + '-'.repeat(16_000) + 'a', { host: 'fastify.io' })
findMyWay.find('GET', '/' + '-'.repeat(16000) + 'a', { host: 'fastify.io' })
})

0 comments on commit 9e666a1

Please sign in to comment.