exactnumber
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,5 @@ | ||
## 1.0.4 (September 30, 2024) | ||
- Fix Typescript types path | ||
- Update dependencies | ||
## 1.0.3 (August 09, 2024) | ||
@@ -2,0 +6,0 @@ - Fixed bug with invalid rounding at some fractional values |
/*! | ||
* exactnumber v1.0.3 (https://www.npmjs.com/package/exactnumber) | ||
* exactnumber v1.0.4 (https://www.npmjs.com/package/exactnumber) | ||
* (c) Dani Biro | ||
@@ -4,0 +4,0 @@ * @license MIT |
/*! | ||
* exactnumber v1.0.3 (https://www.npmjs.com/package/exactnumber) | ||
* exactnumber v1.0.4 (https://www.npmjs.com/package/exactnumber) | ||
* (c) Dani Biro | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "exactnumber", | ||
"description": "Arbitrary-precision decimals. Enables making math calculations with rational numbers, without precision loss.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/src/index.d.ts", | ||
"types": "dist/types/src/index.d.ts", | ||
"scripts": { | ||
@@ -50,12 +50,12 @@ "build-rollup": "rollup -c", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^26.0.1", | ||
"@rollup/plugin-commonjs": "^28.0.0", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/estree": "^1.0.5", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.14.14", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-typescript": "^12.1.0", | ||
"@types/estree": "^1.0.6", | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^20.16.10", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -66,11 +66,11 @@ "eslint-config-airbnb-typescript": "^18.0.0", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.20.0", | ||
"rollup": "^4.22.5", | ||
"rollup-plugin-copy": "^3.5.0", | ||
"rollup-plugin-license": "^3.5.2", | ||
"rollup-plugin-license": "^3.5.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"ts-jest": "^29.2.4", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4", | ||
"typedoc": "^0.26.5" | ||
"typescript": "^5.6.2", | ||
"typedoc": "^0.26.7" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
416522