mobx-keystone
Advanced tools
Comparing version 0.51.0 to 0.51.1
@@ -7,3 +7,5 @@ import { ModelClass } from "../model/BaseModel"; | ||
id: import("..").MaybeOptionalModelProp<string, string>; | ||
}, "$modelId">; | ||
} & { | ||
$modelId: import("..").ModelProp<string, string, string, string, string, true>; | ||
}>; | ||
/** | ||
@@ -10,0 +12,0 @@ * A reference model base type. |
declare const ArraySet_base: import("../model/Model")._Model<unknown, { | ||
items: import("..").OptionalModelProp<any[], any[]>; | ||
}, "$modelId">; | ||
} & { | ||
$modelId: import("..").ModelProp<string, string, string, string, string, true>; | ||
}>; | ||
/** | ||
@@ -5,0 +7,0 @@ * A set that is backed by an array. |
@@ -7,3 +7,5 @@ declare const ObjectMap_base: import("../model/Model")._Model<unknown, { | ||
}>; | ||
}, "$modelId">; | ||
} & { | ||
$modelId: import("..").ModelProp<string, string, string, string, string, true>; | ||
}>; | ||
/** | ||
@@ -10,0 +12,0 @@ * A map that is backed by an object-like map. |
{ | ||
"name": "mobx-keystone", | ||
"version": "0.51.0", | ||
"version": "0.51.1", | ||
"description": "A MobX powered state management solution based on data trees with first class support for Typescript, snapshots, patches and much more", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4211701
33530