@universal-packages/event-emitter
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -1,3 +0,3 @@ | ||
import EE2, { CancelablePromise, ConstructorOptions, GeneralEventEmitter, OnOptions, OnceOptions, event, eventNS } from 'eventemitter2'; | ||
import { EventAndListener, EventIn, ListenToOptions, Listener, ListenerFn, WaitForFilter, WaitForOptions } from './EventEmitter.types'; | ||
import EE2, { CancelablePromise, ConstructorOptions, OnOptions, OnceOptions, event, eventNS } from 'eventemitter2'; | ||
import { EventAndListener, EventIn, GeneralEventEmitter, ListenToOptions, Listener, ListenerFn, WaitForFilter, WaitForOptions } from './EventEmitter.types'; | ||
export default class EventEmitter extends EE2 { | ||
@@ -4,0 +4,0 @@ static defaultMaxListeners: number; |
{ | ||
"name": "@universal-packages/event-emitter", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Event emitter 2 with universal convention", | ||
@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", |
Sorry, the diff of this file is not supported yet
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