mobx-state-tree
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -18,3 +18,3 @@ import { IObservableArray } from "mobx"; | ||
/** @hidden */ | ||
export interface IArrayType<IT extends IAnyType> extends IType<IT["CreationType"][] | undefined, IT["SnapshotType"][], IMSTArray<IT>> { | ||
export interface IArrayType<IT extends IAnyType> extends IType<readonly IT["CreationType"][] | undefined, IT["SnapshotType"][], IMSTArray<IT>> { | ||
hooks(hooks: IHooksGetter<IMSTArray<IAnyType>>): IArrayType<IT>; | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "mobx-state-tree", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -89,3 +89,3 @@ "main": "dist/mobx-state-tree.js", | ||
], | ||
"gitHead": "b98129f89852b6680126e74f9ae3c58bf20d6cf2" | ||
"gitHead": "6a50d79a114811b492b98c37b0bbb35d6c9d9155" | ||
} |
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
1249939