@thi.ng/color 5.2.14 → 5.2.16
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/README.md +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ For the Clojure version, please visit: [thi.ng/color-clj](https://thi.ng/color-c
|
|
|
34
34
|
|
|
35
35
|
## About
|
|
36
36
|
|
|
37
|
-
Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets
|
|
37
|
+
Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets.
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.16",
|
|
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",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.6.
|
|
40
|
-
"@thi.ng/arrays": "^2.
|
|
41
|
-
"@thi.ng/binary": "^3.3.
|
|
42
|
-
"@thi.ng/checks": "^3.3.
|
|
43
|
-
"@thi.ng/compare": "^2.1.
|
|
44
|
-
"@thi.ng/compose": "^2.1.
|
|
45
|
-
"@thi.ng/defmulti": "^2.1.
|
|
46
|
-
"@thi.ng/errors": "^2.2.
|
|
47
|
-
"@thi.ng/math": "^5.3.
|
|
48
|
-
"@thi.ng/random": "^3.3.
|
|
49
|
-
"@thi.ng/strings": "^3.3.
|
|
50
|
-
"@thi.ng/transducers": "^8.3.
|
|
51
|
-
"@thi.ng/vectors": "^7.5.
|
|
39
|
+
"@thi.ng/api": "^8.6.2",
|
|
40
|
+
"@thi.ng/arrays": "^2.5.0",
|
|
41
|
+
"@thi.ng/binary": "^3.3.15",
|
|
42
|
+
"@thi.ng/checks": "^3.3.6",
|
|
43
|
+
"@thi.ng/compare": "^2.1.21",
|
|
44
|
+
"@thi.ng/compose": "^2.1.23",
|
|
45
|
+
"@thi.ng/defmulti": "^2.1.26",
|
|
46
|
+
"@thi.ng/errors": "^2.2.7",
|
|
47
|
+
"@thi.ng/math": "^5.3.18",
|
|
48
|
+
"@thi.ng/random": "^3.3.20",
|
|
49
|
+
"@thi.ng/strings": "^3.3.22",
|
|
50
|
+
"@thi.ng/transducers": "^8.3.29",
|
|
51
|
+
"@thi.ng/vectors": "^7.5.30"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@microsoft/api-extractor": "^7.33.7",
|
|
55
|
-
"@thi.ng/testament": "^0.3.
|
|
55
|
+
"@thi.ng/testament": "^0.3.8",
|
|
56
56
|
"rimraf": "^3.0.2",
|
|
57
57
|
"tools": "^0.0.1",
|
|
58
58
|
"typedoc": "^0.23.22",
|
|
@@ -424,5 +424,5 @@
|
|
|
424
424
|
"vectors"
|
|
425
425
|
]
|
|
426
426
|
},
|
|
427
|
-
"gitHead": "
|
|
427
|
+
"gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
|
|
428
428
|
}
|