@stdlib/number-float16-ctor
Advanced tools
+8
-8
| { | ||
| "name": "@stdlib/number-float16-ctor", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "16-bit half-precision floating-point number.", | ||
@@ -36,9 +36,9 @@ "license": "Apache-2.0", | ||
| "@stdlib/assert-has-to-primitive-symbol-support": "^0.1.0", | ||
| "@stdlib/assert-is-number": "^0.2.2", | ||
| "@stdlib/number-float64-base-to-float16": "^0.1.0", | ||
| "@stdlib/string-format": "^0.2.2", | ||
| "@stdlib/symbol-to-primitive": "^0.1.0", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", | ||
| "@stdlib/utils-define-read-only-property": "^0.2.2", | ||
| "@stdlib/error-tools-fmtprodmsg": "^0.2.2" | ||
| "@stdlib/assert-is-number": "^0.2.3", | ||
| "@stdlib/number-float64-base-to-float16": "^0.1.2", | ||
| "@stdlib/string-format": "^0.2.3", | ||
| "@stdlib/symbol-to-primitive": "^0.1.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", | ||
| "@stdlib/utils-define-read-only-property": "^0.2.3", | ||
| "@stdlib/error-tools-fmtprodmsg": "^0.2.3" | ||
| }, | ||
@@ -45,0 +45,0 @@ "devDependencies": {}, |
+2
-2
@@ -416,4 +416,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/number-float16-ctor/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/number-float16-ctor/actions/workflows/test.yml?query=branch:v0.1.1 | ||
| [test-image]: https://github.com/stdlib-js/number-float16-ctor/actions/workflows/test.yml/badge.svg?branch=v0.1.2 | ||
| [test-url]: https://github.com/stdlib-js/number-float16-ctor/actions/workflows/test.yml?query=branch:v0.1.2 | ||
@@ -420,0 +420,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float16-ctor/main.svg |
- Removed
Updated
Updated