@thi.ng/color
Advanced tools
Comparing version 5.6.50 to 5.6.51
# Change Log | ||
- **Last updated**: 2024-07-19T14:56:21Z | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/color", | ||
"version": "5.6.50", | ||
"version": "5.6.51", | ||
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", | ||
@@ -43,15 +43,15 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.6", | ||
"@thi.ng/arrays": "^2.9.11", | ||
"@thi.ng/binary": "^3.4.29", | ||
"@thi.ng/checks": "^3.6.8", | ||
"@thi.ng/compare": "^2.3.9", | ||
"@thi.ng/compose": "^3.0.9", | ||
"@thi.ng/defmulti": "^3.0.44", | ||
"@thi.ng/errors": "^2.5.12", | ||
"@thi.ng/math": "^5.11.4", | ||
"@thi.ng/random": "^3.8.5", | ||
"@thi.ng/strings": "^3.8.0", | ||
"@thi.ng/transducers": "^9.0.10", | ||
"@thi.ng/vectors": "^7.11.4" | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/arrays": "^2.9.12", | ||
"@thi.ng/binary": "^3.4.30", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/compare": "^2.3.10", | ||
"@thi.ng/compose": "^3.0.10", | ||
"@thi.ng/defmulti": "^3.0.45", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/math": "^5.11.5", | ||
"@thi.ng/random": "^4.0.0", | ||
"@thi.ng/strings": "^3.8.1", | ||
"@thi.ng/transducers": "^9.0.11", | ||
"@thi.ng/vectors": "^7.11.5" | ||
}, | ||
@@ -449,3 +449,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n" | ||
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 189 standalone projects, maintained as part | ||
> This is one of 198 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -351,3 +351,3 @@ > and anti-framework. | ||
import { svg } from "@thi.ng/hiccup-svg"; | ||
import { writeFileSync } from "fs"; | ||
import { writeFileSync } "node:fs"; | ||
@@ -479,3 +479,3 @@ // color theme definition using: | ||
import { svg } from "@thi.ng/hiccup-svg"; | ||
import { writeFileSync } from "fs"; | ||
import { writeFileSync } "node:fs"; | ||
@@ -700,2 +700,4 @@ const L = 0.8; | ||
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime) | ||
## Usage examples | ||
@@ -702,0 +704,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
299325
756
- Removed@thi.ng/random@3.8.5(transitive)
Updated@thi.ng/api@^8.11.7
Updated@thi.ng/arrays@^2.9.12
Updated@thi.ng/binary@^3.4.30
Updated@thi.ng/checks@^3.6.9
Updated@thi.ng/compare@^2.3.10
Updated@thi.ng/compose@^3.0.10
Updated@thi.ng/defmulti@^3.0.45
Updated@thi.ng/errors@^2.5.13
Updated@thi.ng/math@^5.11.5
Updated@thi.ng/random@^4.0.0
Updated@thi.ng/strings@^3.8.1
Updated@thi.ng/transducers@^9.0.11
Updated@thi.ng/vectors@^7.11.5