@thi.ng/transducers 8.3.27 → 8.3.28

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-20T16:33:12Z
3
+ - **Last updated**: 2022-12-22T21:47:08Z
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
@@ -59,7 +59,7 @@ This project is part of the
59
59
 
60
60
  ## About
61
61
 
62
- Lightweight transducer implementations for ES6 / TypeScript
62
+ Lightweight transducer implementations for ES6 / TypeScript.
63
63
 
64
64
  This library provides altogether ~130 transducers, reducers, sequence
65
65
  generators (ES6 generators/iterators) and additional supporting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "8.3.27",
3
+ "version": "8.3.28",
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.1",
42
- "@thi.ng/arrays": "^2.4.6",
43
- "@thi.ng/checks": "^3.3.5",
44
- "@thi.ng/compare": "^2.1.20",
45
- "@thi.ng/compose": "^2.1.22",
46
- "@thi.ng/errors": "^2.2.6",
47
- "@thi.ng/math": "^5.3.17",
48
- "@thi.ng/random": "^3.3.19"
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"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.33.7",
52
- "@thi.ng/testament": "^0.3.7",
52
+ "@thi.ng/testament": "^0.3.8",
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": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
574
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
575
575
  }