@lostelk/nearest-color
Advanced tools
Comparing version 1.0.11-alpha to 1.0.12-alpha
{ | ||
"name": "@lostelk/nearest-color", | ||
"version": "1.0.11-alpha", | ||
"version": "1.0.12-alpha", | ||
"description": "Discover the nearest color from a predefined collection of colors.", | ||
@@ -11,4 +11,10 @@ "main": "dist/index.cjs", | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"import": { | ||
"default": "./dist/index.mjs", | ||
"types":"./dist/index.d.mts" | ||
}, | ||
"require": { | ||
"default": "./dist/index.cjs", | ||
"types":"./dist/index.d.cts" | ||
} | ||
} | ||
@@ -15,0 +21,0 @@ }, |
66896
6
239