@thi.ng/color 5.8.7 → 5.8.8
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/README.md +2 -2
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -878,4 +878,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
878
878
|
|
|
879
879
|
## License
|
|
880
880
|
|
|
881
|
-
© 2016 -
|
|
881
|
+
© 2016 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.8",
|
|
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",
|
|
@@ -43,19 +43,19 @@
|
|
|
43
43
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@thi.ng/api": "^8.12.
|
|
47
|
-
"@thi.ng/arrays": "^2.14.
|
|
48
|
-
"@thi.ng/binary": "^3.6.
|
|
49
|
-
"@thi.ng/checks": "^3.8.
|
|
50
|
-
"@thi.ng/compare": "^2.4.
|
|
51
|
-
"@thi.ng/compose": "^3.0.
|
|
52
|
-
"@thi.ng/defmulti": "^3.0.
|
|
53
|
-
"@thi.ng/errors": "^2.6.
|
|
54
|
-
"@thi.ng/math": "^5.15.
|
|
55
|
-
"@thi.ng/random": "^4.1.
|
|
56
|
-
"@thi.ng/strings": "^3.9.
|
|
57
|
-
"@thi.ng/transducers": "^9.6.
|
|
58
|
-
"@thi.ng/vectors": "^8.6.
|
|
46
|
+
"@thi.ng/api": "^8.12.12",
|
|
47
|
+
"@thi.ng/arrays": "^2.14.5",
|
|
48
|
+
"@thi.ng/binary": "^3.6.1",
|
|
49
|
+
"@thi.ng/checks": "^3.8.2",
|
|
50
|
+
"@thi.ng/compare": "^2.4.38",
|
|
51
|
+
"@thi.ng/compose": "^3.0.49",
|
|
52
|
+
"@thi.ng/defmulti": "^3.0.88",
|
|
53
|
+
"@thi.ng/errors": "^2.6.1",
|
|
54
|
+
"@thi.ng/math": "^5.15.1",
|
|
55
|
+
"@thi.ng/random": "^4.1.37",
|
|
56
|
+
"@thi.ng/strings": "^3.9.33",
|
|
57
|
+
"@thi.ng/transducers": "^9.6.21",
|
|
58
|
+
"@thi.ng/vectors": "^8.6.18"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"esbuild": "^0.27.0",
|
|
@@ -446,5 +446,5 @@
|
|
|
446
446
|
"vectors"
|
|
447
447
|
]
|
|
448
448
|
},
|
|
449
|
-
"gitHead": "
|
|
449
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
450
450
|
}
|