@palett/convert
Advanced tools
Comparing version 0.11.6 to 0.12.0
{ | ||
"name": "@palett/convert", | ||
"version": "0.11.6", | ||
"version": "0.12.0", | ||
"description": "A color converter among RGB, HEX and HSL.", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/test.index.js" | ||
}, | ||
"dependencies": { | ||
"@aryth/math": "^0.6.8", | ||
"@aryth/math": "^0.7.0", | ||
"@ject/oneself": "^0.0.17" | ||
@@ -47,3 +43,12 @@ }, | ||
"homepage": "https://github.com/hoyeungw/palett/rgb#readme", | ||
"gitHead": "fb11aaa9ca0dd3519399207040349141a028e3f9" | ||
} | ||
"gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1", | ||
"devDependencies": { | ||
"@palett/dye": "^0.11.6", | ||
"@palett/enum-color-space": "^0.11.6", | ||
"@palett/enum-font-effects": "^0.11.6" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/test.index.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ ## @palett/convert |
Sorry, the diff of this file is not supported yet
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
Yes
8653
3
4
197
1
+ Added@aryth/math@0.7.3(transitive)
- Removed@aryth/math@0.6.9(transitive)
Updated@aryth/math@^0.7.0