@eth-optimism/core-utils
Advanced tools
Comparing version 0.2.2 to 0.2.3
# @eth-optimism/core-utils | ||
## 0.2.3 | ||
### Patch Changes | ||
- 35b99b0: add Sentry to TypeScript services for error tracking | ||
## 0.2.2 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
import pino, { DestinationObjectOptions } from 'pino'; | ||
import pino, { DestinationObjectOptions, DestinationStream } from 'pino'; | ||
export declare type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'fatal'; | ||
@@ -6,3 +6,3 @@ export interface LoggerOptions { | ||
level?: LogLevel; | ||
destination?: DestinationObjectOptions; | ||
destination?: DestinationObjectOptions | DestinationStream; | ||
} | ||
@@ -9,0 +9,0 @@ export declare class Logger { |
{ | ||
"name": "@eth-optimism/core-utils", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"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
61348