@storex/core
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -35,3 +35,2 @@ export interface dependenceDispatcher { | ||
dispatch(eventNames?: string[]): void; | ||
destroy: () => void; | ||
} |
@@ -67,5 +67,2 @@ "use strict"; | ||
}; | ||
this.destroy = () => { | ||
// todo | ||
}; | ||
// todo dependencies | ||
@@ -72,0 +69,0 @@ this._events = new Set(events); |
{ | ||
"name": "@storex/core", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "Binding store to your app", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
14890
390