@thi.ng/color 5.2.14 → 5.2.16

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-20T16:33:11Z
3
+ - **Last updated**: 2022-12-22T21:47:07Z
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
@@ -34,7 +34,7 @@ For the Clojure version, please visit: [thi.ng/color-clj](https://thi.ng/color-c
34
34
 
35
35
  ## About
36
36
 
37
- Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets
37
+ Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets.
38
38
 
39
39
  ---
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.2.14",
3
+ "version": "5.2.16",
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.1",
40
- "@thi.ng/arrays": "^2.4.6",
41
- "@thi.ng/binary": "^3.3.14",
42
- "@thi.ng/checks": "^3.3.5",
43
- "@thi.ng/compare": "^2.1.20",
44
- "@thi.ng/compose": "^2.1.22",
45
- "@thi.ng/defmulti": "^2.1.25",
46
- "@thi.ng/errors": "^2.2.6",
47
- "@thi.ng/math": "^5.3.17",
48
- "@thi.ng/random": "^3.3.19",
49
- "@thi.ng/strings": "^3.3.21",
50
- "@thi.ng/transducers": "^8.3.27",
51
- "@thi.ng/vectors": "^7.5.28"
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"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-extractor": "^7.33.7",
55
- "@thi.ng/testament": "^0.3.7",
55
+ "@thi.ng/testament": "^0.3.8",
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": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
427
+ "gitHead": "28bb74c67217a352d673b6efdab234921d4a370e\n"
428
428
  }