swagger-express-ts
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -0,1 +1,6 @@ | ||
<a name="1.0.0-alpha.3"></a> | ||
# [1.0.0-alpha.3] (2018-01-18) | ||
Complete informations. | ||
<a name="1.0.0-alpha.2"></a> | ||
@@ -2,0 +7,0 @@ # [1.0.0-alpha.2] (2018-01-18) |
{ | ||
"name": "swagger-express-ts", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Generate and serve swagger.json", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -27,3 +27,3 @@ # swagger-express-ts | ||
import { VersionController } from "./version/version.controller"; | ||
import * as swagger from "./lib/swagger-specification"; | ||
import * as swagger from "swagger-express-ts"; | ||
import { SwaggerDefinitionConstant } from "swagger-express-ts"; | ||
@@ -30,0 +30,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
59802