@thi.ng/transducers 9.6.21 → 9.6.22

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "9.6.21",
3
+ "version": "9.6.22",
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",
@@ -43,19 +43,19 @@
43
43
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@thi.ng/api": "^8.12.12",
47
- "@thi.ng/arrays": "^2.14.5",
48
- "@thi.ng/checks": "^3.8.2",
49
- "@thi.ng/compare": "^2.4.38",
50
- "@thi.ng/compose": "^3.0.49",
51
- "@thi.ng/errors": "^2.6.1",
52
- "@thi.ng/math": "^5.15.1",
53
- "@thi.ng/random": "^4.1.37",
54
- "@thi.ng/timestamp": "^1.1.31"
46
+ "@thi.ng/api": "^8.12.13",
47
+ "@thi.ng/arrays": "^2.14.6",
48
+ "@thi.ng/checks": "^3.8.3",
49
+ "@thi.ng/compare": "^2.4.39",
50
+ "@thi.ng/compose": "^3.0.50",
51
+ "@thi.ng/errors": "^2.6.2",
52
+ "@thi.ng/math": "^5.15.2",
53
+ "@thi.ng/random": "^4.1.38",
54
+ "@thi.ng/timestamp": "^1.1.32"
55
55
  },
56
56
  "devDependencies": {
57
- "esbuild": "^0.27.0",
58
- "typedoc": "^0.28.14",
57
+ "esbuild": "^0.27.2",
58
+ "typedoc": "^0.28.16",
59
59
  "typescript": "^5.9.3"
60
60
  },
61
61
  "keywords": [
@@ -609,5 +609,5 @@
609
609
  ],
610
610
  "year": 2016
611
611
  },
612
- "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
612
+ "gitHead": "828ec2e9ffde7307231b03cff46598c0915b1857\n"
613
613
  }