@lostelk/nearest-color
Advanced tools
Comparing version 1.0.21-alpha to 1.0.22-alpha
{ | ||
"name": "@lostelk/nearest-color", | ||
"version": "1.0.21-alpha", | ||
"version": "1.0.22-alpha", | ||
"description": "Discover the nearest color from a predefined collection of colors.", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"browser": "dist/index.umd.js", | ||
"unpkg": "dist/index.umd.js", | ||
"types": "dist/index.d.cts", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"browser": "./dist/index.umd.js", | ||
"unpkg": "./dist/index.umd.js", | ||
"types": "./dist/index.d.cts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/index.mjs" | ||
} | ||
@@ -15,0 +16,0 @@ }, |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
67194