@thi.ng/transducers-stats 2.1.30 → 2.1.31
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 +7 -10
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
3
|
+
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/transducers-stats)
|
|
6
6
|

|
|
7
|
-
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
This project is part of the
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
@@ -21,7 +21,7 @@ This project is part of the
|
|
|
21
21
|
|
|
22
22
|
## About
|
|
23
23
|
|
|
24
|
-
Transducers for statistical / technical analysis
|
|
24
|
+
Transducers for statistical / technical analysis
|
|
25
25
|
|
|
26
26
|
This package provides a set of
|
|
27
27
|
[transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
|
|
@@ -74,11 +74,8 @@ ES module import:
|
|
|
74
74
|
|
|
75
75
|
For Node.js REPL:
|
|
76
76
|
|
|
77
|
-
```
|
|
78
|
-
|
|
79
|
-
node --experimental-repl-await
|
|
80
|
-
|
|
81
|
-
> const transducersStats = await import("@thi.ng/transducers-stats");
|
|
77
|
+
```js
|
|
78
|
+
const transducersStats = await import("@thi.ng/transducers-stats");
|
|
82
79
|
```
|
|
83
80
|
|
|
84
81
|
Package sizes (brotli'd, pre-treeshake): ESM: 1.39 KB
|
|
@@ -147,7 +144,7 @@ tx.transduce(
|
|
|
147
144
|
|
|
148
145
|
## Authors
|
|
149
146
|
|
|
150
|
-
Karsten Schmidt
|
|
147
|
+
- [Karsten Schmidt](https://thi.ng)
|
|
151
148
|
|
|
152
149
|
If this project contributes to an academic publication, please cite it as:
|
|
153
150
|
|
|
@@ -162,4 +159,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
162
159
|
|
|
163
160
|
## License
|
|
164
161
|
|
|
165
|
-
© 2017 - 2022 Karsten Schmidt // Apache
|
|
162
|
+
© 2017 - 2022 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers-stats",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.31",
|
|
4
4
|
"description": "Transducers for statistical / technical analysis",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"author": "Karsten Schmidt
|
|
24
|
+
"author": "Karsten Schmidt (https://thi.ng)",
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/checks": "^3.3.
|
|
38
|
-
"@thi.ng/dcons": "^3.2.
|
|
39
|
-
"@thi.ng/errors": "^2.2.
|
|
40
|
-
"@thi.ng/transducers": "^8.3.
|
|
37
|
+
"@thi.ng/checks": "^3.3.5",
|
|
38
|
+
"@thi.ng/dcons": "^3.2.26",
|
|
39
|
+
"@thi.ng/errors": "^2.2.6",
|
|
40
|
+
"@thi.ng/transducers": "^8.3.26"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@microsoft/api-extractor": "^7.33.
|
|
44
|
-
"@thi.ng/testament": "^0.3.
|
|
43
|
+
"@microsoft/api-extractor": "^7.33.7",
|
|
44
|
+
"@thi.ng/testament": "^0.3.7",
|
|
45
45
|
"rimraf": "^3.0.2",
|
|
46
46
|
"tools": "^0.0.1",
|
|
47
|
-
"typedoc": "^0.23.
|
|
48
|
-
"typescript": "^4.
|
|
47
|
+
"typedoc": "^0.23.22",
|
|
48
|
+
"typescript": "^4.9.4"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"analysis",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"parent": "@thi.ng/transducers",
|
|
132
132
|
"year": 2017
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
|
|
135
135
|
}
|