|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-typed-integer-ctors", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Integer-valued typed array constructors.", |
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/array-int16": "^0.1.0", |
41 | | - "@stdlib/array-int32": "^0.1.0", |
42 | | - "@stdlib/array-int8": "^0.1.0", |
43 | | - "@stdlib/array-uint16": "^0.1.0", |
44 | | - "@stdlib/array-uint32": "^0.1.0", |
45 | | - "@stdlib/array-uint8": "^0.1.0", |
46 | | - "@stdlib/array-uint8c": "^0.1.0" |
| 40 | + "@stdlib/array-int16": "^0.1.1", |
| 41 | + "@stdlib/array-int32": "^0.1.1", |
| 42 | + "@stdlib/array-int8": "^0.1.1", |
| 43 | + "@stdlib/array-uint16": "^0.1.1", |
| 44 | + "@stdlib/array-uint32": "^0.1.1", |
| 45 | + "@stdlib/array-uint8": "^0.1.1", |
| 46 | + "@stdlib/array-uint8c": "^0.1.1" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@stdlib/array-typed-integer-dtypes": "^0.1.0", |
| 49 | + "@stdlib/array-typed-integer-dtypes": "^0.1.1", |
50 | 50 | "@stdlib/assert-is-function": "^0.1.1", |
51 | 51 | "@stdlib/bench": "^0.1.0", |
52 | 52 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
|
0 commit comments