@thi.ng/transducers-stats 2.2.11 → 2.2.13

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**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-19T20:59:58Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 201 standalone projects, maintained as part
10
+ > This is one of 202 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-stats",
3
- "version": "2.2.11",
3
+ "version": "2.2.13",
4
4
  "description": "Transducers for statistical / technical analysis",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,15 +39,15 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.19",
43
- "@thi.ng/buffers": "^1.0.4",
44
- "@thi.ng/checks": "^3.6.22",
45
- "@thi.ng/errors": "^2.5.25",
46
- "@thi.ng/transducers": "^9.2.17"
42
+ "@thi.ng/api": "^8.11.21",
43
+ "@thi.ng/buffers": "^1.0.6",
44
+ "@thi.ng/checks": "^3.6.24",
45
+ "@thi.ng/errors": "^2.5.27",
46
+ "@thi.ng/transducers": "^9.2.19"
47
47
  },
48
48
  "devDependencies": {
49
- "esbuild": "^0.24.2",
50
- "typedoc": "^0.27.6",
49
+ "esbuild": "^0.25.0",
50
+ "typedoc": "^0.27.7",
51
51
  "typescript": "^5.7.3"
52
52
  },
53
53
  "keywords": [
@@ -143,5 +143,5 @@
143
143
  "parent": "@thi.ng/transducers",
144
144
  "year": 2017
145
145
  },
146
- "gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n"
146
+ "gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
147
147
  }
package/sma.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { Transducer } from "@thi.ng/transducers";
2
2
  /**
3
3
  * Like
4
- * [`movingAverage()`](https://docs.thi.ng/umbrella/transducers/functions/movingAverage.html),
4
+ * [`movingAverage`](https://docs.thi.ng/umbrella/transducers/functions/movingAverage.html),
5
5
  * but using more efficient linked list as sliding window buffer.
6
6
  *
7
7
  * Note: the number of results will be `period-1` less than the number of