@thi.ng/color 5.4.2 → 5.4.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-02T19:20:16Z
3
+ - **Last updated**: 2023-03-09T13:01:59Z
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
@@ -142,9 +142,9 @@ css(rgb(labD50("#ff0")))
142
142
  ```
143
143
 
144
144
  Additionally, colors can be created from black body temperatures
145
- ([`kelvinRgb()`](https://docs.thi.ng/umbrella/color/modules.html#kelvinRgb))
145
+ ([`kelvinRgb()`](https://docs.thi.ng/umbrella/color/functions/kelvinRgb.html))
146
146
  or wavelengths
147
- ([`wavelengthXyz()`](https://docs.thi.ng/umbrella/color/modules.html#wavelengthXyz)).
147
+ ([`wavelengthXyz()`](https://docs.thi.ng/umbrella/color/functions/wavelengthXyz.html)).
148
148
 
149
149
  ![kelvinRgb() result swatches](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/color/blackbody.svg)
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
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,17 +44,17 @@
44
44
  "@thi.ng/checks": "^3.3.9",
45
45
  "@thi.ng/compare": "^2.1.26",
46
46
  "@thi.ng/compose": "^2.1.28",
47
- "@thi.ng/defmulti": "^2.1.31",
47
+ "@thi.ng/defmulti": "^2.1.32",
48
48
  "@thi.ng/errors": "^2.2.12",
49
49
  "@thi.ng/math": "^5.4.4",
50
50
  "@thi.ng/random": "^3.3.26",
51
51
  "@thi.ng/strings": "^3.4.1",
52
- "@thi.ng/transducers": "^8.3.36",
53
- "@thi.ng/vectors": "^7.6.6"
52
+ "@thi.ng/transducers": "^8.3.37",
53
+ "@thi.ng/vectors": "^7.6.7"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@microsoft/api-extractor": "^7.34.2",
57
- "@thi.ng/testament": "^0.3.11",
57
+ "@thi.ng/testament": "^0.3.12",
58
58
  "rimraf": "^4.1.2",
59
59
  "tools": "^0.0.1",
60
60
  "typedoc": "^0.23.24",
@@ -445,5 +445,5 @@
445
445
  "vectors"
446
446
  ]
447
447
  },
448
- "gitHead": "8342900eedc77bb09edb8c544804578b71f8acc6\n"
448
+ "gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
449
449
  }