@thi.ng/rstream 8.2.4 → 8.2.5
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 +2 -4
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -213,11 +213,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 5.86 KB
|
|
|
213
213
|
|
|
214
214
|
## Usage examples
|
|
215
215
|
|
|
216
|
-
Several
|
|
216
|
+
Several projects in this repo's
|
|
217
217
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
218
|
-
directory are using this package
|
|
219
|
-
|
|
220
|
-
A selection:
|
|
218
|
+
directory are using this package:
|
|
221
219
|
|
|
222
220
|
| Screenshot | Description | Live demo | Source |
|
|
223
221
|
|:-------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.5",
|
|
4
4
|
"description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@thi.ng/api": "^8.9.6",
|
|
42
|
-
"@thi.ng/arrays": "^2.7.
|
|
43
|
-
"@thi.ng/associative": "^6.3.
|
|
44
|
-
"@thi.ng/atom": "^5.2.
|
|
42
|
+
"@thi.ng/arrays": "^2.7.1",
|
|
43
|
+
"@thi.ng/associative": "^6.3.16",
|
|
44
|
+
"@thi.ng/atom": "^5.2.12",
|
|
45
45
|
"@thi.ng/checks": "^3.4.6",
|
|
46
46
|
"@thi.ng/errors": "^2.4.0",
|
|
47
47
|
"@thi.ng/logger": "^1.4.22",
|
|
48
|
-
"@thi.ng/transducers": "^8.8.
|
|
48
|
+
"@thi.ng/transducers": "^8.8.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -214,5 +214,5 @@
|
|
|
214
214
|
],
|
|
215
215
|
"year": 2017
|
|
216
216
|
},
|
|
217
|
-
"gitHead": "
|
|
217
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
218
218
|
}
|