@thi.ng/transducers 8.4.2 → 8.4.4

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "8.4.2",
3
+ "version": "8.4.4",
4
4
  "description": "Lightweight transducer implementations for ES6 / TypeScript",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,14 +38,14 @@
38
38
  "test": "testament test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.7.6",
42
- "@thi.ng/arrays": "^2.5.10",
41
+ "@thi.ng/api": "^8.8.0",
42
+ "@thi.ng/arrays": "^2.5.11",
43
43
  "@thi.ng/checks": "^3.3.12",
44
- "@thi.ng/compare": "^2.1.29",
45
- "@thi.ng/compose": "^2.1.31",
44
+ "@thi.ng/compare": "^2.1.30",
45
+ "@thi.ng/compose": "^2.1.32",
46
46
  "@thi.ng/errors": "^2.2.15",
47
- "@thi.ng/math": "^5.4.7",
48
- "@thi.ng/random": "^3.3.29"
47
+ "@thi.ng/math": "^5.4.9",
48
+ "@thi.ng/random": "^3.4.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.34.4",
@@ -574,5 +574,5 @@
574
574
  ],
575
575
  "year": 2016
576
576
  },
577
- "gitHead": "abcedd9e4e06a4b631f363610eec572f79b571c1\n"
577
+ "gitHead": "ca22f02a137c0a4e3a38ef81e82e2bc7e3c43849\n"
578
578
  }