json-rules-engine
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -0,1 +1,4 @@ | ||
#### 5.0.3 / 2020-01-26 | ||
* Upgrade jsonpath-plus dependency, to fix inconsistent scalar results (#175) | ||
#### 5.0.2 / 2020-01-18 | ||
@@ -2,0 +5,0 @@ * BUGFIX: Add missing `DEBUG` log for almanac.addRuntimeFact() |
{ | ||
"name": "json-rules-engine", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Rules Engine expressed in simple json", | ||
@@ -74,5 +74,5 @@ "main": "dist/index.js", | ||
"hash-it": "^4.0.4", | ||
"jsonpath-plus": "^1.1.0", | ||
"jsonpath-plus": "^3.0.0", | ||
"lodash.isobjectlike": "^4.0.0" | ||
} | ||
} |
73194
+ Addedjsonpath-plus@3.0.0(transitive)
- Removedjsonpath-plus@1.1.0(transitive)
Updatedjsonpath-plus@^3.0.0