proxy-state-tree
Advanced tools
Comparing version 1.0.0-1532121829928 to 1.0.0-1532124883785
@@ -6,3 +6,3 @@ import { IS_PROXY, STATUS } from './proxify'; | ||
}; | ||
declare type Mutation = { | ||
export declare type Mutation = { | ||
method: string; | ||
@@ -9,0 +9,0 @@ path: string; |
@@ -6,3 +6,3 @@ import { IS_PROXY, STATUS } from './proxify'; | ||
}; | ||
declare type Mutation = { | ||
export declare type Mutation = { | ||
method: string; | ||
@@ -9,0 +9,0 @@ path: string; |
{ | ||
"name": "proxy-state-tree", | ||
"version": "1.0.0-1532121829928", | ||
"version": "1.0.0-1532124883785", | ||
"description": "An implementation of the Mobx/Vue state tracking approach, for library authors", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
205434