|
1 | 1 | { |
2 | 2 | "name": "@stdlib/number-float64-base-set-high-word", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Set the more significant 32 bits of a double-precision floating-point number.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | 43 | "@stdlib/array-float64": "^0.2.2", |
44 | | - "@stdlib/array-uint32": "^0.2.2", |
| 44 | + "@stdlib/array-uint32": "^0.2.3", |
45 | 45 | "@stdlib/assert-is-little-endian": "^0.2.2", |
46 | 46 | "@stdlib/number-float64-base-to-words": "^0.2.2", |
47 | 47 | "@stdlib/utils-library-manifest": "^0.2.3" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@stdlib/assert-is-node": "^0.2.2", |
51 | | - "@stdlib/assert-is-number": "^0.2.2", |
52 | | - "@stdlib/assert-is-windows": "^0.2.2", |
53 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
54 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
55 | | - "@stdlib/constants-uint32-max": "^0.2.2", |
56 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 50 | + "@stdlib/assert-is-node": "^0.2.3", |
| 51 | + "@stdlib/assert-is-number": "^0.2.3", |
| 52 | + "@stdlib/assert-is-windows": "^0.2.3", |
| 53 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 54 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 55 | + "@stdlib/constants-uint32-max": "^0.2.3", |
| 56 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
57 | 57 | "@stdlib/math-base-special-pow": "^0.3.0", |
58 | | - "@stdlib/math-base-special-round": "^0.3.0", |
59 | | - "@stdlib/number-float64-base-to-binary-string": "^0.2.2", |
60 | | - "@stdlib/process-node-version": "^0.2.2", |
61 | | - "@stdlib/random-base-randu": "^0.2.1", |
62 | | - "@stdlib/string-left-pad": "^0.2.2", |
63 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 58 | + "@stdlib/math-base-special-round": "^0.3.1", |
| 59 | + "@stdlib/number-float64-base-to-binary-string": "^0.2.3", |
| 60 | + "@stdlib/process-node-version": "^0.2.3", |
| 61 | + "@stdlib/random-base-randu": "^0.2.2", |
| 62 | + "@stdlib/string-left-pad": "^0.2.3", |
| 63 | + "@stdlib/utils-try-require": "^0.2.3", |
64 | 64 | "proxyquire": "^2.0.0", |
65 | 65 | "semver": "^6.0.0", |
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
|
0 commit comments