@lumiastream/lumia-types 2.7.7 → 2.7.8

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.
@@ -586,7 +586,11 @@ exports.LumiaAlertConfigs = {
586
586
  LumiaVariationConditions: [
587
587
  {
588
588
  type: LumiaVariationConditions.EQUAL_STRING,
589
- description: 'Value equals',
589
+ description: 'Value equals (text)',
590
+ },
591
+ {
592
+ type: LumiaVariationConditions.EQUAL_NUMBER,
593
+ description: 'Value equals (number)',
590
594
  },
591
595
  {
592
596
  type: LumiaVariationConditions.GREATER_NUMBER,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.7.7",
3
+ "version": "2.7.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [