@formkit/core
Advanced tools
Comparing version 1.5.0-81c16e6 to 1.5.0-a744393
{ | ||
"name": "@formkit/core", | ||
"version": "1.5.0-81c16e6", | ||
"version": "1.5.0-a744393", | ||
"description": "The framework agnostic core of FormKit", | ||
"type": "module", | ||
"description": "The framework agnostic core of FormKit", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"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" | ||
} | ||
}, | ||
@@ -28,3 +34,2 @@ "./*": "./dist/*" | ||
}, | ||
"types": "dist/index.d.ts", | ||
"contributors": [ | ||
@@ -35,3 +40,3 @@ "Justin Schroeder <justin@formkit.com>" | ||
"dependencies": { | ||
"@formkit/utils": "1.5.0-81c16e6" | ||
"@formkit/utils": "1.5.0-a744393" | ||
}, | ||
@@ -38,0 +43,0 @@ "devDependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
929451
11
5629
+ Added@formkit/utils@1.5.0-a744393(transitive)
- Removed@formkit/utils@1.5.0-81c16e6(transitive)
Updated@formkit/utils@1.5.0-a744393