@thi.ng/color 5.7.15 → 5.7.17

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 +1 -1
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-27T14:11:37Z
3
+ - **Last updated**: 2025-01-04T21:07:38Z
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
@@ -770,4 +770,4 @@ If this project contributes to an academic publication, please cite it as:
770
770
 
771
771
  ## License
772
772
 
773
- © 2016 - 2024 Karsten Schmidt // Apache License 2.0
773
+ © 2016 - 2025 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.7.15",
3
+ "version": "5.7.17",
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,19 +44,19 @@
44
44
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@thi.ng/api": "^8.11.15",
48
- "@thi.ng/arrays": "^2.10.8",
49
- "@thi.ng/binary": "^3.4.38",
50
- "@thi.ng/checks": "^3.6.17",
51
- "@thi.ng/compare": "^2.4.7",
52
- "@thi.ng/compose": "^3.0.18",
53
- "@thi.ng/defmulti": "^3.0.53",
54
- "@thi.ng/errors": "^2.5.21",
55
- "@thi.ng/math": "^5.11.15",
56
- "@thi.ng/random": "^4.1.6",
57
- "@thi.ng/strings": "^3.8.13",
58
- "@thi.ng/transducers": "^9.2.11",
59
- "@thi.ng/vectors": "^7.12.12"
47
+ "@thi.ng/api": "^8.11.16",
48
+ "@thi.ng/arrays": "^2.10.10",
49
+ "@thi.ng/binary": "^3.4.39",
50
+ "@thi.ng/checks": "^3.6.19",
51
+ "@thi.ng/compare": "^2.4.8",
52
+ "@thi.ng/compose": "^3.0.19",
53
+ "@thi.ng/defmulti": "^3.0.55",
54
+ "@thi.ng/errors": "^2.5.22",
55
+ "@thi.ng/math": "^5.11.16",
56
+ "@thi.ng/random": "^4.1.7",
57
+ "@thi.ng/strings": "^3.9.0",
58
+ "@thi.ng/transducers": "^9.2.13",
59
+ "@thi.ng/vectors": "^7.12.14"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@microsoft/api-extractor": "^7.48.1",
@@ -448,5 +448,5 @@
448
448
  "vectors"
449
449
  ]
450
450
  },
451
- "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
451
+ "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
452
452
  }