@tunnckocore/utils
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.4](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.3...@tunnckocore/utils@1.1.4) (2019-11-20) | ||
### Bug Fixes | ||
* better error handling, regenerate cov data and readmes ([f3c98cf](https://github.com/tunnckoCore/opensource/commit/f3c98cf5812cf92127f491df67f083d06235a399)) | ||
## [1.1.3](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/utils@1.1.2...@tunnckocore/utils@1.1.3) (2019-11-20) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@tunnckocore/utils", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Utility functions and helpers for internal usage and monorepos", | ||
@@ -41,2 +41,6 @@ "repository": { | ||
}, | ||
"cov": { | ||
"value": 100, | ||
"color": "green" | ||
}, | ||
"jest": { | ||
@@ -74,3 +78,3 @@ "coverageThreshold": { | ||
}, | ||
"gitHead": "282d71239e02df1fd52ea873d9c8787683a07138" | ||
"gitHead": "db7a970b1efc12792a6ef5fcdbd0c9f0ef7aff83" | ||
} |
@@ -249,4 +249,4 @@ const fs = require('fs'); | ||
packageJsonPath, | ||
pkg: { ...pkg, jestCov }, | ||
message: `Done. Now you have \`jestCov\` field in the root package.json!\nYou can use it to further generate per package badges.`, | ||
pkg: { ...pkg, cov: jestCov }, | ||
message: `Done. Now you have \`cov\` field in the root package.json!\nYou can use it to further generate per package badges.`, | ||
}; | ||
@@ -253,0 +253,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
31043