@thi.ng/rstream 9.2.28 → 9.2.30

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-07-10T14:20:23Z
3
+ - **Last updated**: 2025-07-11T22:07:07Z
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/nodejs.d.ts CHANGED
@@ -28,7 +28,7 @@ export declare const fromNodeJS: <T>(stdout: Readable, stderr?: Readable, close?
28
28
  *
29
29
  * const cmd = spawn("ls", ["-la"]);
30
30
  *
31
- * linesFromNodeJS<string>(cmd.stdout, cmd.stderr).subscribe(trace("output"));
31
+ * linesFromNodeJS(cmd.stdout, cmd.stderr).subscribe(trace("output"));
32
32
  *
33
33
  * // output total 12760
34
34
  * // output drwxr-xr-x 37 foo staff 1184 Nov 15 15:29 .
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "9.2.28",
3
+ "version": "9.2.30",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -45,12 +45,12 @@
45
45
  "dependencies": {
46
46
  "@thi.ng/api": "^8.11.30",
47
47
  "@thi.ng/arrays": "^2.13.2",
48
- "@thi.ng/associative": "^7.1.0",
48
+ "@thi.ng/associative": "^7.1.1",
49
49
  "@thi.ng/atom": "^5.3.34",
50
50
  "@thi.ng/checks": "^3.7.10",
51
51
  "@thi.ng/errors": "^2.5.36",
52
52
  "@thi.ng/logger": "^3.1.11",
53
- "@thi.ng/transducers": "^9.5.1"
53
+ "@thi.ng/transducers": "^9.6.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^24.0.12",
@@ -222,5 +222,5 @@
222
222
  ],
223
223
  "year": 2017
224
224
  },
225
- "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
225
+ "gitHead": "a81765bd79046980463c56a8bd187f9aaa88dd65\n"
226
226
  }