@thi.ng/hdom-components 5.1.127 → 5.1.129

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 -2
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03: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
@@ -83,13 +83,12 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
83
83
 
84
84
  ## Usage examples
85
85
 
86
- 12 projects in this repo's
86
+ 11 projects in this repo's
87
87
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
88
88
  directory are using this package:
89
89
 
90
90
  | Screenshot | Description | Live demo | Source |
91
91
  |:-------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
92
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/bitmap-font.gif" width="240"/> | Figlet-style bitmap font creation with transducers | [Demo](https://demo.thi.ng/umbrella/bitmap-font/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/bitmap-font) |
93
92
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/canvas-dial.png" width="240"/> | Canvas based dial widget | [Demo](https://demo.thi.ng/umbrella/canvas-dial/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/canvas-dial) |
94
93
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/cellular-automata.png" width="240"/> | 2D transducer based cellular automata | [Demo](https://demo.thi.ng/umbrella/cellular-automata/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/cellular-automata) |
95
94
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/crypto-chart.png" width="240"/> | Basic crypto-currency candle chart with multiple moving averages plots | [Demo](https://demo.thi.ng/umbrella/crypto-chart/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/crypto-chart) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hdom-components",
3
- "version": "5.1.127",
3
+ "version": "5.1.129",
4
4
  "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,18 +36,18 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.7",
40
- "@thi.ng/canvas": "^0.3.0",
41
- "@thi.ng/checks": "^3.6.9",
42
- "@thi.ng/math": "^5.11.5",
43
- "@thi.ng/transducers": "^9.0.12",
44
- "@thi.ng/transducers-stats": "^2.1.125"
39
+ "@thi.ng/api": "^8.11.8",
40
+ "@thi.ng/canvas": "^0.5.0",
41
+ "@thi.ng/checks": "^3.6.10",
42
+ "@thi.ng/math": "^5.11.6",
43
+ "@thi.ng/transducers": "^9.0.13",
44
+ "@thi.ng/transducers-stats": "^2.1.126"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.47.0",
47
+ "@microsoft/api-extractor": "^7.47.5",
48
48
  "esbuild": "^0.23.0",
49
- "typedoc": "^0.26.3",
50
- "typescript": "^5.5.3"
49
+ "typedoc": "^0.26.5",
50
+ "typescript": "^5.5.4"
51
51
  },
52
52
  "keywords": [
53
53
  "browser",
@@ -110,5 +110,5 @@
110
110
  "status": "beta",
111
111
  "year": 2018
112
112
  },
113
- "gitHead": "5b6de5f99277b244646722a40ea787971c6ffd05\n"
113
+ "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
114
114
  }