@thi.ng/transducers-hdom 3.1.135 → 3.1.136
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 +1 -1
- package/README.md +1 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -104,14 +104,13 @@ Package sizes (brotli'd, pre-treeshake): ESM: 272 bytes
|
|
|
104
104
|
|
|
105
105
|
## Usage examples
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
21 projects in this repo's
|
|
108
108
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
109
109
|
directory are using this package:
|
|
110
110
|
|
|
111
111
|
| Screenshot | Description | Live demo | Source |
|
|
112
112
|
|:-------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
|
113
113
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/adaptive-threshold.png" width="240"/> | Interactive image processing (adaptive threshold) | [Demo](https://demo.thi.ng/umbrella/adaptive-threshold/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/adaptive-threshold) |
|
|
114
|
-
| <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) |
|
|
115
114
|
| <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) |
|
|
116
115
|
| <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) |
|
|
117
116
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fft-synth.png" width="240"/> | Interactive inverse FFT toy synth | [Demo](https://demo.thi.ng/umbrella/fft-synth/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fft-synth) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers-hdom",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.136",
|
|
4
4
|
"description": "Transducer based UI updater for @thi.ng/hdom",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/hdom": "^9.4.
|
|
40
|
-
"@thi.ng/hiccup": "^5.2.
|
|
41
|
-
"@thi.ng/transducers": "^9.0.
|
|
39
|
+
"@thi.ng/hdom": "^9.4.41",
|
|
40
|
+
"@thi.ng/hiccup": "^5.2.8",
|
|
41
|
+
"@thi.ng/transducers": "^9.0.13"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@microsoft/api-extractor": "^7.47.
|
|
44
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
45
45
|
"esbuild": "^0.23.0",
|
|
46
|
-
"typedoc": "^0.26.
|
|
47
|
-
"typescript": "^5.5.
|
|
46
|
+
"typedoc": "^0.26.5",
|
|
47
|
+
"typescript": "^5.5.4"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"diff",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
],
|
|
80
80
|
"year": 2018
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
83
83
|
}
|