We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 106ea4e + 3c18b69 commit 0de797cCopy full SHA for 0de797c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-rules-engine",
3
- "version": "6.4.1",
+ "version": "6.4.2",
4
"description": "Rules Engine expressed in simple json",
5
"main": "dist/index.js",
6
"types": "types/index.d.ts",
types/index.d.ts
@@ -1,6 +1,7 @@
export interface EngineOptions {
allowUndefinedFacts?: boolean;
allowUndefinedConditions?: boolean;
+ replaceFactsInEventParams?: boolean;
pathResolver?: PathResolver;
}
7
0 commit comments