@formkit/core
Advanced tools
Comparing version 1.0.0-beta.6-f937439 to 1.0.0-beta.7-0ba8ad7
@@ -525,2 +525,3 @@ /** | ||
input: FormKitDispatcher<any>; | ||
message: FormKitDispatcher<FormKitMessage>; | ||
prop: FormKitDispatcher<{ | ||
@@ -671,3 +672,3 @@ prop: string | symbol; | ||
*/ | ||
add: (node: FormKitNode) => FormKitNode; | ||
add: (node: FormKitNode, index?: number) => FormKitNode; | ||
/** | ||
@@ -834,2 +835,3 @@ * Gets a node at another address. Addresses are dot-syntax paths (or arrays) | ||
children: FormKitNode[] | Set<FormKitNode>; | ||
index?: number; | ||
plugins: FormKitPlugin[]; | ||
@@ -836,0 +838,0 @@ alias: string; |
{ | ||
"name": "@formkit/core", | ||
"version": "1.0.0-beta.6-f937439", | ||
"version": "1.0.0-beta.7-0ba8ad7", | ||
"type": "module", | ||
@@ -36,5 +36,5 @@ "description": "The framework agnostic core of FormKit", | ||
"dependencies": { | ||
"@formkit/utils": "1.0.0-beta.6-f937439" | ||
"@formkit/utils": "1.0.0-beta.7-0ba8ad7" | ||
}, | ||
"devDependencies": {} | ||
} |
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
204996
6125
+ Added@formkit/utils@1.0.0-beta.7-0ba8ad7(transitive)
- Removed@formkit/utils@1.0.0-beta.6-f937439(transitive)