@stdlib/constants-float64-ln-two
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@stdlib/constants-float64-ln-two", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Natural logarithm of 2.", | ||
@@ -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/constants-float64-eps": "^0.0.8", | ||
"@stdlib/math-base-special-abs": "^0.0.6", | ||
"@stdlib/math-base-special-ln": "^0.0.6", | ||
"@stdlib/constants-float64-eps": "^0.1.0", | ||
"@stdlib/math-base-special-abs": "^0.1.0", | ||
"@stdlib/math-base-special-ln": "^0.1.0", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -47,0 +47,0 @@ "istanbul": "^0.4.1", |
@@ -195,4 +195,4 @@ <!-- | ||
[test-image]: https://github.com/stdlib-js/constants-float64-ln-two/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
[test-url]: https://github.com/stdlib-js/constants-float64-ln-two/actions/workflows/test.yml?query=branch:v0.1.0 | ||
[test-image]: https://github.com/stdlib-js/constants-float64-ln-two/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
[test-url]: https://github.com/stdlib-js/constants-float64-ln-two/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -199,0 +199,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/constants-float64-ln-two/main.svg |