@lostelk/nearest-color
Advanced tools
Comparing version 1.0.12-alpha to 1.0.13-alpha
{ | ||
"name": "@lostelk/nearest-color", | ||
"version": "1.0.12-alpha", | ||
"version": "1.0.13-alpha", | ||
"description": "Discover the nearest color from a predefined collection of colors.", | ||
@@ -9,15 +9,15 @@ "main": "dist/index.cjs", | ||
"unpkg": "dist/index.umd.js", | ||
"types": "dist/index.d.cts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./dist/index.mjs", | ||
"types":"./dist/index.d.mts" | ||
"types":"./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"default": "./dist/index.cjs", | ||
"types":"./dist/index.d.cts" | ||
"types":"./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
} | ||
}, | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -24,0 +24,0 @@ "dist" |
66897