@thi.ng/rstream 7.2.42 → 7.2.43

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**: 2023-03-02T18:09:03Z
3
+ - **Last updated**: 2023-03-09T13:01:59Z
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
@@ -155,7 +155,7 @@ src.transformTopic("foo", map((e) => e.value), { error: handleError })
155
155
  **Notes:**
156
156
 
157
157
  - (1): If using multiple transducers, they must be pre-composed with
158
- [`comp()`](https://docs.thi.ng/umbrella/transducers/modules.html#comp). Other
158
+ [`comp()`](https://docs.thi.ng/umbrella/transducers/functions/comp.html). Other
159
159
  signatures of `.transform()` method support up to 4 transducers and composes
160
160
  them automatically.
161
161
 
package/nodejs.d.ts CHANGED
@@ -18,7 +18,7 @@ export declare const fromNodeJS: <T>(stdout: Readable, stderr?: Readable, close?
18
18
  * breaks by default).
19
19
  *
20
20
  * @remarks
21
- * Internally uses https://docs.thi.ng/umbrella/transducers/modules.html#rechunk
21
+ * Internally uses https://docs.thi.ng/umbrella/transducers/functions/rechunk.html
22
22
  * to rechunk input.
23
23
  *
24
24
  * @example
package/nodejs.js CHANGED
@@ -23,7 +23,7 @@ export const fromNodeJS = (stdout, stderr, close = true) => {
23
23
  * breaks by default).
24
24
  *
25
25
  * @remarks
26
- * Internally uses https://docs.thi.ng/umbrella/transducers/modules.html#rechunk
26
+ * Internally uses https://docs.thi.ng/umbrella/transducers/functions/rechunk.html
27
27
  * to rechunk input.
28
28
  *
29
29
  * @example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream",
3
- "version": "7.2.42",
3
+ "version": "7.2.43",
4
4
  "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,16 +40,16 @@
40
40
  "dependencies": {
41
41
  "@thi.ng/api": "^8.7.3",
42
42
  "@thi.ng/arrays": "^2.5.7",
43
- "@thi.ng/associative": "^6.2.29",
43
+ "@thi.ng/associative": "^6.2.30",
44
44
  "@thi.ng/atom": "^5.1.32",
45
45
  "@thi.ng/checks": "^3.3.9",
46
46
  "@thi.ng/errors": "^2.2.12",
47
- "@thi.ng/logger": "^1.4.9",
48
- "@thi.ng/transducers": "^8.3.36"
47
+ "@thi.ng/logger": "^1.4.10",
48
+ "@thi.ng/transducers": "^8.3.37"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.34.2",
52
- "@thi.ng/testament": "^0.3.11",
52
+ "@thi.ng/testament": "^0.3.12",
53
53
  "rimraf": "^4.1.2",
54
54
  "tools": "^0.0.1",
55
55
  "typedoc": "^0.23.24",
@@ -205,5 +205,5 @@
205
205
  ],
206
206
  "year": 2017
207
207
  },
208
- "gitHead": "8342900eedc77bb09edb8c544804578b71f8acc6\n"
208
+ "gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
209
209
  }