@thi.ng/color 5.5.6 → 5.5.7

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 +3 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-08-04T10:58:19Z
3
+ - **Last updated**: 2023-08-10T12:16:43Z
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,7 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
+ <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
2
3
 
3
- # ![@thi.ng/color](https://media.thi.ng/umbrella/banners-20220914/thing-color.svg?c4654abf)
4
+ # ![@thi.ng/color](https://media.thi.ng/umbrella/banners-20230807/thing-color.svg?c4654abf)
4
5
 
5
6
  [![npm version](https://img.shields.io/npm/v/@thi.ng/color.svg)](https://www.npmjs.com/package/@thi.ng/color)
6
7
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/color.svg)
@@ -633,6 +634,7 @@ A selection:
633
634
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/commit-heatmap.png" width="240"/> | Heatmap visualization of this mono-repo's commits | | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/commit-heatmap) |
634
635
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/dominant-colors.png" width="240"/> | Color palette generation via dominant color extraction from uploaded images | [Demo](https://demo.thi.ng/umbrella/dominant-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/dominant-colors) |
635
636
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-basics.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-basics) |
637
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-zoom.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-zoom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-zoom) |
636
638
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/grid-iterators.png" width="240"/> | Visualization of different grid iterator strategies | [Demo](https://demo.thi.ng/umbrella/grid-iterators/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/grid-iterators) |
637
639
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/hdom-canvas/hdom-canvas-shapes-results.png" width="240"/> | Various hdom-canvas shape drawing examples & SVG conversion / export | [Demo](https://demo.thi.ng/umbrella/hdom-canvas-shapes/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-canvas-shapes) |
638
640
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/kmeans-viz.jpg" width="240"/> | k-means clustering visualization | [Demo](https://demo.thi.ng/umbrella/kmeans-viz/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/kmeans-viz) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.5.6",
3
+ "version": "5.5.7",
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",
@@ -38,23 +38,23 @@
38
38
  "tool:swatches": "tools:node-esm tools/index.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.0",
42
- "@thi.ng/arrays": "^2.5.15",
43
- "@thi.ng/binary": "^3.3.28",
44
- "@thi.ng/checks": "^3.4.0",
45
- "@thi.ng/compare": "^2.1.33",
46
- "@thi.ng/compose": "^2.1.35",
47
- "@thi.ng/defmulti": "^2.1.39",
48
- "@thi.ng/errors": "^2.3.0",
49
- "@thi.ng/math": "^5.5.1",
50
- "@thi.ng/random": "^3.5.1",
51
- "@thi.ng/strings": "^3.4.8",
52
- "@thi.ng/transducers": "^8.5.0",
53
- "@thi.ng/vectors": "^7.7.2"
41
+ "@thi.ng/api": "^8.9.1",
42
+ "@thi.ng/arrays": "^2.5.16",
43
+ "@thi.ng/binary": "^3.3.29",
44
+ "@thi.ng/checks": "^3.4.1",
45
+ "@thi.ng/compare": "^2.1.34",
46
+ "@thi.ng/compose": "^2.1.36",
47
+ "@thi.ng/defmulti": "^2.1.40",
48
+ "@thi.ng/errors": "^2.3.1",
49
+ "@thi.ng/math": "^5.5.2",
50
+ "@thi.ng/random": "^3.5.2",
51
+ "@thi.ng/strings": "^3.4.9",
52
+ "@thi.ng/transducers": "^8.5.1",
53
+ "@thi.ng/vectors": "^7.7.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@microsoft/api-extractor": "^7.36.3",
57
- "@thi.ng/testament": "^0.3.18",
57
+ "@thi.ng/testament": "^0.3.19",
58
58
  "rimraf": "^5.0.1",
59
59
  "tools": "^0.0.1",
60
60
  "typedoc": "^0.24.8",
@@ -445,5 +445,5 @@
445
445
  "vectors"
446
446
  ]
447
447
  },
448
- "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
448
+ "gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\n"
449
449
  }