@tsed/event-emitter
Advanced tools
Comparing version 7.0.0-alpha.1 to 7.0.0-alpha.2
{ | ||
"name": "@tsed/event-emitter", | ||
"version": "7.0.0-alpha.1", | ||
"version": "7.0.0-alpha.2", | ||
"description": "EventEmitter package for Ts.ED framework", | ||
@@ -16,5 +16,5 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@tsed/common": "7.0.0-alpha.1", | ||
"@tsed/core": "7.0.0-alpha.1", | ||
"@tsed/di": "7.0.0-alpha.1", | ||
"@tsed/common": "7.0.0-alpha.2", | ||
"@tsed/core": "7.0.0-alpha.2", | ||
"@tsed/di": "7.0.0-alpha.2", | ||
"eventemitter2": "^6.4.4" | ||
@@ -31,3 +31,6 @@ }, | ||
"author": "Romain Lenzotti", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"publishConfig": { | ||
"tag": "alpha" | ||
} | ||
} |
29750