@thi.ng/rstream-graph 4.1.161 → 4.1.163
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/graph.d.ts +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/graph.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import type { Graph, GraphSpec, Node, NodeFactory, NodeSpec } from "./api.js";
|
|
|
9
9
|
* needed) and an object of {@link NodeSpec} values or functions returning
|
|
10
10
|
* {@link Node} objects. Calls `nodeFromSpec()` for each spec and then
|
|
11
11
|
* recursively resolves references via
|
|
12
|
-
* [`resolve
|
|
12
|
+
* [`resolve`](https://docs.thi.ng/umbrella/resolve-map/functions/resolve.html).
|
|
13
13
|
* Returns new initialized graph object of {@link Node} objects and
|
|
14
14
|
* [`thi.ng/rstream`](https://thi.ng/rstream) stream constructs. Does NOT mutate
|
|
15
15
|
* original {@link GraphSpec} object.
|
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.163",
|
|
4
4
|
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.11.
|
|
43
|
-
"@thi.ng/atom": "^5.3.
|
|
44
|
-
"@thi.ng/checks": "^3.6.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/paths": "^5.2.
|
|
47
|
-
"@thi.ng/resolve-map": "^7.1.
|
|
48
|
-
"@thi.ng/rstream": "^9.2.
|
|
49
|
-
"@thi.ng/transducers": "^9.2.
|
|
42
|
+
"@thi.ng/api": "^8.11.20",
|
|
43
|
+
"@thi.ng/atom": "^5.3.21",
|
|
44
|
+
"@thi.ng/checks": "^3.6.23",
|
|
45
|
+
"@thi.ng/errors": "^2.5.26",
|
|
46
|
+
"@thi.ng/paths": "^5.2.1",
|
|
47
|
+
"@thi.ng/resolve-map": "^7.1.94",
|
|
48
|
+
"@thi.ng/rstream": "^9.2.10",
|
|
49
|
+
"@thi.ng/transducers": "^9.2.18"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"esbuild": "^0.
|
|
53
|
-
"typedoc": "^0.27.
|
|
52
|
+
"esbuild": "^0.25.0",
|
|
53
|
+
"typedoc": "^0.27.7",
|
|
54
54
|
"typescript": "^5.7.3"
|
|
55
55
|
},
|
|
56
56
|
"keywords": [
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
],
|
|
105
105
|
"year": 2018
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
|
|
108
108
|
}
|