@thi.ng/transducers 8.3.28 → 8.3.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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-22T21:47:08Z
3
+ - **Last updated**: 2023-01-10T15:20:19Z
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/README.md CHANGED
@@ -1018,4 +1018,4 @@ If this project contributes to an academic publication, please cite it as:
1018
1018
 
1019
1019
  ## License
1020
1020
 
1021
- © 2016 - 2022 Karsten Schmidt // Apache License 2.0
1021
+ © 2016 - 2023 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "8.3.28",
3
+ "version": "8.3.30",
4
4
  "description": "Lightweight transducer implementations for ES6 / TypeScript",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,18 +38,18 @@
38
38
  "test": "testament test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.6.2",
42
- "@thi.ng/arrays": "^2.4.7",
43
- "@thi.ng/checks": "^3.3.6",
44
- "@thi.ng/compare": "^2.1.21",
45
- "@thi.ng/compose": "^2.1.23",
46
- "@thi.ng/errors": "^2.2.7",
47
- "@thi.ng/math": "^5.3.18",
48
- "@thi.ng/random": "^3.3.20"
41
+ "@thi.ng/api": "^8.6.3",
42
+ "@thi.ng/arrays": "^2.5.1",
43
+ "@thi.ng/checks": "^3.3.7",
44
+ "@thi.ng/compare": "^2.1.22",
45
+ "@thi.ng/compose": "^2.1.24",
46
+ "@thi.ng/errors": "^2.2.8",
47
+ "@thi.ng/math": "^5.4.0",
48
+ "@thi.ng/random": "^3.3.21"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.33.7",
52
- "@thi.ng/testament": "^0.3.8",
52
+ "@thi.ng/testament": "^0.3.9",
53
53
  "rimraf": "^3.0.2",
54
54
  "tools": "^0.0.1",
55
55
  "typedoc": "^0.23.22",
@@ -571,5 +571,5 @@
571
571
  ],
572
572
  "year": 2016
573
573
  },
574
- "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
574
+ "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
575
575
  }