@thi.ng/transducers-stats 2.1.73 → 2.1.74

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-23T07:37:37Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -90,11 +90,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.39 KB
90
90
 
91
91
  ## Usage examples
92
92
 
93
- Several demos in this repo's
93
+ Several projects in this repo's
94
94
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
95
- directory are using this package.
96
-
97
- A selection:
95
+ directory are using this package:
98
96
 
99
97
  | Screenshot | Description | Live demo | Source |
100
98
  |:--------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-stats",
3
- "version": "2.1.73",
3
+ "version": "2.1.74",
4
4
  "description": "Transducers for statistical / technical analysis",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/checks": "^3.4.6",
38
- "@thi.ng/dcons": "^3.2.68",
38
+ "@thi.ng/dcons": "^3.2.69",
39
39
  "@thi.ng/errors": "^2.4.0",
40
- "@thi.ng/transducers": "^8.8.6"
40
+ "@thi.ng/transducers": "^8.8.7"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.38.0",
@@ -131,5 +131,5 @@
131
131
  "parent": "@thi.ng/transducers",
132
132
  "year": 2017
133
133
  },
134
- "gitHead": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
134
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
135
135
  }