@testring/test-utils
Advanced tools
+2
-2
| { | ||
| "name": "@testring/test-utils", | ||
| "version": "0.3.4", | ||
| "version": "0.3.5", | ||
| "main": "./src/index.ts", | ||
@@ -13,4 +13,4 @@ "types": "./src/index.ts", | ||
| "dependencies": { | ||
| "@testring/types": "0.3.4" | ||
| "@testring/types": "0.3.5" | ||
| } | ||
| } |
@@ -24,3 +24,3 @@ import { EventEmitter } from 'events'; | ||
| public broadcastFrom<T = any>(messageType: string, payload: T, processID: string) { | ||
| this.emit(messageType, payload, { processID }); | ||
| this.emit(messageType, payload, processID); | ||
| } | ||
@@ -27,0 +27,0 @@ |
5990
-0.07%+ Added
- Removed
Updated