@thi.ng/transducers-async 0.4.41 → 0.4.43

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-async",
3
- "version": "0.4.41",
3
+ "version": "0.4.43",
4
4
  "description": "Async versions of various highly composable transducers, reducers and iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,13 +40,13 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.14",
44
- "@thi.ng/buffers": "^1.0.33",
45
- "@thi.ng/checks": "^3.8.4",
46
- "@thi.ng/compose": "^3.0.51",
47
- "@thi.ng/errors": "^2.6.3",
48
- "@thi.ng/timestamp": "^1.1.33",
49
- "@thi.ng/transducers": "^9.6.23"
43
+ "@thi.ng/api": "^8.12.15",
44
+ "@thi.ng/buffers": "^1.0.34",
45
+ "@thi.ng/checks": "^3.8.5",
46
+ "@thi.ng/compose": "^3.0.52",
47
+ "@thi.ng/errors": "^2.6.4",
48
+ "@thi.ng/timestamp": "^1.1.34",
49
+ "@thi.ng/transducers": "^9.6.25"
50
50
  },
51
51
  "devDependencies": {
52
52
  "esbuild": "^0.27.2",
@@ -212,5 +212,5 @@
212
212
  "status": "alpha",
213
213
  "year": 2018
214
214
  },
215
- "gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
215
+ "gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
216
216
  }