@lumiastream/lumia-types 3.0.4 → 3.0.5

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.
@@ -104,24 +104,24 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
104
104
  icon: 'Schedule',
105
105
  color: 'teal',
106
106
  },
107
- {
108
- id: 'first-chatter-regular',
109
- label: 'Front Row',
110
- description: 'Claimed first chatter 25 times.',
111
- metric: 'totalFirstChatters',
112
- threshold: 25,
113
- icon: 'LooksOne',
114
- color: 'violet',
115
- },
116
- {
117
- id: 'first-chatter-legend',
118
- label: 'Opening Act',
119
- description: 'Claimed first chatter 100 times.',
120
- metric: 'totalFirstChatters',
121
- threshold: 100,
122
- icon: 'EmojiEvents',
123
- color: 'gold',
124
- },
107
+ // {
108
+ // id: 'first-chatter-regular',
109
+ // label: 'Front Row',
110
+ // description: 'Claimed first chatter 10 times.',
111
+ // metric: 'totalFirstChatters',
112
+ // threshold: 10,
113
+ // icon: 'LooksOne',
114
+ // color: 'violet',
115
+ // },
116
+ // {
117
+ // id: 'first-chatter-legend',
118
+ // label: 'Opening Act',
119
+ // description: 'Claimed first chatter 20 times.',
120
+ // metric: 'totalFirstChatters',
121
+ // threshold: 20,
122
+ // icon: 'EmojiEvents',
123
+ // color: 'gold',
124
+ // },
125
125
  // ───────── Channel Points ─────────
126
126
  {
127
127
  id: 'twitch-points-spark',
@@ -156,9 +156,9 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
156
156
  {
157
157
  id: 'twitch-points-beacon',
158
158
  label: 'Points Beacon',
159
- description: 'Spent 40,000 channel points.',
159
+ description: 'Spent 10,000 channel points.',
160
160
  metric: 'totalPointsSpent',
161
- threshold: 40000,
161
+ threshold: 10000,
162
162
  connectionKeys: ['twitch'],
163
163
  icon: 'TrendingUp',
164
164
  color: 'emerald',
@@ -166,9 +166,9 @@ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
166
166
  {
167
167
  id: 'twitch-points-tycoon',
168
168
  label: 'Points Tycoon',
169
- description: 'Spent 150,000 channel points.',
169
+ description: 'Spent 20,000 channel points.',
170
170
  metric: 'totalPointsSpent',
171
- threshold: 150000,
171
+ threshold: 20000,
172
172
  connectionKeys: ['twitch'],
173
173
  icon: 'WorkspacePremium',
174
174
  color: 'gold',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [