Comparing version 0.26.0 to 0.26.1
{ | ||
"name": "cerebral", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "A state controller with its own debugger", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -18,3 +18,3 @@ var utils = require('./utils.js'); | ||
} else { | ||
return currentState[path.join('.')] = model.accessors.get(path); | ||
return currentState[path.join('.%.')] = model.accessors.get(path); | ||
} | ||
@@ -32,3 +32,3 @@ }; | ||
} else { | ||
return model.accessors.get(key) !== currentState[key]; | ||
return model.accessors.get(key.split('.%.')) !== currentState[key]; | ||
} | ||
@@ -35,0 +35,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4351295