@lumiastream/lumia-types 3.4.3 → 3.4.4

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.
@@ -2792,7 +2792,7 @@ exports.LumiaAlertConfigs = {
2792
2792
  ],
2793
2793
  },
2794
2794
  [activity_types_1.LumiaAlertValues.TWITCH_CHARITY_DONATION]: {
2795
- connection: event_types_1.LumiaIntegrations.STREAMLABS,
2795
+ connection: event_types_1.LumiaIntegrations.TWITCH,
2796
2796
  message: '{{username}} just tipped {{amount}} to charity {{charity_name}}',
2797
2797
  eventlistMessage: 'Donation',
2798
2798
  eventlistDetailedMessage: 'tipped {{amount}} {{currency}}',
@@ -2789,7 +2789,7 @@ export const LumiaAlertConfigs = {
2789
2789
  ],
2790
2790
  },
2791
2791
  [LumiaAlertValues.TWITCH_CHARITY_DONATION]: {
2792
- connection: LumiaIntegrations.STREAMLABS,
2792
+ connection: LumiaIntegrations.TWITCH,
2793
2793
  message: '{{username}} just tipped {{amount}} to charity {{charity_name}}',
2794
2794
  eventlistMessage: 'Donation',
2795
2795
  eventlistDetailedMessage: 'tipped {{amount}} {{currency}}',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",