@thi.ng/transducers 8.8.13 → 8.8.14

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 +1 -1
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-03T12:13:31Z
3
+ - **Last updated**: 2023-12-09T19:12:04Z
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "8.8.13",
3
+ "version": "8.8.14",
4
4
  "description": "Lightweight transducer implementations for ES6 / TypeScript",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,18 +37,17 @@
37
37
  "test": "bun test"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.9.10",
41
- "@thi.ng/arrays": "^2.7.6",
42
- "@thi.ng/checks": "^3.4.10",
43
- "@thi.ng/compare": "^2.2.6",
44
- "@thi.ng/compose": "^2.1.49",
45
- "@thi.ng/errors": "^2.4.4",
46
- "@thi.ng/math": "^5.7.5",
47
- "@thi.ng/random": "^3.6.16"
40
+ "@thi.ng/api": "^8.9.11",
41
+ "@thi.ng/arrays": "^2.7.7",
42
+ "@thi.ng/checks": "^3.4.11",
43
+ "@thi.ng/compare": "^2.2.7",
44
+ "@thi.ng/compose": "^2.1.50",
45
+ "@thi.ng/errors": "^2.4.5",
46
+ "@thi.ng/math": "^5.7.6",
47
+ "@thi.ng/random": "^3.6.17"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.38.3",
51
- "@thi.ng/testament": "^0.4.3",
52
51
  "rimraf": "^5.0.5",
53
52
  "tools": "^0.0.1",
54
53
  "typedoc": "^0.25.4",
@@ -587,5 +586,5 @@
587
586
  ],
588
587
  "year": 2016
589
588
  },
590
- "gitHead": "04d1de79f256d7a53c6b5fd157b37f49bc88e11d\n"
589
+ "gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
591
590
  }