@thi.ng/color 5.7.13 → 5.7.15
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 +22 -18
package/CHANGELOG.md
CHANGED
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 200 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
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.15",
|
|
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",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
{
|
|
20
20
|
"type": "patreon",
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"type": "liberapay",
|
|
25
|
+
"url": "https://liberapay.com/thi.ng"
|
|
22
26
|
}
|
|
23
27
|
],
|
|
24
28
|
"author": "Karsten Schmidt (https://thi.ng)",
|
|
@@ -40,24 +44,24 @@
|
|
|
40
44
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
45
|
},
|
|
42
46
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/arrays": "^2.10.
|
|
45
|
-
"@thi.ng/binary": "^3.4.
|
|
46
|
-
"@thi.ng/checks": "^3.6.
|
|
47
|
-
"@thi.ng/compare": "^2.4.
|
|
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.1.
|
|
53
|
-
"@thi.ng/strings": "^3.8.
|
|
54
|
-
"@thi.ng/transducers": "^9.2.
|
|
55
|
-
"@thi.ng/vectors": "^7.12.
|
|
47
|
+
"@thi.ng/api": "^8.11.15",
|
|
48
|
+
"@thi.ng/arrays": "^2.10.8",
|
|
49
|
+
"@thi.ng/binary": "^3.4.38",
|
|
50
|
+
"@thi.ng/checks": "^3.6.17",
|
|
51
|
+
"@thi.ng/compare": "^2.4.7",
|
|
52
|
+
"@thi.ng/compose": "^3.0.18",
|
|
53
|
+
"@thi.ng/defmulti": "^3.0.53",
|
|
54
|
+
"@thi.ng/errors": "^2.5.21",
|
|
55
|
+
"@thi.ng/math": "^5.11.15",
|
|
56
|
+
"@thi.ng/random": "^4.1.6",
|
|
57
|
+
"@thi.ng/strings": "^3.8.13",
|
|
58
|
+
"@thi.ng/transducers": "^9.2.11",
|
|
59
|
+
"@thi.ng/vectors": "^7.12.12"
|
|
56
60
|
},
|
|
57
61
|
"devDependencies": {
|
|
58
|
-
"@microsoft/api-extractor": "^7.48.
|
|
59
|
-
"esbuild": "^0.24.
|
|
60
|
-
"typedoc": "^0.
|
|
62
|
+
"@microsoft/api-extractor": "^7.48.1",
|
|
63
|
+
"esbuild": "^0.24.2",
|
|
64
|
+
"typedoc": "^0.27.6",
|
|
61
65
|
"typescript": "^5.7.2"
|
|
62
66
|
},
|
|
63
67
|
"keywords": [
|
|
@@ -444,5 +448,5 @@
|
|
|
444
448
|
"vectors"
|
|
445
449
|
]
|
|
446
450
|
},
|
|
447
|
-
"gitHead": "
|
|
451
|
+
"gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
|
|
448
452
|
}
|