|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-base-min-signed-integer-dtype", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "Determine the minimum array data type for storing a provided signed integer 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/constants-int16-max": "^0.1.1", |
41 | | - "@stdlib/constants-int16-min": "^0.1.1", |
42 | | - "@stdlib/constants-int32-max": "^0.1.1", |
43 | | - "@stdlib/constants-int32-min": "^0.1.1", |
44 | | - "@stdlib/constants-int8-max": "^0.1.1", |
45 | | - "@stdlib/constants-int8-min": "^0.1.1", |
| 40 | + "@stdlib/constants-int16-max": "^0.2.0", |
| 41 | + "@stdlib/constants-int16-min": "^0.2.0", |
| 42 | + "@stdlib/constants-int32-max": "^0.2.0", |
| 43 | + "@stdlib/constants-int32-min": "^0.2.0", |
| 44 | + "@stdlib/constants-int8-max": "^0.2.0", |
| 45 | + "@stdlib/constants-int8-min": "^0.2.0", |
46 | 46 | "@stdlib/types": "^0.3.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
|
52 | 52 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
53 | 53 | "istanbul": "^0.4.1", |
54 | 54 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
55 | | - "@stdlib/bench-harness": "^0.1.2" |
| 55 | + "@stdlib/bench-harness": "^0.2.0" |
56 | 56 | }, |
57 | 57 | "engines": { |
58 | 58 | "node": ">=0.10.0", |
|
0 commit comments