@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 +1 -1
- package/README.md +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
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
|
-
|
|
|
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.
|
|
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.
|
|
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.
|
|
49
|
-
"@thi.ng/transducers": "^9.6.
|
|
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": "
|
|
107
|
+
"gitHead": "b7ede4f099767e0175ea8e09257208f73970b220\n"
|
|
108
108
|
}
|