@storex/core
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -14,3 +14,3 @@ export interface dependenceDispatcher { | ||
dispatcher: Dispatcher; | ||
on: string[]; | ||
on?: string[]; | ||
} | ||
@@ -17,0 +17,0 @@ export declare class Dispatcher<T = any> { |
{ | ||
"name": "@storex/core", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "Binding store to your app", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
12178