json-rules-engine
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -302,3 +302,3 @@ 'use strict'; | ||
(0, _debug2.default)('engine::run status:' + _this2.status + '; skipping remaining rules'); | ||
return; | ||
return Promise.resolve(); | ||
} | ||
@@ -305,0 +305,0 @@ return rule.evaluate(almanac).then(function (ruleResult) { |
{ | ||
"name": "json-rules-engine", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "Rules Engine expressed in simple json", | ||
@@ -67,3 +67,3 @@ "main": "dist/index.js", | ||
"babel-eslint": "10.1.0", | ||
"babel-loader": "8.1.0", | ||
"babel-loader": "8.2.2", | ||
"babel-polyfill": "6.26.0", | ||
@@ -73,22 +73,22 @@ "babel-preset-es2015": "~6.24.1", | ||
"babel-register": "6.26.0", | ||
"chai": "^4.2.0", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
"colors": "~1.4.0", | ||
"dirty-chai": "2.0.1", | ||
"lodash": "4.17.20", | ||
"mocha": "^8.1.3", | ||
"lodash": "4.17.21", | ||
"mocha": "^8.4.0", | ||
"perfy": "^1.1.5", | ||
"sinon": "^9.0.3", | ||
"sinon-chai": "^3.5.0", | ||
"snazzy": "^8.0.0", | ||
"standard": "^14.3.4", | ||
"tsd": "^0.13.1" | ||
"sinon": "^11.1.1", | ||
"sinon-chai": "^3.7.0", | ||
"snazzy": "^9.0.0", | ||
"standard": "^16.0.3", | ||
"tsd": "^0.17.0" | ||
}, | ||
"dependencies": { | ||
"clone": "^2.1.2", | ||
"eventemitter2": "^6.4.3", | ||
"hash-it": "^4.0.5", | ||
"jsonpath-plus": "^4.0.0", | ||
"eventemitter2": "^6.4.4", | ||
"hash-it": "^5.0.0", | ||
"jsonpath-plus": "^5.0.7", | ||
"lodash.isobjectlike": "^4.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
77589
+ Addedhash-it@5.0.2(transitive)
+ Addedjsonpath-plus@5.1.0(transitive)
- Removedcurriable@1.3.0(transitive)
- Removedhash-it@4.1.0(transitive)
- Removedjsonpath-plus@4.0.0(transitive)
Updatedeventemitter2@^6.4.4
Updatedhash-it@^5.0.0
Updatedjsonpath-plus@^5.0.7