@curium.rocks/data-emitter-base
Advanced tools
Comparing version 0.1.1-alpha.52 to 0.1.1-alpha.53
{ | ||
"name": "@curium.rocks/data-emitter-base", | ||
"version": "0.1.1-alpha.52", | ||
"version": "0.1.1-alpha.53", | ||
"description": "A collection of typescript class interfaces and base classes that specify generic contracts with things that emit data", | ||
@@ -30,3 +30,3 @@ "main": "build/src/lib.js", | ||
"chai": "^4.3.4", | ||
"eslint": "^7.25.0", | ||
"eslint": "^8.0.0", | ||
"eslint-config-google": "^0.14.0", | ||
@@ -33,0 +33,0 @@ "eslint-config-prettier": "^8.3.0", |
99963