@formkit/addons
Advanced tools
Comparing version
{ | ||
"name": "@formkit/addons", | ||
"type": "module", | ||
"version": "1.5.0-e10ee61", | ||
"version": "1.5.0-fd1b1b4", | ||
"description": "Optional features you can add to your FormKit inputs.", | ||
"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" | ||
} | ||
}, | ||
@@ -38,5 +43,5 @@ "./css/multistep": "./dist/css/multistep.css", | ||
"@formkit/auto-animate": "latest", | ||
"@formkit/core": "1.5.0-e10ee61", | ||
"@formkit/inputs": "1.5.0-e10ee61", | ||
"@formkit/utils": "1.5.0-e10ee61" | ||
"@formkit/core": "1.5.0-fd1b1b4", | ||
"@formkit/inputs": "1.5.0-fd1b1b4", | ||
"@formkit/utils": "1.5.0-fd1b1b4" | ||
}, | ||
@@ -43,0 +48,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
346676
193.57%15
50%3220
8.16%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated