@thi.ng/color 5.5.27 → 5.5.28
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 +2 -4
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -622,11 +622,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 15.59 KB
|
|
|
622
622
|
|
|
623
623
|
## Usage examples
|
|
624
624
|
|
|
625
|
-
Several
|
|
625
|
+
Several projects in this repo's
|
|
626
626
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
627
|
-
directory are using this package
|
|
628
|
-
|
|
629
|
-
A selection:
|
|
627
|
+
directory are using this package:
|
|
630
628
|
|
|
631
629
|
| Screenshot | Description | Live demo | Source |
|
|
632
630
|
|:-------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.28",
|
|
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",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@thi.ng/api": "^8.9.6",
|
|
42
|
-
"@thi.ng/arrays": "^2.7.
|
|
43
|
-
"@thi.ng/binary": "^3.3.
|
|
42
|
+
"@thi.ng/arrays": "^2.7.1",
|
|
43
|
+
"@thi.ng/binary": "^3.3.35",
|
|
44
44
|
"@thi.ng/checks": "^3.4.6",
|
|
45
|
-
"@thi.ng/compare": "^2.2.
|
|
46
|
-
"@thi.ng/compose": "^2.1.
|
|
47
|
-
"@thi.ng/defmulti": "^3.0.
|
|
45
|
+
"@thi.ng/compare": "^2.2.2",
|
|
46
|
+
"@thi.ng/compose": "^2.1.45",
|
|
47
|
+
"@thi.ng/defmulti": "^3.0.3",
|
|
48
48
|
"@thi.ng/errors": "^2.4.0",
|
|
49
|
-
"@thi.ng/math": "^5.7.
|
|
50
|
-
"@thi.ng/random": "^3.6.
|
|
51
|
-
"@thi.ng/strings": "^3.6.
|
|
52
|
-
"@thi.ng/transducers": "^8.8.
|
|
53
|
-
"@thi.ng/vectors": "^7.8.
|
|
49
|
+
"@thi.ng/math": "^5.7.1",
|
|
50
|
+
"@thi.ng/random": "^3.6.11",
|
|
51
|
+
"@thi.ng/strings": "^3.6.3",
|
|
52
|
+
"@thi.ng/transducers": "^8.8.7",
|
|
53
|
+
"@thi.ng/vectors": "^7.8.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -445,5 +445,5 @@
|
|
|
445
445
|
"vectors"
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
-
"gitHead": "
|
|
448
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
449
449
|
}
|