@bigbinary/neeto-rules-frontend 0.2.4 → 0.2.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.
package/dist/index.cjs.js CHANGED
@@ -5969,8 +5969,8 @@ var conditionVerbs = {
5969
5969
  anyTime: "Any time",
5970
5970
  during: "During",
5971
5971
  notDuring: "Not during",
5972
- anyOf: "Any of",
5973
- noneOf: "None of",
5972
+ anyOf: "Is",
5973
+ noneOf: "Is not",
5974
5974
  isBefore: "Is before",
5975
5975
  isAfter: "Is After"
5976
5976
  };
package/dist/index.js CHANGED
@@ -5939,8 +5939,8 @@ var conditionVerbs = {
5939
5939
  anyTime: "Any time",
5940
5940
  during: "During",
5941
5941
  notDuring: "Not during",
5942
- anyOf: "Any of",
5943
- noneOf: "None of",
5942
+ anyOf: "Is",
5943
+ noneOf: "Is not",
5944
5944
  isBefore: "Is before",
5945
5945
  isAfter: "Is After"
5946
5946
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-rules-frontend",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Manage rules across neeto products.",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",