Skip to content

Commit 00061ac

Browse files
authored
Merge pull request #403 from danish-khan-I/features/v7.2
Upgrade JSON-Path-Plus to V10.2.0.
2 parents 5363e59 + 444d405 commit 00061ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -92,6 +92,6 @@
9292
"clone": "^2.1.2",
9393
"eventemitter2": "^6.4.4",
9494
"hash-it": "^6.0.0",
95-
"jsonpath-plus": "^10.1.0"
95+
"jsonpath-plus": "^10.2.0"
9696
}
9797
}

0 commit comments

Comments
 (0)