@thi.ng/rstream
Advanced tools
Comparing version 8.5.9 to 8.5.10
# Change Log | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Last updated**: 2024-08-10T15:03:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/rstream", | ||
"version": "8.5.9", | ||
"version": "8.5.10", | ||
"description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", | ||
@@ -43,16 +43,16 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/arrays": "^2.9.13", | ||
"@thi.ng/associative": "^7.0.2", | ||
"@thi.ng/atom": "^5.3.7", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/logger": "^3.0.17", | ||
"@thi.ng/transducers": "^9.0.12" | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/arrays": "^2.9.14", | ||
"@thi.ng/associative": "^7.0.3", | ||
"@thi.ng/atom": "^5.3.8", | ||
"@thi.ng/checks": "^3.6.10", | ||
"@thi.ng/errors": "^2.5.14", | ||
"@thi.ng/logger": "^3.0.18", | ||
"@thi.ng/transducers": "^9.0.13" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@microsoft/api-extractor": "^7.47.5", | ||
"esbuild": "^0.23.0", | ||
"typedoc": "^0.26.3", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -63,2 +63,3 @@ "keywords": [ | ||
"event", | ||
"fork-join", | ||
"graph", | ||
@@ -223,3 +224,3 @@ "pipeline", | ||
}, | ||
"gitHead": "ec052b25dff4db6c4d1748e946c38fb5cf403dbf\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
@@ -189,3 +189,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [@thi.ng/rdom](https://github.com/thi-ng/umbrella/tree/develop/packages/rdom) - Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and [@thi.ng/hiccup](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup) compatible | ||
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers) - Lightweight transducer implementations for ES6 / TypeScript | ||
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers) - Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations | ||
@@ -192,0 +192,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248893
Updated@thi.ng/api@^8.11.8
Updated@thi.ng/arrays@^2.9.14
Updated@thi.ng/associative@^7.0.3
Updated@thi.ng/atom@^5.3.8
Updated@thi.ng/checks@^3.6.10
Updated@thi.ng/errors@^2.5.14
Updated@thi.ng/logger@^3.0.18
Updated@thi.ng/transducers@^9.0.13