@formkit/core
Advanced tools
Comparing version 1.0.0-beta.5-426c03a to 1.0.0-beta.5-bd20073
@@ -449,2 +449,7 @@ /** | ||
/** | ||
* True when the input has completed its internal debounce cycle and the | ||
* value was committed to the form. | ||
*/ | ||
settled: boolean; | ||
/** | ||
* If the form has been submitted. | ||
@@ -451,0 +456,0 @@ */ |
{ | ||
"name": "@formkit/core", | ||
"version": "1.0.0-beta.5-426c03a", | ||
"version": "1.0.0-beta.5-bd20073", | ||
"type": "module", | ||
@@ -36,5 +36,5 @@ "description": "The framework agnostic core of FormKit", | ||
"dependencies": { | ||
"@formkit/utils": "1.0.0-beta.5-426c03a" | ||
"@formkit/utils": "1.0.0-beta.5-bd20073" | ||
}, | ||
"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
194391
5795
+ Added@formkit/utils@1.0.0-beta.5-bd20073(transitive)
- Removed@formkit/utils@1.0.0-beta.5-426c03a(transitive)