@formkit/icons
Advanced tools
Comparing version 1.5.0-11da1c5 to 1.5.0-180b85c
{ | ||
"name": "@formkit/icons", | ||
"version": "1.5.0-11da1c5", | ||
"version": "1.5.0-180b85c", | ||
"type": "module", | ||
"description": "Icons for 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" | ||
} | ||
}, | ||
@@ -34,3 +39,3 @@ "./*": "./dist/*" | ||
"dependencies": { | ||
"@formkit/core": "1.5.0-11da1c5" | ||
"@formkit/core": "1.5.0-180b85c" | ||
}, | ||
@@ -37,0 +42,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1055856
153
3024
+ Added@formkit/core@1.5.0-180b85c(transitive)
+ Added@formkit/utils@1.5.0-180b85c(transitive)
- Removed@formkit/core@1.5.0-11da1c5(transitive)
- Removed@formkit/utils@1.5.0-11da1c5(transitive)
Updated@formkit/core@1.5.0-180b85c