@thi.ng/color 5.6.52 → 5.6.53

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +19 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03:07Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.6.52",
3
+ "version": "5.6.53",
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",
@@ -40,33 +40,31 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.7",
44
- "@thi.ng/arrays": "^2.9.13",
45
- "@thi.ng/binary": "^3.4.30",
46
- "@thi.ng/checks": "^3.6.9",
47
- "@thi.ng/compare": "^2.3.10",
48
- "@thi.ng/compose": "^3.0.10",
49
- "@thi.ng/defmulti": "^3.0.45",
50
- "@thi.ng/errors": "^2.5.13",
51
- "@thi.ng/math": "^5.11.5",
52
- "@thi.ng/random": "^4.0.1",
53
- "@thi.ng/strings": "^3.8.1",
54
- "@thi.ng/transducers": "^9.0.12",
55
- "@thi.ng/vectors": "^7.11.6"
43
+ "@thi.ng/api": "^8.11.8",
44
+ "@thi.ng/arrays": "^2.9.14",
45
+ "@thi.ng/binary": "^3.4.31",
46
+ "@thi.ng/checks": "^3.6.10",
47
+ "@thi.ng/compare": "^2.4.0",
48
+ "@thi.ng/compose": "^3.0.11",
49
+ "@thi.ng/defmulti": "^3.0.46",
50
+ "@thi.ng/errors": "^2.5.14",
51
+ "@thi.ng/math": "^5.11.6",
52
+ "@thi.ng/random": "^4.0.2",
53
+ "@thi.ng/strings": "^3.8.2",
54
+ "@thi.ng/transducers": "^9.0.13",
55
+ "@thi.ng/vectors": "^7.11.7"
56
56
  },
57
57
  "devDependencies": {
58
- "@microsoft/api-extractor": "^7.47.0",
58
+ "@microsoft/api-extractor": "^7.47.5",
59
59
  "esbuild": "^0.23.0",
60
- "typedoc": "^0.26.3",
61
- "typescript": "^5.5.3"
60
+ "typedoc": "^0.26.5",
61
+ "typescript": "^5.5.4"
62
62
  },
63
63
  "keywords": [
64
64
  "color",
65
65
  "conversion",
66
66
  "cosine",
67
67
  "css",
68
- "D50",
69
- "D65",
70
68
  "distance",
71
69
  "filter",
72
70
  "gamma",
@@ -82,6 +80,7 @@
82
80
  "lch",
83
81
  "matrix",
84
82
  "oklab",
83
+ "palette",
85
84
  "random",
86
85
  "rgb",
87
86
  "sort",
@@ -445,5 +444,5 @@
445
444
  "vectors"
446
445
  ]
447
446
  },
448
- "gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
447
+ "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
449
448
  }