@thi.ng/rstream 7.2.14 → 7.2.17

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-08-01T22:09:32Z
3
+ - **Last updated**: 2022-08-23T10:37:04Z
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
@@ -254,6 +254,7 @@ A selection:
254
254
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/shader-ast-workers.jpg" width="240"/> | Fork-join worker-based raymarch renderer (JS/CPU only) | [Demo](https://demo.thi.ng/umbrella/shader-ast-workers/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/shader-ast-workers) |
255
255
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/talk-slides.png" width="240"/> | hdom based slide deck viewer & slides from my ClojureX 2018 keynote | [Demo](https://demo.thi.ng/umbrella/talk-slides/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/talk-slides) |
256
256
  | | Transducer & rstream based hdom UI updates | [Demo](https://demo.thi.ng/umbrella/transducers-hdom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/transducers-hdom) |
257
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-channel-mixer.jpg" width="240"/> | rdom & WebGL-based image channel editor | [Demo](https://demo.thi.ng/umbrella/webgl-channel-mixer/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-channel-mixer) |
257
258
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/webgl-cubemap.jpg" width="240"/> | WebGL cube maps with async texture loading | [Demo](https://demo.thi.ng/umbrella/webgl-cubemap/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/webgl-cubemap) |
258
259
 
259
260
  ## API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "7.2.14",
3
+ "version": "7.2.17",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.9",
38
- "@thi.ng/arrays": "^2.3.3",
39
- "@thi.ng/associative": "^6.2.3",
40
- "@thi.ng/atom": "^5.1.12",
37
+ "@thi.ng/api": "^8.4.1",
38
+ "@thi.ng/arrays": "^2.3.5",
39
+ "@thi.ng/associative": "^6.2.6",
40
+ "@thi.ng/atom": "^5.1.14",
41
41
  "@thi.ng/checks": "^3.2.4",
42
42
  "@thi.ng/errors": "^2.1.10",
43
- "@thi.ng/logger": "^1.2.0",
44
- "@thi.ng/transducers": "^8.3.10"
43
+ "@thi.ng/logger": "^1.2.1",
44
+ "@thi.ng/transducers": "^8.3.13"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.25.0",
48
- "@thi.ng/testament": "^0.2.11",
48
+ "@thi.ng/testament": "^0.2.12",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
51
  "typedoc": "^0.22.17",
@@ -201,5 +201,5 @@
201
201
  ],
202
202
  "year": 2017
203
203
  },
204
- "gitHead": "01b7a47077d88c2aefe77650ce3340040bae00ee\n"
204
+ "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
205
205
  }