@formkit/addons
Advanced tools
Comparing version 1.4.0 to 1.5.0-3001515
{ | ||
"name": "@formkit/addons", | ||
"type": "module", | ||
"version": "1.4.0", | ||
"version": "1.5.0-3001515", | ||
"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,8 +43,8 @@ "./css/multistep": "./dist/css/multistep.css", | ||
"@formkit/auto-animate": "latest", | ||
"@formkit/core": "1.4.0", | ||
"@formkit/inputs": "1.4.0", | ||
"@formkit/utils": "1.4.0" | ||
"@formkit/core": "1.5.0-3001515", | ||
"@formkit/inputs": "1.5.0-3001515", | ||
"@formkit/utils": "1.5.0-3001515" | ||
}, | ||
"devDependencies": { | ||
"@formkit/vue": "^1.3.2" | ||
"@formkit/vue": "^1.4.0" | ||
}, | ||
@@ -46,0 +51,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
346676
15
3220
2
+ Added@formkit/core@1.5.0-3001515(transitive)
+ Added@formkit/inputs@1.5.0-3001515(transitive)
+ Added@formkit/utils@1.5.0-3001515(transitive)
- Removed@formkit/core@1.4.0(transitive)
- Removed@formkit/inputs@1.4.0(transitive)
- Removed@formkit/utils@1.4.0(transitive)
Updated@formkit/core@1.5.0-3001515
Updated@formkit/utils@1.5.0-3001515