@lostelk/nearest-color
Advanced tools
Comparing version 1.0.22-alpha to 1.0.23-alpha
{ | ||
"name": "@lostelk/nearest-color", | ||
"version": "1.0.22-alpha", | ||
"version": "1.0.23-alpha", | ||
"description": "Discover the nearest color from a predefined collection of colors.", | ||
@@ -9,10 +9,11 @@ "main": "./dist/index.cjs", | ||
"unpkg": "./dist/index.umd.js", | ||
"types": "./dist/index.d.cts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
} | ||
}, | ||
"typesVersions": { | ||
@@ -22,3 +23,3 @@ "*": { | ||
"./dist/*", | ||
"./dist/index.d.cts" | ||
"./dist/index.d.ts" | ||
] | ||
@@ -70,2 +71,3 @@ } | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"ts-jest": "^29.1.1", | ||
@@ -72,0 +74,0 @@ "tslib": "^2.6.2", |
Sorry, the diff of this file is not supported yet
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
67270
285
15