@exodus/module
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.2.4](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.3...@exodus/module@1.2.4) (2024-06-12) | ||
### Bug Fixes | ||
- don't sepcify \_logger, it can override the superclass one ([#7352](https://github.com/ExodusMovement/exodus-hydra/issues/7352)) ([567a42e](https://github.com/ExodusMovement/exodus-hydra/commit/567a42ec9f7f5d18352346357cac400dd533be46)) | ||
## [1.2.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.2...@exodus/module@1.2.3) (2024-05-28) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@exodus/module", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Exodus base module class", | ||
@@ -35,3 +35,3 @@ "author": "Exodus Movement, Inc.", | ||
}, | ||
"gitHead": "0c7649b62dbc192e37348af062f4e7f23e16897b" | ||
"gitHead": "0e14281c350ffe19fd0005573987204e54ca8aef" | ||
} |
@@ -18,3 +18,4 @@ // eslint-disable-next-line @exodus/restricted-imports/no-node-core-events | ||
export default class ExodusModule extends EventEmitter { | ||
_logger: Logger | ||
constructor(params: ConstructorParams) | ||
} |
5618
61