@thi.ng/transducers
Advanced tools
Comparing version 9.0.12 to 9.0.13
# 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/transducers", | ||
"version": "9.0.12", | ||
"description": "Lightweight transducer implementations for ES6 / TypeScript", | ||
"version": "9.0.13", | ||
"description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations", | ||
"type": "module", | ||
@@ -43,18 +43,19 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/arrays": "^2.9.13", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/compare": "^2.3.10", | ||
"@thi.ng/compose": "^3.0.10", | ||
"@thi.ng/errors": "^2.5.13", | ||
"@thi.ng/math": "^5.11.5", | ||
"@thi.ng/random": "^4.0.1" | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/arrays": "^2.9.14", | ||
"@thi.ng/checks": "^3.6.10", | ||
"@thi.ng/compare": "^2.4.0", | ||
"@thi.ng/compose": "^3.0.11", | ||
"@thi.ng/errors": "^2.5.14", | ||
"@thi.ng/math": "^5.11.6", | ||
"@thi.ng/random": "^4.0.2" | ||
}, | ||
"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" | ||
}, | ||
"keywords": [ | ||
"1d", | ||
"2d", | ||
@@ -73,3 +74,3 @@ "3d", | ||
"generator", | ||
"group-by", | ||
"group", | ||
"histogram", | ||
@@ -79,2 +80,3 @@ "interleave", | ||
"iterator", | ||
"kernel", | ||
"nd", | ||
@@ -594,3 +596,3 @@ "partition", | ||
}, | ||
"gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n" | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
} |
Sorry, the diff of this file is too big to display
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
359673
1100
Updated@thi.ng/api@^8.11.8
Updated@thi.ng/arrays@^2.9.14
Updated@thi.ng/checks@^3.6.10
Updated@thi.ng/compare@^2.4.0
Updated@thi.ng/compose@^3.0.11
Updated@thi.ng/errors@^2.5.14
Updated@thi.ng/math@^5.11.6
Updated@thi.ng/random@^4.0.2