|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-base-buffer-dtype", |
3 | | - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "Return the data type of an ndarray data buffer.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "@stdlib/array-bool": "^0.0.1", |
41 | 41 | "@stdlib/array-complex128": "^0.2.1", |
42 | 42 | "@stdlib/array-complex64": "^0.2.1", |
43 | | - "@stdlib/array-float32": "^0.2.1", |
44 | | - "@stdlib/array-float64": "^0.2.1", |
45 | | - "@stdlib/array-int16": "^0.2.1", |
46 | | - "@stdlib/array-int32": "^0.2.1", |
47 | | - "@stdlib/array-int8": "^0.2.1", |
48 | | - "@stdlib/array-uint16": "^0.2.1", |
49 | | - "@stdlib/array-uint32": "^0.2.1", |
50 | | - "@stdlib/array-uint8": "^0.2.1", |
51 | | - "@stdlib/array-uint8c": "^0.2.1", |
52 | | - "@stdlib/assert-is-array": "^0.2.1", |
53 | | - "@stdlib/assert-is-buffer": "^0.2.1", |
54 | | - "@stdlib/utils-constructor-name": "^0.2.1" |
| 43 | + "@stdlib/array-float32": "^0.2.2", |
| 44 | + "@stdlib/array-float64": "^0.2.2", |
| 45 | + "@stdlib/array-int16": "^0.2.2", |
| 46 | + "@stdlib/array-int32": "^0.2.2", |
| 47 | + "@stdlib/array-int8": "^0.2.2", |
| 48 | + "@stdlib/array-uint16": "^0.2.2", |
| 49 | + "@stdlib/array-uint32": "^0.2.2", |
| 50 | + "@stdlib/array-uint8": "^0.2.2", |
| 51 | + "@stdlib/array-uint8c": "^0.2.2", |
| 52 | + "@stdlib/assert-is-array": "^0.2.2", |
| 53 | + "@stdlib/assert-is-buffer": "^0.2.2", |
| 54 | + "@stdlib/utils-constructor-name": "^0.2.2" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@stdlib/assert-is-function": "^0.2.1", |
58 | | - "@stdlib/assert-is-string": "^0.2.1", |
| 57 | + "@stdlib/assert-is-function": "^0.2.2", |
| 58 | + "@stdlib/assert-is-string": "^0.2.2", |
59 | 59 | "@stdlib/ndarray-base-buffer-ctors": "^0.2.1", |
60 | | - "@stdlib/ndarray-dtypes": "^0.2.1", |
| 60 | + "@stdlib/ndarray-dtypes": "^0.3.0", |
61 | 61 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
62 | 62 | "istanbul": "^0.4.1", |
63 | 63 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
64 | | - "@stdlib/bench-harness": "^0.2.1" |
| 64 | + "@stdlib/bench-harness": "^0.2.2" |
65 | 65 | }, |
66 | 66 | "engines": { |
67 | 67 | "node": ">=0.10.0", |
|
0 commit comments