@elysiajs/swagger
Advanced tools
Comparing version 0.3.0-beta.0 to 0.3.0-rc.0
import { type Elysia, SCHEMA, DEFS } from 'elysia'; | ||
import type { ElysiaSwaggerConfig } from './types'; | ||
export declare const swagger: <Path extends string = "/swagger">({ documentation, excludeStaticFile, path, exclude }?: ElysiaSwaggerConfig<Path>) => (app: Elysia) => Elysia<import("elysia").ElysiaInstance<{ | ||
store: Record<any, any>; | ||
store: Record<string, unknown>; | ||
request: {}; | ||
@@ -6,0 +6,0 @@ schema: {}; |
{ | ||
"name": "@elysiajs/swagger", | ||
"version": "0.3.0-beta.0", | ||
"version": "0.3.0-rc.0", | ||
"description": "Plugin for Elysia to auto-generate Swagger page", | ||
@@ -43,3 +43,3 @@ "author": { | ||
"eslint": "^8.26.0", | ||
"elysia": "^0.3.0-beta.1", | ||
"elysia": "0.3.0-rc.1", | ||
"typescript": "^4.9.4" | ||
@@ -46,0 +46,0 @@ }, |
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
15755