@etherdata-blockchain/logger
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -6,2 +6,13 @@ # Change Log | ||
## 3.0.1 (2022-04-12) | ||
### Bug Fixes | ||
* Update dependencies for 43f4b4bfbe3c03fb50af4d38f3ffa3a5700d581d ([#73](https://github.com/etherdata-blockchain/packages/issues/73)) ([076e706](https://github.com/etherdata-blockchain/packages/commit/076e706987e95c7995b57e43acf2f2178151b6f0)) | ||
# 3.0.0 (2022-04-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@etherdata-blockchain/logger", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"main": "dist/index.js", | ||
@@ -8,4 +8,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"chalk": "^5.0.0", | ||
"typescript": "^4.5.4" | ||
"chalk": "^5.0.1", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -24,7 +24,7 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^27.4.0", | ||
"jest": "^27.4.7", | ||
"ts-jest": "^27.1.3" | ||
"@types/jest": "^27.4.1", | ||
"jest": "^27.5.1", | ||
"ts-jest": "^27.1.4" | ||
}, | ||
"gitHead": "347f538454118c30c5d789ec2c0821db7e0419fa" | ||
"gitHead": "2d4a1c6bbbb1b9ab0dac64bb821169b671ce6398" | ||
} |
Sorry, the diff of this file is not supported yet
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
56381
Updatedchalk@^5.0.1
Updatedtypescript@^4.6.3