@palett/presets
Advanced tools
Comparing version 0.11.6 to 0.12.0
{ | ||
"name": "@palett/presets", | ||
"version": "0.11.6", | ||
"version": "0.12.0", | ||
"description": "A color converter", | ||
"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/rand": "^0.6.8", | ||
"@palett/convert": "^0.11.6", | ||
"@palett/enum-ansi-codes": "^0.11.6", | ||
"@palett/stringify": "^0.11.6", | ||
"@palett/util-ansi": "^0.11.6", | ||
"@vect/vector-init": "^0.7.16" | ||
"@aryth/math": "^0.7.0", | ||
"@aryth/rand": "^0.7.0", | ||
"@vect/vector-init": "^0.8.0", | ||
"@palett/cards": "^0.12.0", | ||
"@palett/enum-ansi-codes": "^0.12.0", | ||
"@palett/convert": "^0.12.0", | ||
"@palett/util-ansi": "^0.12.0", | ||
"@palett/stringify": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"@vect/object-init": "^0.7.16" | ||
"@vect/object-init": "^0.8.0" | ||
}, | ||
@@ -53,3 +50,7 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/palett/presets#readme", | ||
"gitHead": "fb11aaa9ca0dd3519399207040349141a028e3f9" | ||
} | ||
"gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/test.index.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ ## @palett/presets |
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
14088
8
4
238
1
+ Added@palett/cards@^0.12.0
+ Added@aryth/comparer@0.7.3(transitive)
+ Added@aryth/math@0.7.3(transitive)
+ Added@aryth/rand@0.7.3(transitive)
+ Added@palett/cards@0.12.0(transitive)
+ Added@palett/convert@0.12.0(transitive)
+ Added@palett/enum-ansi-codes@0.12.0(transitive)
+ Added@palett/stringify@0.12.0(transitive)
+ Added@palett/util-ansi@0.12.0(transitive)
+ Added@typen/nullish@0.2.0(transitive)
+ Added@vect/vector-init@0.8.0(transitive)
+ Addedpalett@0.1.1(transitive)
+ Addedpalett-presets@0.1.1(transitive)
- Removed@aryth/comparer@0.6.9(transitive)
- Removed@aryth/rand@0.6.9(transitive)
- Removed@palett/convert@0.11.6(transitive)
- Removed@palett/enum-ansi-codes@0.11.6(transitive)
- Removed@palett/stringify@0.11.6(transitive)
- Removed@palett/util-ansi@0.11.6(transitive)
- Removed@vect/vector-init@0.7.20(transitive)
Updated@aryth/math@^0.7.0
Updated@aryth/rand@^0.7.0
Updated@palett/convert@^0.12.0
Updated@palett/stringify@^0.12.0
Updated@palett/util-ansi@^0.12.0
Updated@vect/vector-init@^0.8.0