pragmastat 3.2.2 → 3.2.4

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,9 @@
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: [pragmastat-v3.2.2.pdf](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.2.2/pragmastat-v3.2.2.pdf)
6
- - Markdown manual for this version: [pragmastat-v3.2.2.md](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.2.2/pragmastat-v3.2.2.md)
7
- - Source code for this version: [pragmastat/ts/v3.2.2](https://github.com/AndreyAkinshin/pragmastat/tree/v3.2.2/ts)
5
+ - PDF manual for this version: [pragmastat-v3.2.4.pdf](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.2.4/pragmastat-v3.2.4.pdf)
6
+ - Markdown manual for this version: [pragmastat-v3.2.4.md](https://github.com/AndreyAkinshin/pragmastat/releases/download/v3.2.4/pragmastat-v3.2.4.md)
7
+ - Source code for this version: [pragmastat/ts/v3.2.4](https://github.com/AndreyAkinshin/pragmastat/tree/v3.2.4/ts)
8
8
  - Latest online manual: https://pragmastat.dev
9
9
  - Manual DOI: [10.5281/zenodo.17236778](https://doi.org/10.5281/zenodo.17236778)
10
10
 
@@ -13,7 +13,7 @@ This is a TypeScript implementation of 'Pragmastat: Pragmatic Statistical Toolki
13
13
  Install from npm:
14
14
 
15
15
  ```bash
16
- npm i pragmastat@3.2.2
16
+ npm i pragmastat@3.2.4
17
17
  ```
18
18
 
19
19
  ## Demo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pragmastat",
3
- "version": "3.2.2",
3
+ "version": "3.2.4",
4
4
  "description": "Pragmastat: Pragmatic Statistical Toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",