@thi.ng/transducers-async 0.2.3 → 0.2.4

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**: 2024-04-25T19:44:55Z
3
+ - **Last updated**: 2024-04-26T13:32:20Z
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
@@ -129,13 +129,14 @@ Package sizes (brotli'd, pre-treeshake): ESM: 3.10 KB
129
129
 
130
130
  ## Usage examples
131
131
 
132
- One project in this repo's
132
+ Several projects in this repo's
133
133
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
134
- directory is using this package:
134
+ directory are using this package:
135
135
 
136
- | Description | Live demo | Source |
137
- |:----------------------------------------------------------|:-------------------------------------------------|:------------------------------------------------------------------------------|
138
- | Basic & barebones usage of async iterables in thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/rdom-async/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-async) |
136
+ | Screenshot | Description | Live demo | Source |
137
+ |:---------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------|:-------------------------------------------------|:------------------------------------------------------------------------------|
138
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/csp-bus.png" width="240"/> | CSP channel-based event handling, async transducers & reactive UI components | [Demo](https://demo.thi.ng/umbrella/csp-bus/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/csp-bus) |
139
+ | | Basic & barebones usage of async iterables in thi.ng/rdom | [Demo](https://demo.thi.ng/umbrella/rdom-async/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rdom-async) |
139
140
 
140
141
  ## API
141
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-async",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Async versions of various highly composable transducers, reducers and iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -204,5 +204,5 @@
204
204
  "status": "alpha",
205
205
  "year": 2018
206
206
  },
207
- "gitHead": "aed3421c21044c005fbcb7cc37965ccf85a870d2\n"
207
+ "gitHead": "0bec55821066c18eb977a7eabd42c0bb2b096d98\n"
208
208
  }