@thi.ng/transducers 8.3.6 → 8.3.7
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 +12 -12
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.7",
|
|
4
4
|
"description": "Lightweight transducer implementations for ES6 / TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.3.
|
|
38
|
-
"@thi.ng/arrays": "^2.3.
|
|
39
|
-
"@thi.ng/checks": "^3.2.
|
|
40
|
-
"@thi.ng/compare": "^2.1.
|
|
41
|
-
"@thi.ng/compose": "^2.1.
|
|
42
|
-
"@thi.ng/errors": "^2.1.
|
|
43
|
-
"@thi.ng/math": "^5.3.
|
|
44
|
-
"@thi.ng/random": "^3.3.
|
|
37
|
+
"@thi.ng/api": "^8.3.8",
|
|
38
|
+
"@thi.ng/arrays": "^2.3.1",
|
|
39
|
+
"@thi.ng/checks": "^3.2.2",
|
|
40
|
+
"@thi.ng/compare": "^2.1.8",
|
|
41
|
+
"@thi.ng/compose": "^2.1.8",
|
|
42
|
+
"@thi.ng/errors": "^2.1.8",
|
|
43
|
+
"@thi.ng/math": "^5.3.4",
|
|
44
|
+
"@thi.ng/random": "^3.3.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@microsoft/api-extractor": "^7.25.0",
|
|
48
|
-
"@thi.ng/testament": "^0.2.
|
|
48
|
+
"@thi.ng/testament": "^0.2.9",
|
|
49
49
|
"rimraf": "^3.0.2",
|
|
50
50
|
"tools": "^0.0.1",
|
|
51
51
|
"typedoc": "^0.22.17",
|
|
52
|
-
"typescript": "^4.7.
|
|
52
|
+
"typescript": "^4.7.4"
|
|
53
53
|
},
|
|
54
54
|
"keywords": [
|
|
55
55
|
"2d",
|
|
@@ -567,5 +567,5 @@
|
|
|
567
567
|
],
|
|
568
568
|
"year": 2016
|
|
569
569
|
},
|
|
570
|
-
"gitHead": "
|
|
570
|
+
"gitHead": "108a6357b77d457912d30681d7cc5603ae995209\n"
|
|
571
571
|
}
|