Comparing version 3.9.1 to 3.9.2
@@ -34,2 +34,6 @@ 'use strict' | ||
const stringifyEvents = (events) => JSON.stringify( | ||
events.map((event) => _.omit(event, '__raw')) | ||
) | ||
class ScoreEmitter extends EventEmitter { | ||
@@ -157,4 +161,4 @@ constructor (options) { | ||
this.logger.debug('[ALL]', JSON.stringify(allEvents)) | ||
this.logger.debug('[FILTERED]', JSON.stringify(filteredEvents)) | ||
this.logger.debug('[ALL]', stringifyEvents(allEvents)) | ||
this.logger.debug('[FILTERED]', stringifyEvents(filteredEvents)) | ||
@@ -161,0 +165,0 @@ // Emit for completed events only after the initial fetch |
{ | ||
"name": "scores", | ||
"description": "Track the completion of sports games from a URL.", | ||
"version": "3.9.1", | ||
"version": "3.9.2", | ||
"author": "Luke Karrys <luke@lukekarrys.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
5206688
924