@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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
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: "
|
|
5973
|
-
noneOf: "
|
|
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: "
|
|
5943
|
-
noneOf: "
|
|
5942
|
+
anyOf: "Is",
|
|
5943
|
+
noneOf: "Is not",
|
|
5944
5944
|
isBefore: "Is before",
|
|
5945
5945
|
isAfter: "Is After"
|
|
5946
5946
|
};
|