@thi.ng/color 5.5.27 → 5.5.29

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -4
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-27T16:56:24Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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 demos in this repo's
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.27",
3
+ "version": "5.5.29",
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.0",
43
- "@thi.ng/binary": "^3.3.34",
42
+ "@thi.ng/arrays": "^2.7.2",
43
+ "@thi.ng/binary": "^3.3.35",
44
44
  "@thi.ng/checks": "^3.4.6",
45
- "@thi.ng/compare": "^2.2.1",
46
- "@thi.ng/compose": "^2.1.44",
47
- "@thi.ng/defmulti": "^3.0.2",
45
+ "@thi.ng/compare": "^2.2.2",
46
+ "@thi.ng/compose": "^2.1.45",
47
+ "@thi.ng/defmulti": "^3.0.4",
48
48
  "@thi.ng/errors": "^2.4.0",
49
- "@thi.ng/math": "^5.7.0",
50
- "@thi.ng/random": "^3.6.10",
51
- "@thi.ng/strings": "^3.6.2",
52
- "@thi.ng/transducers": "^8.8.6",
53
- "@thi.ng/vectors": "^7.8.0"
49
+ "@thi.ng/math": "^5.7.1",
50
+ "@thi.ng/random": "^3.6.12",
51
+ "@thi.ng/strings": "^3.6.4",
52
+ "@thi.ng/transducers": "^8.8.8",
53
+ "@thi.ng/vectors": "^7.8.2"
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": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
448
+ "gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
449
449
  }