@thi.ng/color 5.7.0 → 5.7.2

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**: 2024-08-19T13:45:57Z
3
+ - **Last updated**: 2024-08-20T11:41: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
@@ -676,7 +676,7 @@ For Node.js REPL:
676
676
  const color = await import("@thi.ng/color");
677
677
  ```
678
678
 
679
- Package sizes (brotli'd, pre-treeshake): ESM: 15.67 KB
679
+ Package sizes (brotli'd, pre-treeshake): ESM: 15.69 KB
680
680
 
681
681
  ## Dependencies
682
682
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.7.0",
3
+ "version": "5.7.2",
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",
@@ -48,11 +48,11 @@
48
48
  "@thi.ng/compose": "^3.0.12",
49
49
  "@thi.ng/defmulti": "^3.0.47",
50
50
  "@thi.ng/errors": "^2.5.15",
51
- "@thi.ng/math": "^5.11.8",
51
+ "@thi.ng/math": "^5.11.9",
52
52
  "@thi.ng/random": "^4.0.3",
53
53
  "@thi.ng/strings": "^3.8.4",
54
- "@thi.ng/transducers": "^9.2.0",
55
- "@thi.ng/vectors": "^7.11.10"
54
+ "@thi.ng/transducers": "^9.2.1",
55
+ "@thi.ng/vectors": "^7.11.11"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@microsoft/api-extractor": "^7.47.5",
@@ -444,5 +444,5 @@
444
444
  "vectors"
445
445
  ]
446
446
  },
447
- "gitHead": "bfbc227cf5ca2d3c2984b3d4713eebd6225cbd54\n"
447
+ "gitHead": "502a0192bae48e69290870ea8a2767f8b81adee6\n"
448
448
  }