@thi.ng/transducers-async 0.4.23 → 0.4.24

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-04T08:45:04Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
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-async",
3
- "version": "0.4.23",
3
+ "version": "0.4.24",
4
4
  "description": "Async versions of various highly composable transducers, reducers and iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,13 +39,13 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.0",
43
- "@thi.ng/buffers": "^1.0.19",
44
- "@thi.ng/checks": "^3.7.14",
45
- "@thi.ng/compose": "^3.0.37",
46
- "@thi.ng/errors": "^2.5.40",
47
- "@thi.ng/timestamp": "^1.1.19",
48
- "@thi.ng/transducers": "^9.6.5"
42
+ "@thi.ng/api": "^8.12.1",
43
+ "@thi.ng/buffers": "^1.0.20",
44
+ "@thi.ng/checks": "^3.7.15",
45
+ "@thi.ng/compose": "^3.0.38",
46
+ "@thi.ng/errors": "^2.5.41",
47
+ "@thi.ng/timestamp": "^1.1.20",
48
+ "@thi.ng/transducers": "^9.6.6"
49
49
  },
50
50
  "devDependencies": {
51
51
  "esbuild": "^0.25.8",
@@ -211,5 +211,5 @@
211
211
  "status": "alpha",
212
212
  "year": 2018
213
213
  },
214
- "gitHead": "d4e2e72dcdadf26da3400900f04f9eb0ebeb0a5b\n"
214
+ "gitHead": "0bcedf8d1dd4f30cd06bb2c668599628f2f0141e\n"
215
215
  }