@stdlib/constants-float64-max-safe-integer
Advanced tools
+4
-4
| { | ||
| "name": "@stdlib/constants-float64-max-safe-integer", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Maximum safe double-precision floating-point integer.", | ||
@@ -39,8 +39,8 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/utils-library-manifest": "^0.1.0" | ||
| "@stdlib/utils-library-manifest": "^0.1.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/math-base-special-pow": "^0.0.7", | ||
| "@stdlib/math-base-special-pow": "^0.1.0", | ||
| "@stdlib/math-base-special-round": "^0.1.0", | ||
| "@stdlib/random-base-randu": "^0.0.8", | ||
| "@stdlib/random-base-randu": "^0.1.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -47,0 +47,0 @@ "istanbul": "^0.4.1", |
+2
-2
@@ -209,4 +209,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/constants-float64-max-safe-integer/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/constants-float64-max-safe-integer/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/constants-float64-max-safe-integer/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/constants-float64-max-safe-integer/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -213,0 +213,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float64-max-safe-integer/main.svg |