@bearer/openapi-generator
Advanced tools
Comparing version 0.97.2 to 0.97.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.97.3](https://github.com/Bearer/bearer/compare/v0.97.2...v0.97.3) (2019-02-27) | ||
### Bug Fixes | ||
* **openapi-generator:** let lerna be aware about the package ([#547](https://github.com/Bearer/bearer/issues/547)) ([1a5b4b0](https://github.com/Bearer/bearer/commit/1a5b4b0)) | ||
## [0.97.2](https://github.com/Bearer/bearer/compare/v0.97.1...v0.97.2) (2019-02-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@bearer/openapi-generator", | ||
"version": "0.97.2", | ||
"version": "0.97.3", | ||
"description": "Intent openapi spec generator", | ||
@@ -39,3 +39,4 @@ "main": "lib/index.js", | ||
"clean": "rm -rf lib", | ||
"prepack": "yarn clean && yarn build", | ||
"prepack": "NODE_ENV=production yarn build", | ||
"prepare": "yarn clean && yarn build", | ||
"test": "jest", | ||
@@ -47,3 +48,3 @@ "test:ci": "jest --coverage" | ||
}, | ||
"gitHead": "a8f324d1277ac54edf6dae272b5265cdbc3d6d61" | ||
"gitHead": "1c20a20cd14fb9f36e578c5ae0a8b519a3932401" | ||
} |
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
19374