@thi.ng/rstream-graph 4.1.162 → 4.1.164

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-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-19T20:59:58Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 201 standalone projects, maintained as part
10
+ > This is one of 202 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
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()`](https://docs.thi.ng/umbrella/resolve-map/functions/resolve.html).
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.162",
3
+ "version": "4.1.164",
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.19",
43
- "@thi.ng/atom": "^5.3.20",
44
- "@thi.ng/checks": "^3.6.22",
45
- "@thi.ng/errors": "^2.5.25",
46
- "@thi.ng/paths": "^5.2.0",
47
- "@thi.ng/resolve-map": "^7.1.93",
48
- "@thi.ng/rstream": "^9.2.9",
49
- "@thi.ng/transducers": "^9.2.17"
42
+ "@thi.ng/api": "^8.11.21",
43
+ "@thi.ng/atom": "^5.3.22",
44
+ "@thi.ng/checks": "^3.6.24",
45
+ "@thi.ng/errors": "^2.5.27",
46
+ "@thi.ng/paths": "^5.2.2",
47
+ "@thi.ng/resolve-map": "^7.1.95",
48
+ "@thi.ng/rstream": "^9.2.11",
49
+ "@thi.ng/transducers": "^9.2.19"
50
50
  },
51
51
  "devDependencies": {
52
- "esbuild": "^0.24.2",
53
- "typedoc": "^0.27.6",
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": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
107
+ "gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
108
108
  }