mobx-state-tree
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -68,3 +68,3 @@ import { ObservableMap, IMapWillChange, IMapDidChange } from "mobx"; | ||
*/ | ||
export declare function map<S, T>(subtype: IType<S, T>): IComplexType<{ | ||
export declare function map<S, T>(subtype: IComplexType<S, T>): IComplexType<{ | ||
[key: string]: S; | ||
@@ -71,0 +71,0 @@ }, IExtendedObservableMap<T>>; |
{ | ||
"name": "mobx-state-tree", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -5,0 +5,0 @@ "main": "dist/mobx-state-tree.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
548065
10435