json-rules-engine
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,4 @@ | ||
#### 5.0.2 / 2020-01-18 | ||
* BUGFIX: Add missing `DEBUG` log for almanac.addRuntimeFact() | ||
#### 5.0.1 / 2020-01-18 | ||
@@ -2,0 +5,0 @@ * BUGFIX: `DEBUG` envs works with cookies disables |
@@ -112,2 +112,3 @@ 'use strict'; | ||
value: function addRuntimeFact(factId, value) { | ||
(0, _debug2.default)('almanac::addRuntimeFact id:' + factId); | ||
var fact = new _fact2.default(factId, value); | ||
@@ -114,0 +115,0 @@ return this._addConstantFact(fact); |
{ | ||
"name": "json-rules-engine", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Rules Engine expressed in simple json", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
73089
1335