@ch-ui/colors
Advanced tools
Comparing version 0.4.2 to 0.4.4
{ | ||
"name": "@ch-ui/colors", | ||
"version": "0.4.1", | ||
"version": "0.4.4", | ||
"description": "Procedural color algorithms based upon drawing helical bézier curves in LAB space.", | ||
@@ -11,10 +11,9 @@ "bugs": "https://github.com/thure/ch-ui/issues", | ||
"engines": { | ||
"node": ">=12.0.0", | ||
"pnpm": ">=7.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
"main": "./src/index.js", | ||
"publishConfig": { | ||
"main": "dist/lib/index.js", | ||
"module": "dist/lib/index.js", | ||
"types": "types/src/index.d.ts" | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/src/index.d.ts" | ||
}, | ||
@@ -21,0 +20,0 @@ "files": [ |
{ | ||
"name": "@ch-ui/colors", | ||
"version": "0.4.2", | ||
"version": "0.4.4", | ||
"description": "Procedural color algorithms based upon drawing helical bézier curves in LAB space.", | ||
@@ -11,6 +11,5 @@ "bugs": "https://github.com/thure/ch-ui/issues", | ||
"engines": { | ||
"node": ">=12.0.0", | ||
"pnpm": ">=7.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
"main": "dist/lib/index.js", | ||
"main": "dist/cjs/index.cjs", | ||
"files": [ | ||
@@ -20,4 +19,4 @@ "src", | ||
], | ||
"module": "dist/lib/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/src/index.d.ts" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97904
29
2880
1