Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Merge pull request CacheControl#348 from RateGravity/fix-typing
Browse files Browse the repository at this point in the history
Bump patch version and add missed typing
  • Loading branch information
chris-pardy authored Sep 1, 2023
2 parents 106ea4e + 3c18b69 commit 0de797c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-rules-engine",
"version": "6.4.1",
"version": "6.4.2",
"description": "Rules Engine expressed in simple json",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export interface EngineOptions {
allowUndefinedFacts?: boolean;
allowUndefinedConditions?: boolean;
replaceFactsInEventParams?: boolean;
pathResolver?: PathResolver;
}

Expand Down

0 comments on commit 0de797c

Please # to comment.