@lumiastream/lumia-types 2.6.4 → 2.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/alert.types.js +1 -1
- package/dist/variables.types.js +1 -0
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -4738,7 +4738,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4738
4738
|
},
|
|
4739
4739
|
],
|
|
4740
4740
|
LumiaVariationConditions: [
|
|
4741
|
-
{ type: LumiaVariationConditions.RANDOM
|
|
4741
|
+
{ type: LumiaVariationConditions.RANDOM },
|
|
4742
4742
|
{
|
|
4743
4743
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
4744
4744
|
description: 'Gift Name is equal to',
|
package/dist/variables.types.js
CHANGED