@tixyel/streamelements 7.6.5 → 7.6.6

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/index.d.ts CHANGED
@@ -3036,7 +3036,7 @@ declare class UtilsHelper {
3036
3036
  userId: string;
3037
3037
  name: string;
3038
3038
  broadcasterId?: string;
3039
- }, session: StreamElements.Session.Data, checkWithAPI?: boolean): Promise<3 | 1 | 2>;
3039
+ }, session: StreamElements.Session.Data, checkWithAPI?: boolean): Promise<1 | 2 | 3>;
3040
3040
  /**
3041
3041
  * Identifies a user based on the received event and session data, returning their ID, name, role, badges, and top status.
3042
3042
  * @param receivedEvent - The event received from the provider (Twitch or YouTube) containing user information.
package/dist/index.es.js CHANGED
@@ -10623,7 +10623,11 @@ window.addEventListener("onWidgetLoad", async (e) => {
10623
10623
  "event:skip",
10624
10624
  "event:test",
10625
10625
  "kvstore:update"
10626
- ].some((e) => e === n.data.listener) && Q.received("[Client]", `Event ${n.data.listener} received from ${n.provider}`, n.data.event);
10626
+ ].some((e) => e === n.data.listener) && [
10627
+ "streamelements",
10628
+ "twitch",
10629
+ "youtube"
10630
+ ].some((e) => e === n.provider) && Q.received("[Client]", `Event ${n.data.listener} received from ${n.provider}`, n.data.event);
10627
10631
  });
10628
10632
  });
10629
10633
  //#endregion