@exodus/module
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.2.3](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.2...@exodus/module@1.2.3) (2024-05-28) | ||
**Note:** Version bump only for package @exodus/module | ||
## [1.2.2](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/module@1.2.1...@exodus/module@1.2.2) (2023-11-14) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@exodus/module", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Exodus base module class", | ||
"author": "Exodus Movement Inc.", | ||
"author": "Exodus Movement, Inc.", | ||
"homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/modules/module", | ||
@@ -22,5 +22,5 @@ "license": "MIT", | ||
"scripts": { | ||
"lint": "eslint . --ignore-path ../../.gitignore", | ||
"lint": "run -T eslint . --ignore-path ../../.gitignore", | ||
"lint:fix": "yarn lint --fix", | ||
"test": "jest" | ||
"test": "run -T jest" | ||
}, | ||
@@ -36,7 +36,3 @@ "bugs": { | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.44.0", | ||
"jest": "^29.1.2" | ||
}, | ||
"gitHead": "af39e81d6371fd52b7c479931f9f3a9a8de2d012" | ||
"gitHead": "0c7649b62dbc192e37348af062f4e7f23e16897b" | ||
} |
@@ -40,2 +40,5 @@ import EventEmitter from 'events/' | ||
/** | ||
* @deprecated Please no longer use ExodusModule. The EventEmitter functionality has been superseded by atoms and for the logging you can add a "logger" dependency which will inject a namespaced logger | ||
*/ | ||
export default ExodusModule |
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
5220
0
7
60