@lumiastream/lumia-types 2.6.5 → 2.6.7

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.
@@ -153,6 +153,8 @@ export declare enum LumiaAlertValues {
153
153
  LUMIASTREAM_VIEWERQUEUE_STARTED = "lumiastream-viewerqueueStarted",
154
154
  /** Viewer queue ended */
155
155
  LUMIASTREAM_VIEWERQUEUE_ENDED = "lumiastream-viewerqueueEnded",
156
+ /** Viewer achievement unlocked */
157
+ LUMIASTREAM_VIEWER_ACHIEVEMENT = "lumiastream-viewerAchievement",
156
158
  /** Roulette winner selected */
157
159
  LUMIASTREAM_ROULETTE_WINNER = "lumiastream-rouletteWinner",
158
160
  /** Slots winner */
@@ -541,6 +543,7 @@ export declare const LumiaAlertFriendlyValues: {
541
543
  "lumiastream-pollEnded": string;
542
544
  "lumiastream-viewerqueueStarted": string;
543
545
  "lumiastream-viewerqueueEnded": string;
546
+ "lumiastream-viewerAchievement": string;
544
547
  "lumiastream-rouletteWinner": string;
545
548
  "lumiastream-slotsWinner": string;
546
549
  "twitch-extension": string;
@@ -168,6 +168,8 @@ var LumiaAlertValues;
168
168
  LumiaAlertValues["LUMIASTREAM_VIEWERQUEUE_STARTED"] = "lumiastream-viewerqueueStarted";
169
169
  /** Viewer queue ended */
170
170
  LumiaAlertValues["LUMIASTREAM_VIEWERQUEUE_ENDED"] = "lumiastream-viewerqueueEnded";
171
+ /** Viewer achievement unlocked */
172
+ LumiaAlertValues["LUMIASTREAM_VIEWER_ACHIEVEMENT"] = "lumiastream-viewerAchievement";
171
173
  /** Roulette winner selected */
172
174
  LumiaAlertValues["LUMIASTREAM_ROULETTE_WINNER"] = "lumiastream-rouletteWinner";
173
175
  /** Slots winner */
@@ -573,6 +575,7 @@ exports.LumiaAlertFriendlyValues = {
573
575
  [LumiaAlertValues.LUMIASTREAM_POLL_ENDED]: 'Poll Ended',
574
576
  [LumiaAlertValues.LUMIASTREAM_VIEWERQUEUE_STARTED]: 'Viewer Queue Started',
575
577
  [LumiaAlertValues.LUMIASTREAM_VIEWERQUEUE_ENDED]: 'Viewer Queue Ended',
578
+ [LumiaAlertValues.LUMIASTREAM_VIEWER_ACHIEVEMENT]: 'Viewer Achievement',
576
579
  [LumiaAlertValues.LUMIASTREAM_ROULETTE_WINNER]: 'Roulette Winner',
577
580
  [LumiaAlertValues.LUMIASTREAM_SLOTS_WINNER]: 'Slots Winner',
578
581
  [LumiaAlertValues.TWITCH_EXTENSION]: 'Twitch Extension',
@@ -5,6 +5,7 @@ const activity_types_1 = require("./activity.types");
5
5
  const event_types_1 = require("./event.types");
6
6
  const variables_types_1 = require("./variables.types");
7
7
  const youtube_superstickers_1 = require("./youtube_superstickers");
8
+ const viewer_profile_achievements_1 = require("./viewer_profile_achievements");
8
9
  var LumiaVariationConditions;
9
10
  (function (LumiaVariationConditions) {
10
11
  LumiaVariationConditions["RANDOM"] = "RANDOM";
@@ -555,6 +556,24 @@ exports.LumiaAlertConfigs = {
555
556
  inputFields: [],
556
557
  LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }],
557
558
  },
559
+ [activity_types_1.LumiaAlertValues.LUMIASTREAM_VIEWER_ACHIEVEMENT]: {
560
+ connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
561
+ message: '{{username}} unlocked the {{achievement_name}} achievement!',
562
+ eventlistSpecialUsername: 'lumiastream',
563
+ eventlistMessage: 'Viewer Achievement',
564
+ eventlistDetailedMessage: '{{username}} unlocked the {{achievement_name}} achievement!',
565
+ acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.viewerAchievement,
566
+ quickActions: [],
567
+ inputFields: [],
568
+ LumiaVariationConditions: [
569
+ { type: LumiaVariationConditions.RANDOM },
570
+ {
571
+ type: LumiaVariationConditions.EQUAL_SELECTION,
572
+ description: 'Achievement Name',
573
+ selections: viewer_profile_achievements_1.VIEWER_PROFILE_ACHIEVEMENTS.map((achievement) => ({ label: achievement.label, value: achievement.label })),
574
+ },
575
+ ],
576
+ },
558
577
  [activity_types_1.LumiaAlertValues.LUMIASTREAM_ROULETTE_WINNER]: {
559
578
  connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
560
579
  message: 'Congratulations {{username}}! The ball landed on {{ball_position}}. You win {{outcome_amount}} {{loyalty_currency_name}}! Well played! 🎉',
@@ -416,6 +416,8 @@ export declare enum LumiaAlertValues {
416
416
  LUMIASTREAM_VIEWERQUEUE_STARTED = "lumiastream-viewerqueueStarted",
417
417
  /** Viewer queue ended */
418
418
  LUMIASTREAM_VIEWERQUEUE_ENDED = "lumiastream-viewerqueueEnded",
419
+ /** Viewer achievement unlocked */
420
+ LUMIASTREAM_VIEWER_ACHIEVEMENT = "lumiastream-viewerAchievement",
419
421
  /** Roulette winner selected */
420
422
  LUMIASTREAM_ROULETTE_WINNER = "lumiastream-rouletteWinner",
421
423
  /** Slots winner */
@@ -959,6 +961,18 @@ export declare enum SystemVariables {
959
961
  VIEWERQUEUE_ENTRIES_COUNT = "viewerqueue_entries_count",
960
962
  /** Viewer queue max entries limit. Use as {{viewerqueue_queue_limit}}. */
961
963
  VIEWERQUEUE_QUEUE_LIMIT = "viewerqueue_queue_limit",
964
+ /** Achievement id. Use as {{achievement_id}}. */
965
+ ACHIEVEMENT_ID = "achievement_id",
966
+ /** Achievement name. Use as {{achievement_name}}. */
967
+ ACHIEVEMENT_NAME = "achievement_name",
968
+ /** Achievement description. Use as {{achievement_description}}. */
969
+ ACHIEVEMENT_DESCRIPTION = "achievement_description",
970
+ /** Achievements completed count. Use as {{achievements_completed}}. */
971
+ ACHIEVEMENTS_COMPLETED = "achievements_completed",
972
+ /** Achievements total count. Use as {{achievements_total}}. */
973
+ ACHIEVEMENTS_TOTAL = "achievements_total",
974
+ /** Achievement completion percent. Use as {{achievements_percent}}. */
975
+ ACHIEVEMENTS_PERCENT = "achievements_percent",
962
976
  /** Response from most recent API Action (JSON stringified). Use as {{api_action_global_response}}. */
963
977
  API_ACTION_GLOBAL_RESPONSE = "api_action_global_response",
964
978
  /** Last RANDOM_INPUT selection. Use as {{last_random_input}}. */
@@ -416,6 +416,8 @@ export declare enum LumiaAlertValues {
416
416
  LUMIASTREAM_VIEWERQUEUE_STARTED = "lumiastream-viewerqueueStarted",
417
417
  /** Viewer queue ended */
418
418
  LUMIASTREAM_VIEWERQUEUE_ENDED = "lumiastream-viewerqueueEnded",
419
+ /** Viewer achievement unlocked */
420
+ LUMIASTREAM_VIEWER_ACHIEVEMENT = "lumiastream-viewerAchievement",
419
421
  /** Roulette winner selected */
420
422
  LUMIASTREAM_ROULETTE_WINNER = "lumiastream-rouletteWinner",
421
423
  /** Slots winner */
@@ -959,6 +961,18 @@ export declare enum SystemVariables {
959
961
  VIEWERQUEUE_ENTRIES_COUNT = "viewerqueue_entries_count",
960
962
  /** Viewer queue max entries limit. Use as {{viewerqueue_queue_limit}}. */
961
963
  VIEWERQUEUE_QUEUE_LIMIT = "viewerqueue_queue_limit",
964
+ /** Achievement id. Use as {{achievement_id}}. */
965
+ ACHIEVEMENT_ID = "achievement_id",
966
+ /** Achievement name. Use as {{achievement_name}}. */
967
+ ACHIEVEMENT_NAME = "achievement_name",
968
+ /** Achievement description. Use as {{achievement_description}}. */
969
+ ACHIEVEMENT_DESCRIPTION = "achievement_description",
970
+ /** Achievements completed count. Use as {{achievements_completed}}. */
971
+ ACHIEVEMENTS_COMPLETED = "achievements_completed",
972
+ /** Achievements total count. Use as {{achievements_total}}. */
973
+ ACHIEVEMENTS_TOTAL = "achievements_total",
974
+ /** Achievement completion percent. Use as {{achievements_percent}}. */
975
+ ACHIEVEMENTS_PERCENT = "achievements_percent",
962
976
  /** Response from most recent API Action (JSON stringified). Use as {{api_action_global_response}}. */
963
977
  API_ACTION_GLOBAL_RESPONSE = "api_action_global_response",
964
978
  /** Last RANDOM_INPUT selection. Use as {{last_random_input}}. */
package/dist/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export { ILumiaSendPack, ILumiaEvent, ILumiaEventChatCommandBody, ILumiaEventCha
4
4
  export { LumiaEventListTypes, LumiaMapAlertTypeToEventListType } from './eventlist.types';
5
5
  export { SystemVariables, ReservedVariables, AllVariables } from './variables.types';
6
6
  export { formatCondition } from './helpers';
7
+ export { VIEWER_PROFILE_ACHIEVEMENTS, type ViewerProfileAchievementDefinition, type ViewerProfileAchievementMetric } from './viewer_profile_achievements';
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.formatCondition = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = exports.LumiaActivityTestType = exports.LumiaActivityNoValueTypes = exports.LumiaActivityApiValueType = exports.LumiaActivityOriginTypes = exports.LumiaAlertFriendlyValues = exports.LumiaAlertValues = exports.LumiaExternalActivityCommandTypes = exports.LumiaActivityCommandTypes = exports.LumiaStreamingSites = void 0;
3
+ exports.VIEWER_PROFILE_ACHIEVEMENTS = exports.formatCondition = exports.AllVariables = exports.ReservedVariables = exports.SystemVariables = exports.LumiaMapAlertTypeToEventListType = exports.LumiaEventListTypes = exports.LumiaEventTypes = exports.LumiaIntegrations = exports.LumiaAlertConfigs = exports.VariationCurrencySymbol = exports.LumiaVariationCurrency = exports.LumiaVariationConditions = exports.LumiaActivityTestType = exports.LumiaActivityNoValueTypes = exports.LumiaActivityApiValueType = exports.LumiaActivityOriginTypes = exports.LumiaAlertFriendlyValues = exports.LumiaAlertValues = exports.LumiaExternalActivityCommandTypes = exports.LumiaActivityCommandTypes = exports.LumiaStreamingSites = void 0;
4
4
  var activity_types_1 = require("./activity.types");
5
5
  Object.defineProperty(exports, "LumiaStreamingSites", { enumerable: true, get: function () { return activity_types_1.LumiaStreamingSites; } });
6
6
  Object.defineProperty(exports, "LumiaActivityCommandTypes", { enumerable: true, get: function () { return activity_types_1.LumiaActivityCommandTypes; } });
@@ -28,3 +28,5 @@ Object.defineProperty(exports, "ReservedVariables", { enumerable: true, get: fun
28
28
  Object.defineProperty(exports, "AllVariables", { enumerable: true, get: function () { return variables_types_1.AllVariables; } });
29
29
  var helpers_1 = require("./helpers");
30
30
  Object.defineProperty(exports, "formatCondition", { enumerable: true, get: function () { return helpers_1.formatCondition; } });
31
+ var viewer_profile_achievements_1 = require("./viewer_profile_achievements");
32
+ Object.defineProperty(exports, "VIEWER_PROFILE_ACHIEVEMENTS", { enumerable: true, get: function () { return viewer_profile_achievements_1.VIEWER_PROFILE_ACHIEVEMENTS; } });
@@ -159,6 +159,18 @@ export declare enum SystemVariables {
159
159
  VIEWERQUEUE_ENTRIES_COUNT = "viewerqueue_entries_count",
160
160
  /** Viewer queue max entries limit. Use as {{viewerqueue_queue_limit}}. */
161
161
  VIEWERQUEUE_QUEUE_LIMIT = "viewerqueue_queue_limit",
162
+ /** Achievement id. Use as {{achievement_id}}. */
163
+ ACHIEVEMENT_ID = "achievement_id",
164
+ /** Achievement name. Use as {{achievement_name}}. */
165
+ ACHIEVEMENT_NAME = "achievement_name",
166
+ /** Achievement description. Use as {{achievement_description}}. */
167
+ ACHIEVEMENT_DESCRIPTION = "achievement_description",
168
+ /** Achievements completed count. Use as {{achievements_completed}}. */
169
+ ACHIEVEMENTS_COMPLETED = "achievements_completed",
170
+ /** Achievements total count. Use as {{achievements_total}}. */
171
+ ACHIEVEMENTS_TOTAL = "achievements_total",
172
+ /** Achievement completion percent. Use as {{achievements_percent}}. */
173
+ ACHIEVEMENTS_PERCENT = "achievements_percent",
162
174
  /** Response from most recent API Action (JSON stringified). Use as {{api_action_global_response}}. */
163
175
  API_ACTION_GLOBAL_RESPONSE = "api_action_global_response",
164
176
  /** Last RANDOM_INPUT selection. Use as {{last_random_input}}. */
@@ -687,6 +699,7 @@ export declare const AllVariables: {
687
699
  pollEnded: string[];
688
700
  viewerqueueStarted: string[];
689
701
  viewerqueueEnded: string[];
702
+ viewerAchievement: string[];
690
703
  rouletteWinner: string[];
691
704
  slotsWinner: string[];
692
705
  };
@@ -171,6 +171,18 @@ var SystemVariables;
171
171
  SystemVariables["VIEWERQUEUE_ENTRIES_COUNT"] = "viewerqueue_entries_count";
172
172
  /** Viewer queue max entries limit. Use as {{viewerqueue_queue_limit}}. */
173
173
  SystemVariables["VIEWERQUEUE_QUEUE_LIMIT"] = "viewerqueue_queue_limit";
174
+ /** Achievement id. Use as {{achievement_id}}. */
175
+ SystemVariables["ACHIEVEMENT_ID"] = "achievement_id";
176
+ /** Achievement name. Use as {{achievement_name}}. */
177
+ SystemVariables["ACHIEVEMENT_NAME"] = "achievement_name";
178
+ /** Achievement description. Use as {{achievement_description}}. */
179
+ SystemVariables["ACHIEVEMENT_DESCRIPTION"] = "achievement_description";
180
+ /** Achievements completed count. Use as {{achievements_completed}}. */
181
+ SystemVariables["ACHIEVEMENTS_COMPLETED"] = "achievements_completed";
182
+ /** Achievements total count. Use as {{achievements_total}}. */
183
+ SystemVariables["ACHIEVEMENTS_TOTAL"] = "achievements_total";
184
+ /** Achievement completion percent. Use as {{achievements_percent}}. */
185
+ SystemVariables["ACHIEVEMENTS_PERCENT"] = "achievements_percent";
174
186
  /** Response from most recent API Action (JSON stringified). Use as {{api_action_global_response}}. */
175
187
  SystemVariables["API_ACTION_GLOBAL_RESPONSE"] = "api_action_global_response";
176
188
  /** Last RANDOM_INPUT selection. Use as {{last_random_input}}. */
@@ -900,6 +912,7 @@ exports.AllVariables = {
900
912
  'emotesRaw',
901
913
  'timestamp',
902
914
  'points_cost',
915
+ 'voice_command_full_sentence',
903
916
  ],
904
917
  chatbotCommand: [
905
918
  'username',
@@ -1310,6 +1323,18 @@ exports.AllVariables = {
1310
1323
  pollEnded: ['poll_id', 'poll_title', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_total_votes'],
1311
1324
  viewerqueueStarted: ['viewerqueue_title', 'viewerqueue_entry_command', 'viewerqueue_entries', 'viewerqueue_players', 'viewerqueue_entries_count'],
1312
1325
  viewerqueueEnded: ['viewerqueue_title', 'viewerqueue_entry_command', 'viewerqueue_entries', 'viewerqueue_players', 'viewerqueue_entries_count'],
1326
+ viewerAchievement: [
1327
+ 'username',
1328
+ 'displayname',
1329
+ 'avatar',
1330
+ 'platform',
1331
+ 'achievement_id',
1332
+ 'achievement_name',
1333
+ 'achievement_description',
1334
+ 'achievements_completed',
1335
+ 'achievements_total',
1336
+ 'achievements_percent',
1337
+ ],
1313
1338
  rouletteWinner: ['username', 'outcome_amount', 'ball_position'],
1314
1339
  slotsWinner: ['username', 'outcome_amount', 'slots_combo'],
1315
1340
  },
@@ -0,0 +1,9 @@
1
+ export type ViewerProfileAchievementMetric = 'totalCommands' | 'uniqueCommands' | 'totalChatbotCommands' | 'totalPointsCommands' | 'totalPointsSpent' | 'totalTwitchExtensionsCommands' | 'totalBitsSpent' | 'totalKicksSpent' | 'totalMoneySpent' | 'totalAlerts' | 'uniqueAlerts' | 'totalCommandsAndAlerts' | 'daysActive' | 'platforms';
2
+ export type ViewerProfileAchievementDefinition = {
3
+ id: string;
4
+ label: string;
5
+ description: string;
6
+ metric: ViewerProfileAchievementMetric;
7
+ threshold: number;
8
+ };
9
+ export declare const VIEWER_PROFILE_ACHIEVEMENTS: ViewerProfileAchievementDefinition[];
@@ -0,0 +1,166 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VIEWER_PROFILE_ACHIEVEMENTS = void 0;
4
+ exports.VIEWER_PROFILE_ACHIEVEMENTS = [
5
+ {
6
+ id: 'first-command',
7
+ label: 'First Command',
8
+ description: 'Triggered a command.',
9
+ metric: 'totalCommands',
10
+ threshold: 1,
11
+ },
12
+ {
13
+ id: 'command-explorer',
14
+ label: 'Command Explorer',
15
+ description: 'Triggered 10 unique commands.',
16
+ metric: 'uniqueCommands',
17
+ threshold: 10,
18
+ },
19
+ {
20
+ id: 'command-variety-pack',
21
+ label: 'Command Variety Pack',
22
+ description: 'Triggered 40 unique commands.',
23
+ metric: 'uniqueCommands',
24
+ threshold: 40,
25
+ },
26
+ {
27
+ id: 'command-regular',
28
+ label: 'Command Regular',
29
+ description: 'Triggered 25 commands.',
30
+ metric: 'totalCommands',
31
+ threshold: 25,
32
+ },
33
+ {
34
+ id: 'command-master',
35
+ label: 'Command Master',
36
+ description: 'Triggered 100 commands.',
37
+ metric: 'totalCommands',
38
+ threshold: 100,
39
+ },
40
+ {
41
+ id: 'command-addict',
42
+ label: 'Command Addict',
43
+ description: 'Triggered 250 commands.',
44
+ metric: 'totalCommands',
45
+ threshold: 250,
46
+ },
47
+ {
48
+ id: 'chatbot-whisperer',
49
+ label: 'Chatbot Whisperer',
50
+ description: 'Triggered 25 chatbot commands.',
51
+ metric: 'totalChatbotCommands',
52
+ threshold: 25,
53
+ },
54
+ {
55
+ id: 'points-spender',
56
+ label: 'Points Spender',
57
+ description: 'Triggered 50 Twitch or Kick points commands.',
58
+ metric: 'totalPointsCommands',
59
+ threshold: 50,
60
+ },
61
+ {
62
+ id: 'points-grinder',
63
+ label: 'Points Grinder',
64
+ description: 'Spent 5,000 points.',
65
+ metric: 'totalPointsSpent',
66
+ threshold: 5000,
67
+ },
68
+ {
69
+ id: 'points-mogul',
70
+ label: 'Points Mogul',
71
+ description: 'Spent 25,000 points.',
72
+ metric: 'totalPointsSpent',
73
+ threshold: 25000,
74
+ },
75
+ {
76
+ id: 'extension-explorer',
77
+ label: 'Extension Explorer',
78
+ description: 'Triggered 15 Twitch extensions commands.',
79
+ metric: 'totalTwitchExtensionsCommands',
80
+ threshold: 15,
81
+ },
82
+ {
83
+ id: 'bits-backer',
84
+ label: 'Bits Backer',
85
+ description: 'Spent 1,000 bits.',
86
+ metric: 'totalBitsSpent',
87
+ threshold: 1000,
88
+ },
89
+ {
90
+ id: 'bits-tycoon',
91
+ label: 'Bits Tycoon',
92
+ description: 'Spent 10,000 bits.',
93
+ metric: 'totalBitsSpent',
94
+ threshold: 10000,
95
+ },
96
+ {
97
+ id: 'kicks-supporter',
98
+ label: 'Kicks Supporter',
99
+ description: 'Spent 250 kicks.',
100
+ metric: 'totalKicksSpent',
101
+ threshold: 250,
102
+ },
103
+ {
104
+ id: 'kicks-patron',
105
+ label: 'Kicks Patron',
106
+ description: 'Spent 1,000 kicks.',
107
+ metric: 'totalKicksSpent',
108
+ threshold: 1000,
109
+ },
110
+ {
111
+ id: 'donation-supporter',
112
+ label: 'Donation Supporter',
113
+ description: 'Donated 250 in your default currency.',
114
+ metric: 'totalMoneySpent',
115
+ threshold: 250,
116
+ },
117
+ {
118
+ id: 'donation-patron',
119
+ label: 'Donation Patron',
120
+ description: 'Donated 1,000 in your default currency.',
121
+ metric: 'totalMoneySpent',
122
+ threshold: 1000,
123
+ },
124
+ {
125
+ id: 'alert-trigger',
126
+ label: 'Alert Trigger',
127
+ description: 'Triggered an alert.',
128
+ metric: 'totalAlerts',
129
+ threshold: 1,
130
+ },
131
+ {
132
+ id: 'alert-curator',
133
+ label: 'Alert Curator',
134
+ description: 'Triggered 10 unique alerts.',
135
+ metric: 'uniqueAlerts',
136
+ threshold: 10,
137
+ },
138
+ {
139
+ id: 'alert-storm',
140
+ label: 'Alert Storm',
141
+ description: 'Triggered 10 alerts.',
142
+ metric: 'totalAlerts',
143
+ threshold: 10,
144
+ },
145
+ {
146
+ id: 'power-user',
147
+ label: 'Power User',
148
+ description: 'Triggered 500 commands or alerts combined.',
149
+ metric: 'totalCommandsAndAlerts',
150
+ threshold: 500,
151
+ },
152
+ {
153
+ id: 'loyal-regular',
154
+ label: 'Loyal Regular',
155
+ description: 'Active across 60 days or more.',
156
+ metric: 'daysActive',
157
+ threshold: 60,
158
+ },
159
+ {
160
+ id: 'multi-platform',
161
+ label: 'Multi-Platform',
162
+ description: 'Seen on multiple platforms.',
163
+ metric: 'platforms',
164
+ threshold: 2,
165
+ },
166
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.6.5",
3
+ "version": "2.6.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [