@thi.ng/transducers-async 0.3.3 → 0.3.5

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**: 2024-11-24T18:15:49Z
3
+ - **Last updated**: 2024-12-12T10:11:58Z
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.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Async versions of various highly composable transducers, reducers and iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,17 +36,17 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.13",
40
- "@thi.ng/buffers": "^0.1.16",
41
- "@thi.ng/checks": "^3.6.15",
42
- "@thi.ng/compose": "^3.0.16",
43
- "@thi.ng/errors": "^2.5.19",
44
- "@thi.ng/transducers": "^9.2.9"
39
+ "@thi.ng/api": "^8.11.14",
40
+ "@thi.ng/buffers": "^0.2.0",
41
+ "@thi.ng/checks": "^3.6.16",
42
+ "@thi.ng/compose": "^3.0.17",
43
+ "@thi.ng/errors": "^2.5.20",
44
+ "@thi.ng/transducers": "^9.2.10"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.48.0",
48
48
  "esbuild": "^0.24.0",
49
- "typedoc": "^0.26.11",
49
+ "typedoc": "^0.27.4",
50
50
  "typescript": "^5.7.2"
51
51
  },
52
52
  "keywords": [
@@ -208,5 +208,5 @@
208
208
  "status": "alpha",
209
209
  "year": 2018
210
210
  },
211
- "gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
211
+ "gitHead": "113931a9094c28ae069bcea99adcf4222784d64f\n"
212
212
  }