From 0a3ec840e8f4632fe64d592cdd7217e243296e4a Mon Sep 17 00:00:00 2001 From: Giovanni Cardamone Date: Mon, 19 Oct 2020 11:23:16 +0200 Subject: [PATCH 1/3] 1.0.23 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af54c0f..fcc00d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-autoroutes", - "version": "1.0.22", + "version": "1.0.23", "description": "Map directory structure to routes", "main": "dist/index.js", "scripts": { From 356fca35252d1e3ed7b2ea496d74f2dde5c50f8f Mon Sep 17 00:00:00 2001 From: Giovanni Cardamone Date: Sat, 28 Nov 2020 13:09:43 +0100 Subject: [PATCH 2/3] upgrade dependencies --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fcc00d8..cdc6624 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "typescript": "^3.9.7" }, "dependencies": { - "fastify-plugin": "^2.1.1", + "fastify-plugin": "^3.0.0", "type-jsonschema": "0.0.9" }, "contributors": [ diff --git a/src/index.ts b/src/index.ts index df9f1de..8a775be 100644 --- a/src/index.ts +++ b/src/index.ts @@ -52,7 +52,7 @@ interface Response<> { } interface Security { - [key: string]: [] + [key: string]: string[] } interface StrictAnyRoute extends AnyRoute { From 3be55e33f53a0326ea873cadfd6168f807aacd8f Mon Sep 17 00:00:00 2001 From: Giovanni Cardamone Date: Sat, 28 Nov 2020 13:10:00 +0100 Subject: [PATCH 3/3] 1.0.24 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdc6624..7ae8f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-autoroutes", - "version": "1.0.23", + "version": "1.0.24", "description": "Map directory structure to routes", "main": "dist/index.js", "scripts": {