@lumiastream/lumia-types 2.2.4 → 2.2.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.
@@ -248,7 +248,7 @@ export declare enum LumiaAlertValues {
248
248
  /** Power-ups used */
249
249
  TWITCH_POWERUPS = "twitch-powerups",
250
250
  /** Power-up points earned */
251
- TWITCH_POWERUPS_POINTS = "twitch-powerups-points",
251
+ TWITCH_POWERUPS_POINTS = "twitch-powerupsPoints",
252
252
  /** YouTube stream went live */
253
253
  YOUTUBE_STREAM_LIVE = "youtube-streamLive",
254
254
  /** YouTube stream went offline */
@@ -567,7 +567,7 @@ export declare const LumiaAlertFriendlyValues: {
567
567
  "twitch-adStarted": string;
568
568
  "twitch-adStopped": string;
569
569
  "twitch-powerups": string;
570
- "twitch-powerups-points": string;
570
+ "twitch-powerupsPoints": string;
571
571
  "youtube-streamLive": string;
572
572
  "youtube-streamOffline": string;
573
573
  "youtube-firstChatter": string;
@@ -264,7 +264,7 @@ var LumiaAlertValues;
264
264
  /** Power-ups used */
265
265
  LumiaAlertValues["TWITCH_POWERUPS"] = "twitch-powerups";
266
266
  /** Power-up points earned */
267
- LumiaAlertValues["TWITCH_POWERUPS_POINTS"] = "twitch-powerups-points";
267
+ LumiaAlertValues["TWITCH_POWERUPS_POINTS"] = "twitch-powerupsPoints";
268
268
  // YouTube alerts
269
269
  /** YouTube stream went live */
270
270
  LumiaAlertValues["YOUTUBE_STREAM_LIVE"] = "youtube-streamLive";
@@ -77,7 +77,7 @@ export declare const LumiaMapAlertTypeToEventListType: {
77
77
  "twitch-bits": LumiaEventListTypes;
78
78
  "twitch-sessionBits": LumiaEventListTypes;
79
79
  "twitch-powerups": LumiaEventListTypes;
80
- "twitch-powerups-points": LumiaEventListTypes;
80
+ "twitch-powerupsPoints": LumiaEventListTypes;
81
81
  "twitch-clip": LumiaEventListTypes;
82
82
  "twitch-extension": LumiaEventListTypes;
83
83
  "twitch-follower": LumiaEventListTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [