@thi.ng/transducers-async 0.3.10 → 0.3.11

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 +3 -1
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-21T15:46:53Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
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.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-async",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Async versions of various highly composable transducers, reducers and iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,19 +40,18 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.17",
44
- "@thi.ng/buffers": "^1.0.2",
45
- "@thi.ng/checks": "^3.6.20",
46
- "@thi.ng/compose": "^3.0.20",
47
- "@thi.ng/errors": "^2.5.23",
48
- "@thi.ng/timestamp": "^1.1.2",
49
- "@thi.ng/transducers": "^9.2.15"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/buffers": "^1.0.3",
45
+ "@thi.ng/checks": "^3.6.21",
46
+ "@thi.ng/compose": "^3.0.21",
47
+ "@thi.ng/errors": "^2.5.24",
48
+ "@thi.ng/timestamp": "^1.1.3",
49
+ "@thi.ng/transducers": "^9.2.16"
50
50
  },
51
51
  "devDependencies": {
52
- "@microsoft/api-extractor": "^7.48.1",
53
52
  "esbuild": "^0.24.2",
54
53
  "typedoc": "^0.27.6",
55
- "typescript": "^5.7.2"
54
+ "typescript": "^5.7.3"
56
55
  },
57
56
  "keywords": [
58
57
  "async",
@@ -213,5 +212,5 @@
213
212
  "status": "alpha",
214
213
  "year": 2018
215
214
  },
216
- "gitHead": "22f6d518aed5951bb37b406c8ae85a6c3e6be517\n"
215
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
217
216
  }