pragmastat 10.0.0 → 10.0.2

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,10 +3,10 @@
3
3
  Install from npm:
4
4
 
5
5
  ```bash
6
- npm i pragmastat@10.0.0
6
+ npm i pragmastat@10.0.2
7
7
  ```
8
8
 
9
- Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v10.0.0/ts
9
+ Source code: https://github.com/AndreyAkinshin/pragmastat/tree/v10.0.2/ts
10
10
 
11
11
  Pragmastat on npm: https://www.npmjs.com/package/pragmastat
12
12
 
@@ -18,7 +18,7 @@ import {
18
18
  centerBounds, shiftBounds, ratioBounds,
19
19
  spreadBounds, disparityBounds,
20
20
  Rng, Additive, Multiplic, Exp, Power, Uniform
21
- } from '../src';
21
+ } from 'pragmastat';
22
22
 
23
23
  function main() {
24
24
  // --- One-Sample ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pragmastat",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "description": "Pragmastat: Pragmatic Statistical Toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",