chore(ci): Update package json with workspace range for dev dependencies and fix badge.ts to add new options to router

Signed-off-by: Rbillon59 <r.billon@celonis.com>
This commit is contained in:
Rbillon59
2023-03-22 17:21:35 +01:00
parent 9f2279ce06
commit 997e2ec732
4 changed files with 20 additions and 104 deletions
+3
View File
@@ -28,5 +28,8 @@ export default async function createPlugin(
config: env.config,
discovery: env.discovery,
badgeFactories: createDefaultBadgeFactories(),
tokenManager: env.tokenManager,
logger: env.logger,
identity: env.identity,
});
}