@thi.ng/color 5.2.1 → 5.2.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.
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-09-27T16:23:13Z
3
+ - **Last updated**: 2022-10-03T16:07:55Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![color](https://media.thi.ng/umbrella/banners-20220914/thing-color.svg?a647740f)
3
+ # ![color](https://media.thi.ng/umbrella/banners-20220914/thing-color.svg?c4654abf)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/color.svg)](https://www.npmjs.com/package/@thi.ng/color)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/color.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.2.1",
3
+ "version": "5.2.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",
@@ -36,23 +36,23 @@
36
36
  "tool:swatches": "tools:node-esm tools/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.4.2",
40
- "@thi.ng/arrays": "^2.3.6",
41
- "@thi.ng/binary": "^3.3.5",
42
- "@thi.ng/checks": "^3.2.5",
43
- "@thi.ng/compare": "^2.1.12",
44
- "@thi.ng/compose": "^2.1.13",
45
- "@thi.ng/defmulti": "^2.1.14",
46
- "@thi.ng/errors": "^2.2.0",
47
- "@thi.ng/math": "^5.3.9",
48
- "@thi.ng/random": "^3.3.8",
49
- "@thi.ng/strings": "^3.3.12",
50
- "@thi.ng/transducers": "^8.3.15",
51
- "@thi.ng/vectors": "^7.5.16"
39
+ "@thi.ng/api": "^8.4.3",
40
+ "@thi.ng/arrays": "^2.3.7",
41
+ "@thi.ng/binary": "^3.3.6",
42
+ "@thi.ng/checks": "^3.2.6",
43
+ "@thi.ng/compare": "^2.1.13",
44
+ "@thi.ng/compose": "^2.1.14",
45
+ "@thi.ng/defmulti": "^2.1.15",
46
+ "@thi.ng/errors": "^2.2.1",
47
+ "@thi.ng/math": "^5.3.10",
48
+ "@thi.ng/random": "^3.3.9",
49
+ "@thi.ng/strings": "^3.3.13",
50
+ "@thi.ng/transducers": "^8.3.16",
51
+ "@thi.ng/vectors": "^7.5.17"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-extractor": "^7.31.1",
55
- "@thi.ng/testament": "^0.3.0",
55
+ "@thi.ng/testament": "^0.3.1",
56
56
  "rimraf": "^3.0.2",
57
57
  "tools": "^0.0.1",
58
58
  "typedoc": "^0.22.17",
@@ -424,5 +424,5 @@
424
424
  "vectors"
425
425
  ]
426
426
  },
427
- "gitHead": "f4c59114f2d2dfafa9014626038a9ec5242b0606\n"
427
+ "gitHead": "8600007d81a7dc92634a1d54e2c32b14ab30ba80\n"
428
428
  }