@thi.ng/rstream 7.2.16 → 7.2.18

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-09-21T21:37:59Z
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,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![rstream](https://media.thi.ng/umbrella/banners/thing-rstream.svg?ab63c74c)
3
+ # ![rstream](https://media.thi.ng/umbrella/banners-20220914/thing-rstream.svg?cc307162)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/rstream.svg)](https://www.npmjs.com/package/@thi.ng/rstream)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/rstream.svg)
@@ -11,10 +11,10 @@ This project is part of the
11
11
 
12
12
  - [About](#about)
13
13
  - [Conceptual differences to RxJS](#conceptual-differences-to-rxjs)
14
- - [Status](#status)
14
+ - [Status](#status)
15
15
  - [New features & breaking changes in 6.0.0](#new-features--breaking-changes-in-600)
16
- - [Support packages](#support-packages)
17
- - [Related packages](#related-packages)
16
+ - [Support packages](#support-packages)
17
+ - [Related packages](#related-packages)
18
18
  - [Installation](#installation)
19
19
  - [Dependencies](#dependencies)
20
20
  - [Usage examples](#usage-examples)
@@ -98,7 +98,7 @@ programming:
98
98
  - IMHO less confusing naming / terminology (only streams (producers) &
99
99
  subscriptions (consumers))
100
100
 
101
- ### Status
101
+ ## Status
102
102
 
103
103
  **STABLE** - used in production
104
104
 
@@ -161,7 +161,7 @@ src.transformTopic("foo", map((e) => e.value), { error: handleError })
161
161
  signatures of `.transform()` method support up to 4 transducers and composes
162
162
  them automatically.
163
163
 
164
- ### Support packages
164
+ ## Support packages
165
165
 
166
166
  - [@thi.ng/rstream-csp](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-csp) - [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp) bridge module for [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
167
167
  - [@thi.ng/rstream-dot](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-dot) - Graphviz DOT conversion of [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) dataflow graph topologies
@@ -171,7 +171,7 @@ src.transformTopic("foo", map((e) => e.value), { error: handleError })
171
171
  - [@thi.ng/rstream-log-file](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-log-file) - File output handler for structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
172
172
  - [@thi.ng/rstream-query](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-query) - [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) based triple store & reactive query engine
173
173
 
174
- ### Related packages
174
+ ## Related packages
175
175
 
176
176
  - [@thi.ng/atom](https://github.com/thi-ng/umbrella/tree/develop/packages/atom) - Mutable wrappers for nested immutable values with optional undo/redo history and transaction support
177
177
  - [@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/develop/packages/hdom) - Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors
@@ -252,8 +252,10 @@ A selection:
252
252
  | | rstream based UI updates & state handling | [Demo](https://demo.thi.ng/umbrella/rstream-hdom/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-hdom) |
253
253
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-spreadsheet.png" width="240"/> | rstream based spreadsheet w/ S-expression formula DSL | [Demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet) |
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
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/svg-resample.png" width="240"/> | SVG path parsing & dynamic resampling | [Demo](https://demo.thi.ng/umbrella/svg-resample/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/svg-resample) |
255
256
  | <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
257
  | | 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) |
258
+ | <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
259
  | <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
260
 
259
261
  ## API
package/object.d.ts CHANGED
@@ -123,5 +123,5 @@ export interface StreamObjOpts<T, K extends Keys<T>> extends CommonOpts {
123
123
  * @param src -
124
124
  * @param opts -
125
125
  */
126
- export declare const fromObject: <T, K extends keyof T>(src: T, opts?: Partial<StreamObjOpts<T, K>>) => StreamObj<T, K>;
126
+ export declare const fromObject: <T extends object, K extends keyof T>(src: T, opts?: Partial<StreamObjOpts<T, K>>) => StreamObj<T, K>;
127
127
  //# sourceMappingURL=object.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "7.2.16",
3
+ "version": "7.2.18",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,22 +34,22 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.0",
38
- "@thi.ng/arrays": "^2.3.4",
39
- "@thi.ng/associative": "^6.2.5",
40
- "@thi.ng/atom": "^5.1.13",
41
- "@thi.ng/checks": "^3.2.4",
42
- "@thi.ng/errors": "^2.1.10",
43
- "@thi.ng/logger": "^1.2.0",
44
- "@thi.ng/transducers": "^8.3.12"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/arrays": "^2.3.6",
39
+ "@thi.ng/associative": "^6.2.7",
40
+ "@thi.ng/atom": "^5.1.15",
41
+ "@thi.ng/checks": "^3.2.5",
42
+ "@thi.ng/errors": "^2.2.0",
43
+ "@thi.ng/logger": "^1.3.0",
44
+ "@thi.ng/transducers": "^8.3.14"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.25.0",
48
- "@thi.ng/testament": "^0.2.11",
47
+ "@microsoft/api-extractor": "^7.31.1",
48
+ "@thi.ng/testament": "^0.3.0",
49
49
  "rimraf": "^3.0.2",
50
50
  "tools": "^0.0.1",
51
51
  "typedoc": "^0.22.17",
52
- "typescript": "^4.7.4"
52
+ "typescript": "^4.8.3"
53
53
  },
54
54
  "keywords": [
55
55
  "async",
@@ -201,5 +201,5 @@
201
201
  ],
202
202
  "year": 2017
203
203
  },
204
- "gitHead": "295e76c6f68ef34ba2117ff77612848e09f5c587\n"
204
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
205
205
  }