Comparing version 2.6.11 to 2.6.12
@@ -77,3 +77,5 @@ "use strict"; | ||
}), | ||
value = _changedValueVars.value, | ||
listenProp = _changedValueVars.listenProp, | ||
listenProps = _changedValueVars.listenProps, | ||
listenValue = _changedValueVars.listenValue, | ||
vars = _changedValueVars.vars; | ||
@@ -83,3 +85,5 @@ | ||
return listener((0, _objectSpread2.default)({}, options, vars, { | ||
value: value | ||
listenProp: listenProp, | ||
listenProps: listenProps, | ||
listenValue: listenValue | ||
})); | ||
@@ -188,2 +192,3 @@ } | ||
return { | ||
listenValue: state, | ||
value: state, | ||
@@ -203,3 +208,2 @@ vars: {} | ||
return { | ||
value: state, | ||
vars: vars | ||
@@ -210,3 +214,5 @@ }; | ||
return { | ||
value: _dotPropImmutable.default.get(state, matchProps), | ||
listenProp: matchProps.join("."), | ||
listenProps: matchProps, | ||
listenValue: _dotPropImmutable.default.get(state, matchProps), | ||
vars: changedMatch({ | ||
@@ -213,0 +219,0 @@ matchProps: matchProps, |
@@ -382,2 +382,5 @@ "use strict"; | ||
return _context5.abrupt("return", { | ||
listenProp: prop, | ||
listenProps: props, | ||
listenValue: value, | ||
prev: value, | ||
@@ -384,0 +387,0 @@ prevState: this.state, |
{ | ||
"name": "dot-store", | ||
"version": "2.6.11", | ||
"version": "2.6.12", | ||
"description": "Like Redux, but easy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
61187
958