@thi.ng/rstream-graph 4.1.193 → 4.1.194

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**: 2025-09-01T16:38:35Z
3
+ - **Last updated**: 2025-09-25T11:10:32Z
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
@@ -103,7 +103,7 @@ directory are using this package:
103
103
 
104
104
  | Screenshot | Description | Live demo | Source |
105
105
  |:---------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
106
- | | Minimal rstream dataflow graph | [Demo](https://demo.thi.ng/umbrella/rstream-dataflow/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-dataflow) |
106
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rs-dflow.png" width="240"/> | Minimal rstream dataflow graph | [Demo](https://demo.thi.ng/umbrella/rstream-dataflow/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-dataflow) |
107
107
  | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-grid.jpg" width="240"/> | Interactive grid generator, SVG generation & export, undo/redo support | [Demo](https://demo.thi.ng/umbrella/rstream-grid/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-grid) |
108
108
  | <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) |
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-graph",
3
- "version": "4.1.193",
3
+ "version": "4.1.194",
4
4
  "description": "Declarative dataflow graph construction for @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,13 +40,13 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/atom": "^5.3.42",
43
+ "@thi.ng/atom": "^5.3.43",
44
44
  "@thi.ng/checks": "^3.7.18",
45
45
  "@thi.ng/errors": "^2.5.42",
46
46
  "@thi.ng/paths": "^5.2.21",
47
47
  "@thi.ng/resolve-map": "^7.1.114",
48
- "@thi.ng/rstream": "^9.2.40",
49
- "@thi.ng/transducers": "^9.6.9"
48
+ "@thi.ng/rstream": "^9.2.41",
49
+ "@thi.ng/transducers": "^9.6.10"
50
50
  },
51
51
  "devDependencies": {
52
52
  "esbuild": "^0.25.9",
@@ -104,5 +104,5 @@
104
104
  ],
105
105
  "year": 2018
106
106
  },
107
- "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
107
+ "gitHead": "b7ede4f099767e0175ea8e09257208f73970b220\n"
108
108
  }