mobx-state-tree
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -24,14 +24,3 @@ import { IInterceptor, IKeyValueMap, IMapDidChange, IMapWillChange, Lambda } from "mobx"; | ||
replace(values: IMSTMap<IType<any, any, IT["TypeWithoutSTN"]>> | IKeyValueMap<ExtractCSTWithSTN<IT>> | any): this; | ||
/** | ||
* Returns a plain object that represents this map. | ||
* Note that all the keys being stringified. | ||
* If there are duplicating keys after converting them to strings, behaviour is undetermined. | ||
*/ | ||
toPOJO(): IKeyValueMap<IT["SnapshotType"]>; | ||
toJSON(): IKeyValueMap<IT["SnapshotType"]>; | ||
/** | ||
* Returns a shallow non observable object clone of this map. | ||
* Note that the values might still be observable. For a deep clone use mobx.toJS. | ||
*/ | ||
toJS(): Map<string, IT["Type"]>; | ||
toString(): string; | ||
@@ -38,0 +27,0 @@ [Symbol.toStringTag]: "Map"; |
{ | ||
"name": "mobx-state-tree", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -73,4 +73,4 @@ "main": "dist/mobx-state-tree.js", | ||
"tslint": "^6.1.2", | ||
"typedoc": "^0.15.0", | ||
"typedoc-plugin-markdown": "^2.0.10", | ||
"typedoc": "0.15.8", | ||
"typedoc-plugin-markdown": "2.2.11", | ||
"typescript": "^3.5.3" | ||
@@ -90,3 +90,3 @@ }, | ||
], | ||
"gitHead": "e6025cc3d62094fc2b4272ff53607c862efd1975" | ||
"gitHead": "7982d7430533d67154e3619886efe77b661fde62" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1245370
27699