@formily/json-schema
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -404,2 +404,5 @@ /// <reference types="node" /> | ||
} | ||
interface IFieldActions { | ||
[key: string]: (...args: any[]) => any; | ||
} | ||
@@ -469,2 +472,3 @@ declare type LifeCycleParams<Payload> = Array<string | LifeCycleHandler<Payload> | { | ||
disposers: (() => void)[]; | ||
actions: IFieldActions; | ||
locate(address: Pattern): void; | ||
@@ -513,2 +517,4 @@ get indexes(): string | number[]; | ||
match: (pattern: Pattern) => boolean; | ||
inject: (actions: IFieldActions) => void; | ||
invoke: (name: string, ...args: any[]) => any; | ||
} | ||
@@ -515,0 +521,0 @@ |
{ | ||
"name": "@formily/json-schema", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"license": "MIT", | ||
@@ -33,5 +33,5 @@ "main": "lib", | ||
"dependencies": { | ||
"@formily/core": "2.2.3", | ||
"@formily/reactive": "2.2.3", | ||
"@formily/shared": "2.2.3" | ||
"@formily/core": "2.2.4", | ||
"@formily/reactive": "2.2.4", | ||
"@formily/shared": "2.2.4" | ||
}, | ||
@@ -41,3 +41,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "55872824ec21efb7d2c190935d0010d1efec3f95" | ||
"gitHead": "5acb7e1abf745e9b81c9612c1eae329ff8321432" | ||
} |
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
449662
4574
+ Added@formily/core@2.2.4(transitive)
+ Added@formily/path@2.2.4(transitive)
+ Added@formily/reactive@2.2.4(transitive)
+ Added@formily/shared@2.2.4(transitive)
+ Added@formily/validator@2.2.4(transitive)
- Removed@formily/core@2.2.3(transitive)
- Removed@formily/path@2.2.3(transitive)
- Removed@formily/reactive@2.2.3(transitive)
- Removed@formily/shared@2.2.3(transitive)
- Removed@formily/validator@2.2.3(transitive)
Updated@formily/core@2.2.4
Updated@formily/reactive@2.2.4
Updated@formily/shared@2.2.4