Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "smath", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Small math function library", | ||
@@ -15,3 +15,3 @@ "homepage": "https://npm.nicfv.com/smath", | ||
"build": "rm -rf dist && tsc", | ||
"test": "tsc --noEmit # tsc --outDir tmp test/index.ts && { node tmp/test/index.js ; rm -r tmp ; }", | ||
"test": "tsc --outDir tmp --rootDir . test/index.ts && { node tmp/test/index.js ; rm -r tmp ; }", | ||
"clean": "rm -rf node_modules package-lock.json dist types docs", | ||
@@ -52,2 +52,3 @@ "docs": "rm -rf docs && typedoc --includeVersion --disableSources --hideGenerator src", | ||
"@types/node": "20.11.30", | ||
"exray": "1.0.0", | ||
"typedoc": "0.25.12", | ||
@@ -54,0 +55,0 @@ "typescript": "5.4.3" |
@@ -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/1711215150) | ||
![Relative date](https://img.shields.io/date/1711218486) | ||
![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.3.3 | ||
npm i smath@1.3.4 | ||
``` | ||
@@ -19,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18052
4