@yellowgate/swagger-express-mw
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@yellowgate/swagger-express-mw", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "This library provides a wrapper 'swagger-express-middleware' package.", | ||
"main": "bin/src/index.js", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"author": "https://github.com/andreidubov", | ||
@@ -7,0 +8,0 @@ "license": "UNLICENSED", |
import { Logger } from "yglogger"; | ||
import { ParseRequestOptions } from "swagger-express-middleware"; | ||
import { SwaggerObject, ErrorHandlingMiddleware } from "."; | ||
import { SwaggerObject, ErrorHandlingMiddleware } from ".."; | ||
interface CommonConfig { | ||
@@ -5,0 +5,0 @@ /** On-disk path which points to the root of the application */ |
import * as express from "express"; | ||
import { ParseRequestOptions, SwaggerObject } from "swagger-express-middleware"; | ||
import { Logger } from "yglogger"; | ||
import { ErrorHandlingMiddleware } from "."; | ||
import { ErrorHandlingMiddleware } from ".."; | ||
export interface RunnerOptions { | ||
@@ -6,0 +6,0 @@ controllerPath: string; |
@@ -1,2 +0,2 @@ | ||
import { OperationObject, PathItemObject, SwaggerObject } from "."; | ||
import { OperationObject, PathItemObject, SwaggerObject } from ".."; | ||
export interface SwaggerRequestObject { | ||
@@ -3,0 +3,0 @@ /** Complete Swagger configuration */ |
Sorry, the diff of this file is not supported yet
50303