@thi.ng/transducers 9.2.1 → 9.2.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-08-19T13:45:57Z
3
+ - **Last updated**: 2024-09-05T12:23:14Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -599,5 +599,5 @@
599
599
  ],
600
600
  "year": 2016
601
601
  },
602
- "gitHead": "502a0192bae48e69290870ea8a2767f8b81adee6\n"
602
+ "gitHead": "9f71f7f82fed2a980078a96bdafd2e706f526c75\n"
603
603
  }