Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2
{ | ||
"name": "refect", | ||
"version": "0.1.0-alpha.1", | ||
"version": "0.1.0-alpha.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -104,2 +104,5 @@ import { get, getActionType, is, check, map, deepBindActions } from 'utils'; | ||
}, | ||
dispatch(action, ...args) { | ||
return getStore().dispatch(action, ...args); | ||
}, | ||
watch(pattern, task, ...args) { | ||
@@ -106,0 +109,0 @@ check(is.func(task), 'task in watch should be an function'); |
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
53224
1304