@hasna/events 0.1.16 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/filter.js CHANGED
@@ -96,7 +96,7 @@ function channelMatchesEvent(channel, event) {
96
96
  return channel.filters.some((filter) => eventMatchesFilter(event, filter));
97
97
  }
98
98
  export {
99
- channelMatchesEvent,
99
+ matchString,
100
100
  eventMatchesFilter,
101
- matchString
101
+ channelMatchesEvent
102
102
  };