@thi.ng/color 5.1.0 → 5.1.3

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-06-09T16:14:01Z
3
+ - **Last updated**: 2022-06-23T12:16: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
@@ -601,7 +601,7 @@ node --experimental-repl-await
601
601
  > const color = await import("@thi.ng/color");
602
602
  ```
603
603
 
604
- Package sizes (gzipped, pre-treeshake): ESM: 17.43 KB
604
+ Package sizes (gzipped, pre-treeshake): ESM: 17.47 KB
605
605
 
606
606
  ## Dependencies
607
607
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.1.0",
3
+ "version": "5.1.3",
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",
@@ -37,18 +37,18 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.3.7",
40
- "@thi.ng/arrays": "^2.2.4",
40
+ "@thi.ng/arrays": "^2.3.0",
41
41
  "@thi.ng/binary": "^3.2.3",
42
- "@thi.ng/checks": "^3.2.0",
42
+ "@thi.ng/checks": "^3.2.1",
43
43
  "@thi.ng/compare": "^2.1.7",
44
44
  "@thi.ng/compose": "^2.1.7",
45
45
  "@thi.ng/defmulti": "^2.1.7",
46
46
  "@thi.ng/errors": "^2.1.7",
47
47
  "@thi.ng/math": "^5.3.3",
48
- "@thi.ng/random": "^3.3.1",
48
+ "@thi.ng/random": "^3.3.2",
49
49
  "@thi.ng/strings": "^3.3.5",
50
- "@thi.ng/transducers": "^8.3.4",
51
- "@thi.ng/vectors": "^7.5.5"
50
+ "@thi.ng/transducers": "^8.3.6",
51
+ "@thi.ng/vectors": "^7.5.7"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-extractor": "^7.25.0",
@@ -421,5 +421,5 @@
421
421
  "vectors"
422
422
  ]
423
423
  },
424
- "gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\n"
424
+ "gitHead": "e64b1ab39ae9bcc494ef006f6329e5182fa2a326\n"
425
425
  }