File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -302,8 +302,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
302302[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-normalize.svg
303303[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-normalize
304304
305- [test-image]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml/badge.svg?branch=main
306- [test-url]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml?query=branch:main
305+ [test-image]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml/badge.svg?branch=v0.1.1
306+ [test-url]: https://github.com/stdlib-js/number-float64-base-normalize/actions/workflows/test.yml?query=branch:v0.1.1
307307
308308[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-normalize/main.svg
309309[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-normalize?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/number-float64-base-normalize" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
4242 "@stdlib/constants-float64-smallest-normal" : " ^0.1.1" ,
4343 "@stdlib/math-base-assert-is-infinite" : " ^0.1.1" ,
4444 "@stdlib/math-base-assert-is-nan" : " ^0.1.1" ,
45- "@stdlib/math-base-special-abs" : " ^0.1.0 " ,
45+ "@stdlib/math-base-special-abs" : " ^0.1.1 " ,
4646 "@stdlib/types" : " ^0.1.0" ,
4747 "@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1" ,
4848 "@stdlib/utils-library-manifest" : " ^0.1.1"
4949 },
5050 "devDependencies" : {
51- "@stdlib/array-float64" : " ^0.1.0 " ,
51+ "@stdlib/array-float64" : " ^0.1.1 " ,
5252 "@stdlib/assert-has-own-property" : " ^0.1.1" ,
5353 "@stdlib/assert-is-array" : " ^0.1.1" ,
5454 "@stdlib/assert-is-float64array" : " ^0.1.1" ,
You can’t perform that action at this time.
0 commit comments