@thi.ng/transducers-stats 2.1.52 → 2.1.54

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-08-04T10:58:19Z
3
+ - **Last updated**: 2023-08-10T12:25:09Z
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
@@ -1,6 +1,7 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
+ <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
2
3
 
3
- # ![@thi.ng/transducers-stats](https://media.thi.ng/umbrella/banners-20220914/thing-transducers-stats.svg?6c668527)
4
+ # ![@thi.ng/transducers-stats](https://media.thi.ng/umbrella/banners-20230807/thing-transducers-stats.svg?6c668527)
4
5
 
5
6
  [![npm version](https://img.shields.io/npm/v/@thi.ng/transducers-stats.svg)](https://www.npmjs.com/package/@thi.ng/transducers-stats)
6
7
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/transducers-stats.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-stats",
3
- "version": "2.1.52",
3
+ "version": "2.1.54",
4
4
  "description": "Transducers for statistical / technical analysis",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,14 +34,14 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/checks": "^3.4.0",
38
- "@thi.ng/dcons": "^3.2.47",
39
- "@thi.ng/errors": "^2.3.0",
40
- "@thi.ng/transducers": "^8.5.0"
37
+ "@thi.ng/checks": "^3.4.2",
38
+ "@thi.ng/dcons": "^3.2.49",
39
+ "@thi.ng/errors": "^2.3.2",
40
+ "@thi.ng/transducers": "^8.5.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.36.3",
44
- "@thi.ng/testament": "^0.3.18",
44
+ "@thi.ng/testament": "^0.3.20",
45
45
  "rimraf": "^5.0.1",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.24.8",
@@ -131,5 +131,5 @@
131
131
  "parent": "@thi.ng/transducers",
132
132
  "year": 2017
133
133
  },
134
- "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
134
+ "gitHead": "ad9ac3232c6fc5fc8a0df75ac82fc1e0e9fb0258\n"
135
135
  }