@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.
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
42
|
-
"@thi.ng/arrays": "^2.4.
|
|
43
|
-
"@thi.ng/checks": "^3.3.
|
|
44
|
-
"@thi.ng/compare": "^2.1.
|
|
45
|
-
"@thi.ng/compose": "^2.1.
|
|
46
|
-
"@thi.ng/errors": "^2.2.
|
|
47
|
-
"@thi.ng/math": "^5.3.
|
|
48
|
-
"@thi.ng/random": "^3.3.
|
|
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.
|
|
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": "
|
|
574
|
+
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
|
|
575
575
|
}
|