@thi.ng/color 5.8.20 → 5.8.22
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/api.js +2 -0
- package/defcolor.js +2 -0
- package/int/int.js +2 -0
- package/package.json +17 -17
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 215 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -801,7 +801,7 @@ For Node.js REPL:
|
|
|
801
801
|
const color = await import("@thi.ng/color");
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 15.
|
|
804
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 15.88 KB
|
|
805
805
|
|
|
806
806
|
## Dependencies
|
|
807
807
|
|
package/api.js
CHANGED
package/defcolor.js
CHANGED
package/int/int.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.22",
|
|
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",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@thi.ng/api": "^8.12.
|
|
48
|
-
"@thi.ng/arrays": "^2.14.
|
|
49
|
-
"@thi.ng/binary": "^3.6.
|
|
50
|
-
"@thi.ng/checks": "^3.
|
|
51
|
-
"@thi.ng/compare": "^2.5.
|
|
52
|
-
"@thi.ng/compose": "^3.0.
|
|
53
|
-
"@thi.ng/defmulti": "^3.0.
|
|
54
|
-
"@thi.ng/errors": "^2.6.
|
|
55
|
-
"@thi.ng/math": "^5.15.
|
|
56
|
-
"@thi.ng/random": "^4.1.
|
|
57
|
-
"@thi.ng/strings": "^3.12.
|
|
58
|
-
"@thi.ng/transducers": "^9.6.
|
|
59
|
-
"@thi.ng/vectors": "^8.6.
|
|
47
|
+
"@thi.ng/api": "^8.12.20",
|
|
48
|
+
"@thi.ng/arrays": "^2.14.16",
|
|
49
|
+
"@thi.ng/binary": "^3.6.9",
|
|
50
|
+
"@thi.ng/checks": "^3.9.0",
|
|
51
|
+
"@thi.ng/compare": "^2.5.8",
|
|
52
|
+
"@thi.ng/compose": "^3.0.57",
|
|
53
|
+
"@thi.ng/defmulti": "^3.0.97",
|
|
54
|
+
"@thi.ng/errors": "^2.6.9",
|
|
55
|
+
"@thi.ng/math": "^5.15.9",
|
|
56
|
+
"@thi.ng/random": "^4.1.45",
|
|
57
|
+
"@thi.ng/strings": "^3.12.2",
|
|
58
|
+
"@thi.ng/transducers": "^9.6.33",
|
|
59
|
+
"@thi.ng/vectors": "^8.6.29"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"esbuild": "^0.
|
|
63
|
-
"typedoc": "^0.28.
|
|
62
|
+
"esbuild": "^0.28.0",
|
|
63
|
+
"typedoc": "^0.28.18",
|
|
64
64
|
"typescript": "^5.9.3"
|
|
65
65
|
},
|
|
66
66
|
"keywords": [
|
|
@@ -447,5 +447,5 @@
|
|
|
447
447
|
"vectors"
|
|
448
448
|
]
|
|
449
449
|
},
|
|
450
|
-
"gitHead": "
|
|
450
|
+
"gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
|
|
451
451
|
}
|