We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d51178 + 8f978b9 commit 91c7f38Copy full SHA for 91c7f38
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-rules-engine",
3
- "version": "7.0.0",
+ "version": "7.1.0",
4
"description": "Rules Engine expressed in simple json",
5
"main": "dist/index.js",
6
"types": "types/index.d.ts",
@@ -59,7 +59,7 @@
59
},
60
"author": "Cache Hamm <[email protected]>",
61
"contributors": [
62
- "Chris Pardy <chris.pardy@ownup.com>"
+ "Chris Pardy <chris.pardy@gmail.com>"
63
],
64
"license": "ISC",
65
"bugs": {
@@ -92,6 +92,6 @@
92
"clone": "^2.1.2",
93
"eventemitter2": "^6.4.4",
94
"hash-it": "^6.0.0",
95
- "jsonpath-plus": "^10.0.0"
+ "jsonpath-plus": "^10.1.0"
96
}
97
0 commit comments