@eth-optimism/core-utils
Advanced tools
Comparing version 0.2.1 to 0.2.2
# @eth-optimism/core-utils | ||
## 0.2.2 | ||
### Patch Changes | ||
- 01eaf2c: added extra logs to base-service / dtl to improve observability | ||
## 0.2.1 | ||
@@ -4,0 +10,0 @@ |
@@ -20,3 +20,5 @@ "use strict"; | ||
await this._init(); | ||
this.logger.info('Service has initialized.'); | ||
this.logger.info('Service has initialized.', { | ||
options: this.options, | ||
}); | ||
this.initialized = true; | ||
@@ -23,0 +25,0 @@ } |
{ | ||
"name": "@eth-optimism/core-utils", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "dist/index", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
61215
1010
0