Comparing version 0.1.1 to 0.1.2
@@ -50,2 +50,4 @@ 'use strict'; | ||
async emitSerial(eventName, eventData) { | ||
await resolvedPromise; | ||
/* eslint-disable no-await-in-loop */ | ||
@@ -52,0 +54,0 @@ for (const listener of this._getListeners(eventName)) { |
{ | ||
"name": "emittery", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Simple and modern async event emitter", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
7859
75