@thi.ng/color 5.4.2 → 5.4.4

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 -2
  3. package/package.json +20 -20
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-14T13:27:19Z
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.4",
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",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "scripts": {
27
27
  "build": "yarn clean && tsc --declaration",
28
- "clean": "rimraf '*.js' '*.d.ts' '*.map' doc api css hcy hsi hsl hsv int internal lab lch oklab rgb srgb xyy xyz ycc",
28
+ "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc api css hcy hsi hsl hsv int internal lab lch oklab rgb srgb xyy xyz ycc",
29
29
  "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
30
30
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
31
31
  "doc:readme": "yarn doc:stats && tools:readme",
@@ -38,26 +38,26 @@
38
38
  "tool:swatches": "tools:node-esm tools/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.7.3",
42
- "@thi.ng/arrays": "^2.5.7",
43
- "@thi.ng/binary": "^3.3.20",
44
- "@thi.ng/checks": "^3.3.9",
45
- "@thi.ng/compare": "^2.1.26",
46
- "@thi.ng/compose": "^2.1.28",
47
- "@thi.ng/defmulti": "^2.1.31",
48
- "@thi.ng/errors": "^2.2.12",
49
- "@thi.ng/math": "^5.4.4",
50
- "@thi.ng/random": "^3.3.26",
51
- "@thi.ng/strings": "^3.4.1",
52
- "@thi.ng/transducers": "^8.3.36",
53
- "@thi.ng/vectors": "^7.6.6"
41
+ "@thi.ng/api": "^8.7.4",
42
+ "@thi.ng/arrays": "^2.5.8",
43
+ "@thi.ng/binary": "^3.3.21",
44
+ "@thi.ng/checks": "^3.3.10",
45
+ "@thi.ng/compare": "^2.1.27",
46
+ "@thi.ng/compose": "^2.1.29",
47
+ "@thi.ng/defmulti": "^2.1.33",
48
+ "@thi.ng/errors": "^2.2.13",
49
+ "@thi.ng/math": "^5.4.5",
50
+ "@thi.ng/random": "^3.3.27",
51
+ "@thi.ng/strings": "^3.4.2",
52
+ "@thi.ng/transducers": "^8.3.38",
53
+ "@thi.ng/vectors": "^7.6.8"
54
54
  },
55
55
  "devDependencies": {
56
- "@microsoft/api-extractor": "^7.34.2",
57
- "@thi.ng/testament": "^0.3.11",
58
- "rimraf": "^4.1.2",
56
+ "@microsoft/api-extractor": "^7.34.4",
57
+ "@thi.ng/testament": "^0.3.13",
58
+ "rimraf": "^4.4.0",
59
59
  "tools": "^0.0.1",
60
- "typedoc": "^0.23.24",
60
+ "typedoc": "^0.23.26",
61
61
  "typescript": "^4.9.5"
62
62
  },
63
63
  "keywords": [
@@ -445,5 +445,5 @@
445
445
  "vectors"
446
446
  ]
447
447
  },
448
- "gitHead": "8342900eedc77bb09edb8c544804578b71f8acc6\n"
448
+ "gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
449
449
  }