Skip to content

Commit

Permalink
Merge pull request #61 from GiovanniCardamone/dev
Browse files Browse the repository at this point in the history
1.0.24
  • Loading branch information
GiovanniCardamone authored Nov 28, 2020
2 parents 5aa3566 + 3be55e3 commit 1feb846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-autoroutes",
"version": "1.0.22",
"version": "1.0.24",
"description": "Map directory structure to routes",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.0.2"
},
"dependencies": {
"fastify-plugin": "^2.1.1",
"fastify-plugin": "^3.0.0",
"type-jsonschema": "0.0.9"
},
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface Response<> {
}

interface Security {
[key: string]: []
[key: string]: string[]
}

interface StrictAnyRoute extends AnyRoute {
Expand Down

0 comments on commit 1feb846

Please sign in to comment.