@thi.ng/color 5.6.51 → 5.6.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/package.json +19 -20
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.53",
|
|
4
4
|
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,33 +40,31 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/arrays": "^2.9.
|
|
45
|
-
"@thi.ng/binary": "^3.4.
|
|
46
|
-
"@thi.ng/checks": "^3.6.
|
|
47
|
-
"@thi.ng/compare": "^2.
|
|
48
|
-
"@thi.ng/compose": "^3.0.
|
|
49
|
-
"@thi.ng/defmulti": "^3.0.
|
|
50
|
-
"@thi.ng/errors": "^2.5.
|
|
51
|
-
"@thi.ng/math": "^5.11.
|
|
52
|
-
"@thi.ng/random": "^4.0.
|
|
53
|
-
"@thi.ng/strings": "^3.8.
|
|
54
|
-
"@thi.ng/transducers": "^9.0.
|
|
55
|
-
"@thi.ng/vectors": "^7.11.
|
|
43
|
+
"@thi.ng/api": "^8.11.8",
|
|
44
|
+
"@thi.ng/arrays": "^2.9.14",
|
|
45
|
+
"@thi.ng/binary": "^3.4.31",
|
|
46
|
+
"@thi.ng/checks": "^3.6.10",
|
|
47
|
+
"@thi.ng/compare": "^2.4.0",
|
|
48
|
+
"@thi.ng/compose": "^3.0.11",
|
|
49
|
+
"@thi.ng/defmulti": "^3.0.46",
|
|
50
|
+
"@thi.ng/errors": "^2.5.14",
|
|
51
|
+
"@thi.ng/math": "^5.11.6",
|
|
52
|
+
"@thi.ng/random": "^4.0.2",
|
|
53
|
+
"@thi.ng/strings": "^3.8.2",
|
|
54
|
+
"@thi.ng/transducers": "^9.0.13",
|
|
55
|
+
"@thi.ng/vectors": "^7.11.7"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@microsoft/api-extractor": "^7.47.
|
|
58
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
59
59
|
"esbuild": "^0.23.0",
|
|
60
|
-
"typedoc": "^0.26.
|
|
61
|
-
"typescript": "^5.5.
|
|
60
|
+
"typedoc": "^0.26.5",
|
|
61
|
+
"typescript": "^5.5.4"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
64
64
|
"color",
|
|
65
65
|
"conversion",
|
|
66
66
|
"cosine",
|
|
67
67
|
"css",
|
|
68
|
-
"D50",
|
|
69
|
-
"D65",
|
|
70
68
|
"distance",
|
|
71
69
|
"filter",
|
|
72
70
|
"gamma",
|
|
@@ -82,6 +80,7 @@
|
|
|
82
80
|
"lch",
|
|
83
81
|
"matrix",
|
|
84
82
|
"oklab",
|
|
83
|
+
"palette",
|
|
85
84
|
"random",
|
|
86
85
|
"rgb",
|
|
87
86
|
"sort",
|
|
@@ -445,5 +444,5 @@
|
|
|
445
444
|
"vectors"
|
|
446
445
|
]
|
|
447
446
|
},
|
|
448
|
-
"gitHead": "
|
|
447
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
449
448
|
}
|