@loopback/openapi-v3-types
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.2](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3-types@1.1.1...@loopback/openapi-v3-types@1.1.2) (2019-06-17) | ||
**Note:** Version bump only for package @loopback/openapi-v3-types | ||
## [1.1.1](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-v3-types@1.1.0...@loopback/openapi-v3-types@1.1.1) (2019-06-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@loopback/openapi-v3-types", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript type definitions for OpenAPI Specifications.", | ||
@@ -12,11 +12,10 @@ "engines": { | ||
"devDependencies": { | ||
"@loopback/build": "^1.7.1", | ||
"@loopback/eslint-config": "^1.1.1", | ||
"@loopback/testlab": "^1.5.0", | ||
"@types/node": "^10.11.2" | ||
"@loopback/build": "^2.0.0", | ||
"@loopback/eslint-config": "^1.1.2", | ||
"@loopback/testlab": "^1.6.0", | ||
"@types/node": "^10.14.8" | ||
}, | ||
"scripts": { | ||
"build:apidocs": "lb-apidocs", | ||
"build": "lb-tsc es2017 --outDir dist", | ||
"clean": "lb-clean loopback-openapi-v3-types*.tgz dist package api-docs", | ||
"build": "lb-tsc", | ||
"clean": "lb-clean loopback-openapi-v3-types*.tgz dist tsconfig.build.tsbuildinfo package", | ||
"verify": "npm pack && tar xf loopback-openapi-v3-types*.tgz && tree package && npm run clean", | ||
@@ -50,3 +49,3 @@ "pretest": "npm run build", | ||
}, | ||
"gitHead": "84f2a09c401f44f3156d90b8d65e9d0a2a4bc78e" | ||
"gitHead": "abda91837453f92fd3593975f7443620461490c6" | ||
} |
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
24100