@thi.ng/transducers 8.3.34 → 8.3.35
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/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.35",
|
|
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.
|
|
42
|
-
"@thi.ng/arrays": "^2.5.
|
|
41
|
+
"@thi.ng/api": "^8.7.3",
|
|
42
|
+
"@thi.ng/arrays": "^2.5.6",
|
|
43
43
|
"@thi.ng/checks": "^3.3.9",
|
|
44
|
-
"@thi.ng/compare": "^2.1.
|
|
45
|
-
"@thi.ng/compose": "^2.1.
|
|
46
|
-
"@thi.ng/errors": "^2.2.
|
|
47
|
-
"@thi.ng/math": "^5.4.
|
|
48
|
-
"@thi.ng/random": "^3.3.
|
|
44
|
+
"@thi.ng/compare": "^2.1.26",
|
|
45
|
+
"@thi.ng/compose": "^2.1.28",
|
|
46
|
+
"@thi.ng/errors": "^2.2.12",
|
|
47
|
+
"@thi.ng/math": "^5.4.4",
|
|
48
|
+
"@thi.ng/random": "^3.3.26"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@microsoft/api-extractor": "^7.34.2",
|
|
@@ -571,5 +571,5 @@
|
|
|
571
571
|
],
|
|
572
572
|
"year": 2016
|
|
573
573
|
},
|
|
574
|
-
"gitHead": "
|
|
574
|
+
"gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n"
|
|
575
575
|
}
|