@5app/logger
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,8 @@ | ||
## [2.0.1](https://github.com/5app/logger/compare/v2.0.0...v2.0.1) (2020-01-22) | ||
### Bug Fixes | ||
* **deps:** update dependency chalk to v3 ([3a7db4d](https://github.com/5app/logger/commit/3a7db4d7e668599d18dd3d9fa5827e4349559c48)) | ||
# [2.0.0](https://github.com/5app/logger/compare/v1.1.0...v2.0.0) (2019-09-12) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@5app/logger", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Logger used in 5app microservices", | ||
@@ -34,10 +34,10 @@ "main": "index.js", | ||
"@semantic-release/changelog": "^3.0.4", | ||
"@semantic-release/git": "^7.0.16", | ||
"@semantic-release/git": "^8.0.0", | ||
"eslint": "^6.3.0", | ||
"eslint-config-5app": "^0.6.8", | ||
"eslint-config-5app": "^0.8.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-security": "^1.4.0", | ||
"mocha": "^6.2.0", | ||
"mocha": "^7.0.0", | ||
"pre-commit": "^1.2.2", | ||
"semantic-release": "^15.13.24" | ||
"semantic-release": "^16.0.0" | ||
}, | ||
@@ -67,3 +67,3 @@ "release": { | ||
"dependencies": { | ||
"chalk": "^2.4.2" | ||
"chalk": "^3.0.0" | ||
}, | ||
@@ -70,0 +70,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
10516
13
128
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedchalk@^3.0.0