|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-base-buffer-dtype-enum", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Return the data type enumeration constant of an ndarray data buffer.", |
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/ndarray-base-buffer-dtype": "^0.3.0", |
41 | | - "@stdlib/ndarray-base-dtype-resolve-enum": "^0.3.0", |
| 40 | + "@stdlib/ndarray-base-buffer-dtype": "^0.4.0", |
| 41 | + "@stdlib/ndarray-base-dtype-resolve-enum": "^0.3.1", |
42 | 42 | "@stdlib/types": "^0.4.3" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "@stdlib/array-struct-factory": "github:stdlib-js/array-struct-factory#main", |
46 | | - "@stdlib/assert-is-function": "^0.2.2", |
47 | | - "@stdlib/assert-is-number": "^0.2.2", |
48 | | - "@stdlib/ndarray-base-buffer-ctors": "^0.3.0", |
49 | | - "@stdlib/ndarray-base-dtype-enums": "^0.1.0", |
50 | | - "@stdlib/ndarray-base-dtypes2strings": "^0.1.0", |
51 | | - "@stdlib/ndarray-dtypes": "^0.3.0", |
| 45 | + "@stdlib/array-struct-factory": "^0.1.0", |
| 46 | + "@stdlib/assert-is-function": "^0.2.3", |
| 47 | + "@stdlib/assert-is-number": "^0.2.3", |
| 48 | + "@stdlib/ndarray-base-buffer-ctors": "^0.4.0", |
| 49 | + "@stdlib/ndarray-base-dtype-enums": "^0.1.1", |
| 50 | + "@stdlib/ndarray-base-dtypes2strings": "^0.1.1", |
| 51 | + "@stdlib/ndarray-dtypes": "^0.4.0", |
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.2.2" |
| 55 | + "@stdlib/bench-harness": "^0.2.3" |
56 | 56 | }, |
57 | 57 | "engines": { |
58 | 58 | "node": ">=0.10.0", |
|
0 commit comments