@thi.ng/transducers-stats 2.2.2 → 2.2.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-24T18:15:49Z
3
+ - **Last updated**: 2024-12-12T10:11: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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-stats",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "Transducers for statistical / technical analysis",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,16 +36,16 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.13",
40
- "@thi.ng/checks": "^3.6.15",
41
- "@thi.ng/dcons": "^3.2.133",
42
- "@thi.ng/errors": "^2.5.19",
43
- "@thi.ng/transducers": "^9.2.9"
39
+ "@thi.ng/api": "^8.11.14",
40
+ "@thi.ng/checks": "^3.6.16",
41
+ "@thi.ng/dcons": "^3.2.134",
42
+ "@thi.ng/errors": "^2.5.20",
43
+ "@thi.ng/transducers": "^9.2.10"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.48.0",
47
47
  "esbuild": "^0.24.0",
48
- "typedoc": "^0.26.11",
48
+ "typedoc": "^0.27.4",
49
49
  "typescript": "^5.7.2"
50
50
  },
51
51
  "keywords": [
@@ -141,5 +141,5 @@
141
141
  "parent": "@thi.ng/transducers",
142
142
  "year": 2017
143
143
  },
144
- "gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
144
+ "gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n"
145
145
  }