@thi.ng/transducers
Advanced tools
Comparing version 9.1.1 to 9.2.0
# Change Log | ||
- **Last updated**: 2024-08-18T14:11:34Z | ||
- **Last updated**: 2024-08-19T13:45:57Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [9.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@9.2.0) (2024-08-19) | ||
#### 🚀 Features | ||
- add syncTuples() transducer ([d3b77bd](https://github.com/thi-ng/umbrella/commit/d3b77bd)) | ||
## [9.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@9.1.0) (2024-08-13) | ||
@@ -14,0 +20,0 @@ |
@@ -113,2 +113,3 @@ export * from "./api.js"; | ||
export * from "./struct.js"; | ||
export * from "./sync-tuples.js"; | ||
export * from "./swizzle.js"; | ||
@@ -115,0 +116,0 @@ export * from "./take-nth.js"; |
@@ -113,2 +113,3 @@ export * from "./api.js"; | ||
export * from "./struct.js"; | ||
export * from "./sync-tuples.js"; | ||
export * from "./swizzle.js"; | ||
@@ -115,0 +116,0 @@ export * from "./take-nth.js"; |
{ | ||
"name": "@thi.ng/transducers", | ||
"version": "9.1.1", | ||
"version": "9.2.0", | ||
"description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations", | ||
@@ -530,2 +530,5 @@ "type": "module", | ||
}, | ||
"./sync-tuples": { | ||
"default": "./sync-tuples.js" | ||
}, | ||
"./take-last": { | ||
@@ -600,3 +603,3 @@ "default": "./take-last.js" | ||
}, | ||
"gitHead": "f6e26ea1142525171de5d36b9c3119f2782bb437\n" | ||
"gitHead": "bfbc227cf5ca2d3c2984b3d4713eebd6225cbd54\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
365844
322
7155
1103