@thi.ng/color 5.2.16 → 5.2.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 +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-22T21:47:07Z
3
+ - **Last updated**: 2023-01-10T15:20:18Z
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
@@ -656,4 +656,4 @@ If this project contributes to an academic publication, please cite it as:
656
656
 
657
657
  ## License
658
658
 
659
- © 2016 - 2022 Karsten Schmidt // Apache License 2.0
659
+ © 2016 - 2023 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.2.16",
3
+ "version": "5.2.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",
@@ -36,23 +36,23 @@
36
36
  "tool:swatches": "tools:node-esm tools/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.6.2",
40
- "@thi.ng/arrays": "^2.5.0",
41
- "@thi.ng/binary": "^3.3.15",
42
- "@thi.ng/checks": "^3.3.6",
43
- "@thi.ng/compare": "^2.1.21",
44
- "@thi.ng/compose": "^2.1.23",
45
- "@thi.ng/defmulti": "^2.1.26",
46
- "@thi.ng/errors": "^2.2.7",
47
- "@thi.ng/math": "^5.3.18",
48
- "@thi.ng/random": "^3.3.20",
49
- "@thi.ng/strings": "^3.3.22",
50
- "@thi.ng/transducers": "^8.3.29",
51
- "@thi.ng/vectors": "^7.5.30"
39
+ "@thi.ng/api": "^8.6.3",
40
+ "@thi.ng/arrays": "^2.5.1",
41
+ "@thi.ng/binary": "^3.3.16",
42
+ "@thi.ng/checks": "^3.3.7",
43
+ "@thi.ng/compare": "^2.1.22",
44
+ "@thi.ng/compose": "^2.1.24",
45
+ "@thi.ng/defmulti": "^2.1.27",
46
+ "@thi.ng/errors": "^2.2.8",
47
+ "@thi.ng/math": "^5.4.0",
48
+ "@thi.ng/random": "^3.3.21",
49
+ "@thi.ng/strings": "^3.3.23",
50
+ "@thi.ng/transducers": "^8.3.30",
51
+ "@thi.ng/vectors": "^7.5.31"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-extractor": "^7.33.7",
55
- "@thi.ng/testament": "^0.3.8",
55
+ "@thi.ng/testament": "^0.3.9",
56
56
  "rimraf": "^3.0.2",
57
57
  "tools": "^0.0.1",
58
58
  "typedoc": "^0.23.22",
@@ -424,5 +424,5 @@
424
424
  "vectors"
425
425
  ]
426
426
  },
427
- "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
427
+ "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
428
428
  }