@elysiajs/swagger
Advanced tools
Comparing version 1.1.0-exp.0 to 1.1.0-exp.1
@@ -68,5 +68,2 @@ "use strict"; | ||
const routes = app.getGlobalRoutes() ?? []; | ||
console.log({ | ||
routes | ||
}); | ||
if (routes.length !== totalRoutes) { | ||
@@ -73,0 +70,0 @@ totalRoutes = routes.length; |
@@ -65,5 +65,2 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */ | ||
const routes = app.getGlobalRoutes() ?? []; | ||
console.log({ | ||
routes | ||
}); | ||
if (routes.length !== totalRoutes) { | ||
@@ -70,0 +67,0 @@ totalRoutes = routes.length; |
{ | ||
"name": "@elysiajs/swagger", | ||
"version": "1.1.0-exp.0", | ||
"version": "1.1.0-exp.1", | ||
"description": "Plugin for Elysia to auto-generate Swagger page", | ||
@@ -5,0 +5,0 @@ "author": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161105
4147