|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-min-dtype", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Determine the minimum array data type of the closest kind necessary for storing a provided scalar value.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/assert-is-boolean": "^0.2.2", |
41 | | - "@stdlib/assert-is-complex-like": "^0.2.2", |
42 | | - "@stdlib/assert-is-number": "^0.2.2", |
43 | | - "@stdlib/constants-float32-max-safe-integer": "^0.2.2", |
44 | | - "@stdlib/constants-float32-min-safe-integer": "^0.2.2", |
45 | | - "@stdlib/constants-float32-smallest-subnormal": "^0.2.2", |
46 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
47 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
48 | | - "@stdlib/constants-int16-min": "^0.2.2", |
49 | | - "@stdlib/constants-int32-min": "^0.2.2", |
50 | | - "@stdlib/constants-int8-min": "^0.2.2", |
51 | | - "@stdlib/constants-uint16-max": "^0.2.2", |
52 | | - "@stdlib/constants-uint32-max": "^0.2.2", |
53 | | - "@stdlib/constants-uint8-max": "^0.2.2", |
54 | | - "@stdlib/math-base-assert-is-integer": "^0.2.6", |
55 | | - "@stdlib/math-base-assert-is-negative-zero": "^0.2.2", |
| 40 | + "@stdlib/assert-is-boolean": "^0.2.3", |
| 41 | + "@stdlib/assert-is-complex-like": "^0.2.3", |
| 42 | + "@stdlib/assert-is-number": "^0.2.3", |
| 43 | + "@stdlib/constants-float32-max-safe-integer": "^0.2.3", |
| 44 | + "@stdlib/constants-float32-min-safe-integer": "^0.2.3", |
| 45 | + "@stdlib/constants-float32-smallest-subnormal": "^0.2.3", |
| 46 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 47 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 48 | + "@stdlib/constants-int16-min": "^0.2.3", |
| 49 | + "@stdlib/constants-int32-min": "^0.2.3", |
| 50 | + "@stdlib/constants-int8-min": "^0.2.3", |
| 51 | + "@stdlib/constants-uint16-max": "^0.2.3", |
| 52 | + "@stdlib/constants-uint32-max": "^0.2.3", |
| 53 | + "@stdlib/constants-uint8-max": "^0.2.3", |
| 54 | + "@stdlib/math-base-assert-is-integer": "^0.2.7", |
| 55 | + "@stdlib/math-base-assert-is-negative-zero": "^0.2.3", |
56 | 56 | "@stdlib/types": "^0.4.3" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@stdlib/assert-is-string": "^0.2.2", |
60 | | - "@stdlib/complex-float32-ctor": "^0.0.2", |
61 | | - "@stdlib/complex-float64-ctor": "^0.1.0", |
62 | | - "@stdlib/math-base-special-pow": "^0.3.0", |
63 | | - "@stdlib/math-base-special-roundn": "^0.2.2", |
| 59 | + "@stdlib/assert-is-string": "^0.2.3", |
| 60 | + "@stdlib/complex-float32-ctor": "^0.1.0", |
| 61 | + "@stdlib/complex-float64-ctor": "^0.1.2", |
| 62 | + "@stdlib/math-base-special-pow": "^0.3.1", |
| 63 | + "@stdlib/math-base-special-roundn": "^0.2.3", |
64 | 64 | "@stdlib/random-base-discrete-uniform": "^0.2.1", |
65 | | - "@stdlib/random-base-randu": "^0.2.1", |
| 65 | + "@stdlib/random-base-randu": "^0.2.2", |
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
67 | 67 | "istanbul": "^0.4.1", |
68 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
69 | | - "@stdlib/bench-harness": "^0.2.2" |
| 69 | + "@stdlib/bench-harness": "^0.2.3" |
70 | 70 | }, |
71 | 71 | "engines": { |
72 | 72 | "node": ">=0.10.0", |
|
0 commit comments