Skip to content

Commit 0de797c

Browse files
author
chris-pardy
authored
Merge pull request #348 from RateGravity/fix-typing
Bump patch version and add missed typing
2 parents 106ea4e + 3c18b69 commit 0de797c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",

Diff for: types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export interface EngineOptions {
22
allowUndefinedFacts?: boolean;
33
allowUndefinedConditions?: boolean;
4+
replaceFactsInEventParams?: boolean;
45
pathResolver?: PathResolver;
56
}
67

0 commit comments

Comments
 (0)