Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-03-07 15:10:20 +01:00
parent 14a7909017
commit c72eb5bbb8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
```ts
import { Config } from '@backstage/config';
import express from 'express';
import { Logger as Logger_2 } from 'winston';
import { Logger } from 'winston';
// @public (undocumented)
export function createRouter(options: RouterOptions): Promise<express.Router>;
@@ -15,7 +15,7 @@ export interface RouterOptions {
// (undocumented)
config: Config;
// (undocumented)
logger: Logger_2;
logger: Logger;
}
// (No @packageDocumentation comment for this package)
+1 -1
View File
@@ -38,7 +38,7 @@
"@backstage/cli": "^0.15.0",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
"supertest": "^4.0.2"
"supertest": "^6.1.6"
},
"files": [
"dist"