Comparing version 1.8.1 to 1.8.2
{ | ||
"name": "smath", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Small math function library", | ||
@@ -14,6 +14,5 @@ "homepage": "https://npm.nicfv.com/smath", | ||
"scripts": { | ||
"build": "rm -rf dist types && tsc && node dist/test.js && rm dist/test.js", | ||
"test": "tsc --noEmit", | ||
"build": "rm -rf dist types docs && typedoc --options ../typedoc.json src && node dist/test.js && rm dist/test.js types/test.d.ts", | ||
"test": "tsc -v && tsc --noEmit", | ||
"clean": "rm -rf node_modules package-lock.json dist types docs", | ||
"docs": "rm -rf docs && typedoc --includeVersion --disableSources --hideGenerator --excludePrivate --excludeProtected src", | ||
"prepack": "npm run build", | ||
@@ -63,5 +62,4 @@ "postpack": "rm -rf dist types" | ||
"exray": "1.0.3", | ||
"typedoc": "0.25.13", | ||
"typescript": "5.4.5" | ||
"typedoc": "0.25.13" | ||
} | ||
} |
@@ -5,3 +5,3 @@ [Home](https://npm.nicfv.com/) | [Docs](https://npm.nicfv.com/smath/) | [GitHub](https://github.com/nicfv/npm/tree/main/smath/) | [npm](https://www.npmjs.com/package/smath) | [Changelog](https://github.com/nicfv/npm/blob/main/smath//CHANGELOG.md) | [YouTube](https://www.youtube.com/@nciv) | Small math function library | ||
![NPM Version](https://img.shields.io/npm/v/smath) | ||
![Relative date](https://img.shields.io/date/1712859313) | ||
![Relative date](https://img.shields.io/date/1712869981) | ||
![GitHub watchers](https://img.shields.io/github/watchers/nicfv/npm) | ||
@@ -16,3 +16,3 @@ ![GitHub forks](https://img.shields.io/github/forks/nicfv/npm) | ||
```shell | ||
npm i smath@1.8.1 | ||
npm i smath@1.8.2 | ||
``` | ||
@@ -19,0 +19,0 @@ |
3
37888
6
957