@thi.ng/transducers 9.6.29 → 9.6.30

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "9.6.29",
3
+ "version": "9.6.30",
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",
@@ -44,15 +44,15 @@
44
44
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@thi.ng/api": "^8.12.16",
48
- "@thi.ng/arrays": "^2.14.12",
49
- "@thi.ng/checks": "^3.8.6",
50
- "@thi.ng/compare": "^2.5.4",
51
- "@thi.ng/compose": "^3.0.53",
52
- "@thi.ng/errors": "^2.6.5",
53
- "@thi.ng/math": "^5.15.5",
54
- "@thi.ng/random": "^4.1.41",
55
- "@thi.ng/timestamp": "^1.1.35"
47
+ "@thi.ng/api": "^8.12.17",
48
+ "@thi.ng/arrays": "^2.14.13",
49
+ "@thi.ng/checks": "^3.8.7",
50
+ "@thi.ng/compare": "^2.5.5",
51
+ "@thi.ng/compose": "^3.0.54",
52
+ "@thi.ng/errors": "^2.6.6",
53
+ "@thi.ng/math": "^5.15.6",
54
+ "@thi.ng/random": "^4.1.42",
55
+ "@thi.ng/timestamp": "^1.1.36"
56
56
  },
57
57
  "devDependencies": {
58
58
  "esbuild": "^0.27.2",
@@ -610,5 +610,5 @@
610
610
  ],
611
611
  "year": 2016
612
612
  },
613
- "gitHead": "82ec7cc54d0e89dad89cde87fa36c444512d71d7\n"
613
+ "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
614
614
  }