@thi.ng/transducers 9.4.2 → 9.4.3

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-06-09T17:24:08Z
3
+ - **Last updated**: 2025-06-24T21:39:38Z
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.4.2",
3
+ "version": "9.4.3",
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",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@thi.ng/api": "^8.11.29",
47
- "@thi.ng/arrays": "^2.13.0",
47
+ "@thi.ng/arrays": "^2.13.1",
48
48
  "@thi.ng/checks": "^3.7.9",
49
49
  "@thi.ng/compare": "^2.4.21",
50
50
  "@thi.ng/compose": "^3.0.32",
@@ -609,5 +609,5 @@
609
609
  ],
610
610
  "year": 2016
611
611
  },
612
- "gitHead": "b076434a497b291ad33e81b1a15f6a71e2c82cc2\n"
612
+ "gitHead": "45e91ee75236e39fc87ea10fbabac1272bef62e3\n"
613
613
  }