@formkit/validation
Advanced tools
Comparing version
{ | ||
"name": "@formkit/validation", | ||
"version": "1.5.0-7533531", | ||
"version": "1.5.0-081ab91", | ||
"type": "module", | ||
"description": "Validation plugin for FormKit", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/index.d.cts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"development": "./dist/index.dev.mjs", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -34,5 +39,5 @@ "./*": "./dist/*" | ||
"dependencies": { | ||
"@formkit/core": "1.5.0-7533531", | ||
"@formkit/observer": "1.5.0-7533531", | ||
"@formkit/utils": "1.5.0-7533531" | ||
"@formkit/core": "1.5.0-081ab91", | ||
"@formkit/observer": "1.5.0-081ab91", | ||
"@formkit/utils": "1.5.0-081ab91" | ||
}, | ||
@@ -39,0 +44,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
135872
210.42%11
83.33%1044
-8.98%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated