@loopback/openapi-spec
Advanced tools
Comparing version 4.0.0-alpha.20 to 4.0.0-alpha.21
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="4.0.0-alpha.21"></a> | ||
# [4.0.0-alpha.21](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-spec@4.0.0-alpha.20...@loopback/openapi-spec@4.0.0-alpha.21) (2018-01-26) | ||
### Bug Fixes | ||
* apply source-maps to test errors ([76a7f56](https://github.com/strongloop/loopback-next/commit/76a7f56)), closes [#602](https://github.com/strongloop/loopback-next/issues/602) | ||
<a name="4.0.0-alpha.20"></a> | ||
@@ -8,0 +19,0 @@ # [4.0.0-alpha.20](https://github.com/strongloop/loopback-next/compare/@loopback/openapi-spec@4.0.0-alpha.19...@loopback/openapi-spec@4.0.0-alpha.20) (2018-01-19) |
@@ -6,2 +6,2 @@ // Copyright IBM Corp. 2017,2018. All Rights Reserved. | ||
export * from './dist/src'; | ||
export * from './dist'; |
@@ -7,4 +7,2 @@ // Copyright IBM Corp. 2017,2018. All Rights Reserved. | ||
const nodeMajorVersion = +process.versions.node.split('.')[0]; | ||
module.exports = nodeMajorVersion >= 7 ? | ||
require('./dist/src') : | ||
require('./dist6/src'); | ||
module.exports = nodeMajorVersion >= 7 ? require('./dist') : require('./dist6'); |
{ | ||
"name": "@loopback/openapi-spec", | ||
"version": "4.0.0-alpha.20", | ||
"version": "4.0.0-alpha.21", | ||
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.", | ||
@@ -9,3 +9,3 @@ "engines": { | ||
"devDependencies": { | ||
"@loopback/build": "^4.0.0-alpha.9" | ||
"@loopback/build": "^4.0.0-alpha.10" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
683840
72
6187
4