mobx-state-tree
Advanced tools
Comparing version 5.1.6 to 5.1.7
@@ -92,5 +92,3 @@ import { IAnyType, IType, _CustomOrOther, _NotCustomized, Instance } from "../../internal"; | ||
}): IModelType<PROPS, OTHERS & A & V & VS, CustomC, CustomS>; | ||
/** @deprecated See `types.snapshotProcessor` */ | ||
preProcessSnapshot<NewC = ModelCreationType2<PROPS, CustomC>>(fn: (snapshot: NewC) => ModelCreationType2<PROPS, CustomC>): IModelType<PROPS, OTHERS, NewC, CustomS>; | ||
/** @deprecated See `types.snapshotProcessor` */ | ||
postProcessSnapshot<NewS = ModelSnapshotType2<PROPS, CustomS>>(fn: (snapshot: ModelSnapshotType2<PROPS, CustomS>) => NewS): IModelType<PROPS, OTHERS, CustomC, NewS>; | ||
@@ -97,0 +95,0 @@ } |
{ | ||
"name": "mobx-state-tree", | ||
"version": "5.1.6", | ||
"version": "5.1.7", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -89,3 +89,3 @@ "main": "dist/mobx-state-tree.js", | ||
], | ||
"gitHead": "6a50d79a114811b492b98c37b0bbb35d6c9d9155" | ||
"gitHead": "0c07dd4243db57ba8a6c44a7ddb7cc506f1d63f2" | ||
} |
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
1249833
27806