pragmastat 3.1.21 → 3.1.22

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  This is a TypeScript implementation of 'Pragmastat: Pragmatic Statistical Toolkit', which presents a toolkit of statistical procedures that provide reliable results across diverse real-world distributions, with ready-to-use implementations and detailed explanations.
4
4
 
5
- - PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.21.pdf
5
+ - PDF manual for this version: https://pragmastat.dev/pragmastat-v3.1.22.pdf
6
6
  - Online manual for the latest version: https://pragmastat.dev
7
7
  - Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
8
- - Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.21/ts
8
+ - Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v3.1.22/ts
9
9
 
10
10
  ## Installation
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pragmastat",
3
- "version": "3.1.21",
3
+ "version": "3.1.22",
4
4
  "description": "Pragmastat: Pragmatic Statistical Toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",