mobx-keystone
Advanced tools
Comparing version 0.56.1 to 0.56.2
# Change Log | ||
## 0.56.2 | ||
- Fixed an issue with typings not working properly for model properties (probably introduced in v0.55.0). | ||
## 0.56.1 | ||
- Fixed webpack import section in `package.json`. | ||
@@ -4,0 +10,0 @@ - Made `onInit`, `onAttachedToRootStore` and `onLazyInit` protected. |
@@ -40,2 +40,6 @@ import { dataTypeSymbol } from "../modelShared/BaseModelShared"; | ||
/** | ||
* @ignore | ||
*/ | ||
export declare type BaseDataModelKeys = keyof AnyDataModel | "onLazyInit"; | ||
/** | ||
* Any kind of data model instance. | ||
@@ -42,0 +46,0 @@ */ |
@@ -91,2 +91,6 @@ import type { O } from "ts-toolbelt"; | ||
/** | ||
* @ignore | ||
*/ | ||
export declare type BaseModelKeys = keyof AnyModel | "onInit" | "onAttachedToRootStore"; | ||
/** | ||
* Any kind of model instance. | ||
@@ -93,0 +97,0 @@ */ |
{ | ||
"name": "mobx-keystone", | ||
"version": "0.56.1", | ||
"version": "0.56.2", | ||
"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": [ |
@@ -105,3 +105,3 @@ import { dataTypeSymbol, ModelClass } from "../modelShared/BaseModelShared" | ||
/** | ||
* @internal | ||
* @ignore | ||
*/ | ||
@@ -108,0 +108,0 @@ export type BaseDataModelKeys = keyof AnyDataModel | "onLazyInit" |
@@ -171,3 +171,3 @@ import { observable } from "mobx" | ||
/** | ||
* @internal | ||
* @ignore | ||
*/ | ||
@@ -174,0 +174,0 @@ export type BaseModelKeys = keyof AnyModel | "onInit" | "onAttachedToRootStore" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2662074
18537