Comparing version 2.6.9 to 2.6.10
@@ -183,9 +183,8 @@ "use strict"; | ||
var state = options.state; | ||
var defaultVars = { | ||
value: state, | ||
vars: {} | ||
}; | ||
if (!prop) { | ||
return defaultVars; | ||
return { | ||
value: state, | ||
vars: {} | ||
}; | ||
} | ||
@@ -201,3 +200,6 @@ | ||
if (!vars) { | ||
return defaultVars; | ||
return { | ||
value: state, | ||
vars: vars | ||
}; | ||
} | ||
@@ -204,0 +206,0 @@ |
{ | ||
"name": "dot-store", | ||
"version": "2.6.9", | ||
"version": "2.6.10", | ||
"description": "Like Redux, but easy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
949
60077