|
1 | 1 | { |
2 | 2 | "name": "@stdlib/number-float16-base-significand", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Return an integer corresponding to the significand of a half-precision floating-point number.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@stdlib/constants-float16-significand-mask": "github:stdlib-js/constants-float16-significand-mask#main", |
| 43 | + "@stdlib/constants-float16-significand-mask": "^0.1.0", |
44 | 44 | "@stdlib/number-float16-base-to-word": "github:stdlib-js/number-float16-base-to-word#main", |
45 | | - "@stdlib/number-float16-ctor": "github:stdlib-js/number-float16-ctor#main", |
46 | | - "@stdlib/number-float64-base-to-float16": "github:stdlib-js/number-float64-base-to-float16#main", |
| 45 | + "@stdlib/number-float16-ctor": "^0.1.0", |
| 46 | + "@stdlib/number-float64-base-to-float16": "^0.1.0", |
47 | 47 | "@stdlib/utils-library-manifest": "^0.2.3" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
|
53 | 53 | "@stdlib/math-base-assert-is-nan": "^0.2.2", |
54 | 54 | "@stdlib/math-base-special-pow": "^0.3.0", |
55 | 55 | "@stdlib/math-base-special-round": "^0.3.0", |
56 | | - "@stdlib/number-float16-base-to-binary-string": "github:stdlib-js/number-float16-base-to-binary-string#main", |
| 56 | + "@stdlib/number-float16-base-to-binary-string": "^0.1.0", |
57 | 57 | "@stdlib/number-float32-base-to-float16": "github:stdlib-js/number-float32-base-to-float16#main", |
58 | 58 | "@stdlib/random-array-uniform": "^0.2.1", |
59 | 59 | "@stdlib/random-base-randu": "^0.2.1", |
60 | 60 | "@stdlib/string-format": "^0.2.2", |
61 | | - "@stdlib/utils-nary-function": "^0.2.2", |
| 61 | + "@stdlib/utils-nary-function": "^0.2.3", |
62 | 62 | "@stdlib/utils-try-require": "^0.2.2", |
63 | 63 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
64 | 64 | "istanbul": "^0.4.1", |
|
0 commit comments