Comparing version 0.10.0 to 0.10.1
@@ -17,3 +17,3 @@ /* eslint-disable no-redeclare */ | ||
declare const listenerRemoved: unique symbol; | ||
type OmnipresentEventData = {[listenerAdded]: Emittery.ListenerChangedData; [listenerRemoved]: Emittery.ListenerChangedData}; | ||
type _OmnipresentEventData = {[listenerAdded]: Emittery.ListenerChangedData; [listenerRemoved]: Emittery.ListenerChangedData}; | ||
@@ -169,3 +169,3 @@ /** | ||
EventData = Record<string, any>, // When https://github.com/microsoft/TypeScript/issues/1863 ships, we can switch this to have an index signature including Symbols. If you want to use symbol keys right now, you need to pass an interface with those symbol keys explicitly listed. | ||
AllEventData = EventData & OmnipresentEventData, | ||
AllEventData = EventData & _OmnipresentEventData, | ||
DatalessEvents = DatalessEventNames<EventData> | ||
@@ -597,4 +597,6 @@ > { | ||
} | ||
type OmnipresentEventData = _OmnipresentEventData; | ||
} | ||
export = Emittery; |
{ | ||
"name": "emittery", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Simple and modern async event emitter", | ||
@@ -56,3 +56,3 @@ "license": "MIT", | ||
"p-event": "^4.1.0", | ||
"tsd": "^0.16.0", | ||
"tsd": "^0.19.1", | ||
"xo": "^0.39.0" | ||
@@ -59,0 +59,0 @@ }, |
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
44184
833