Comparing version 1.4.7 to 1.4.8
@@ -19,5 +19,7 @@ "use strict"; | ||
* @packageDocumentation | ||
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit) Simple curve-fitting algorithm | ||
* Simple curve-fitting algorithm | ||
* | ||
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit) | ||
*/ | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./lib"), exports); |
{ | ||
"name": "datafit", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "Simple curve-fitting algorithm", | ||
@@ -14,6 +14,3 @@ "homepage": "https://npm.nicfv.com/", | ||
"scripts": { | ||
"build": "npm run postpack && tsc && node dist/test.js && rm dist/test.js types/test.d.ts", | ||
"test": "tsc --noEmit", | ||
"prepack": "npm run build", | ||
"postpack": "rm -rf dist types" | ||
"start": "../../.github/workflows/scripts" | ||
}, | ||
@@ -53,7 +50,7 @@ "keywords": [ | ||
"dependencies": { | ||
"smath": "1.9.0" | ||
"smath": "1.9.2" | ||
}, | ||
"devDependencies": { | ||
"t6": "1.1.5" | ||
"t6": "1.1.8" | ||
} | ||
} |
/** | ||
* @packageDocumentation | ||
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit) Simple curve-fitting algorithm | ||
* Simple curve-fitting algorithm | ||
* | ||
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit) | ||
*/ | ||
export * from './types'; | ||
export * from './lib'; |
207
12001
+ Addedsmath@1.9.2(transitive)
- Removedsmath@1.9.0(transitive)
Updatedsmath@1.9.2