|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-typed",
|
3 |
| - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Create a typed array.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 | 40 | "@stdlib/array-typed-ctors": "^0.0.6",
|
41 |
| - "@stdlib/assert-is-string": "^0.0.8", |
42 |
| - "@stdlib/strided-base-reinterpret-complex128": "^0.0.2", |
43 |
| - "@stdlib/strided-base-reinterpret-complex64": "^0.0.2", |
44 |
| - "@stdlib/string-format": "^0.0.3", |
45 |
| - "@stdlib/types": "^0.0.14" |
| 41 | + "@stdlib/assert-is-string": "^0.1.0", |
| 42 | + "@stdlib/strided-base-reinterpret-complex128": "^0.1.0", |
| 43 | + "@stdlib/strided-base-reinterpret-complex64": "^0.1.0", |
| 44 | + "@stdlib/string-format": "^0.1.0", |
| 45 | + "@stdlib/types": "^0.1.0" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@stdlib/array-buffer": "^0.0.6", |
49 |
| - "@stdlib/array-complex128": "^0.0.6", |
50 |
| - "@stdlib/array-complex64": "^0.0.6", |
51 |
| - "@stdlib/array-float32": "^0.0.6", |
52 |
| - "@stdlib/array-float64": "^0.0.6", |
53 |
| - "@stdlib/array-int16": "^0.0.6", |
54 |
| - "@stdlib/array-int32": "^0.0.6", |
55 |
| - "@stdlib/array-int8": "^0.0.6", |
56 |
| - "@stdlib/array-uint16": "^0.0.6", |
57 |
| - "@stdlib/array-uint32": "^0.0.6", |
58 |
| - "@stdlib/array-uint8": "^0.0.7", |
59 |
| - "@stdlib/array-uint8c": "^0.0.8", |
60 |
| - "@stdlib/assert-instance-of": "^0.0.8", |
61 |
| - "@stdlib/assert-is-complex-typed-array": "^0.0.6", |
62 |
| - "@stdlib/assert-is-typed-array": "^0.0.6", |
63 |
| - "@stdlib/bench": "^0.0.12", |
64 |
| - "@stdlib/math-base-special-pow": "^0.0.7", |
| 48 | + "@stdlib/array-buffer": "^0.1.0", |
| 49 | + "@stdlib/array-complex128": "^0.1.0", |
| 50 | + "@stdlib/array-complex64": "^0.1.0", |
| 51 | + "@stdlib/array-float32": "^0.1.0", |
| 52 | + "@stdlib/array-float64": "^0.1.0", |
| 53 | + "@stdlib/array-int16": "^0.1.0", |
| 54 | + "@stdlib/array-int32": "^0.1.0", |
| 55 | + "@stdlib/array-int8": "^0.1.0", |
| 56 | + "@stdlib/array-uint16": "^0.1.0", |
| 57 | + "@stdlib/array-uint32": "^0.1.0", |
| 58 | + "@stdlib/array-uint8": "^0.1.0", |
| 59 | + "@stdlib/array-uint8c": "^0.1.0", |
| 60 | + "@stdlib/assert-instance-of": "^0.1.0", |
| 61 | + "@stdlib/assert-is-complex-typed-array": "^0.1.0", |
| 62 | + "@stdlib/assert-is-typed-array": "^0.1.0", |
| 63 | + "@stdlib/bench": "^0.1.0", |
| 64 | + "@stdlib/math-base-special-pow": "^0.1.0", |
65 | 65 | "@stdlib/random-base-randu": "^0.0.8",
|
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
67 | 67 | "istanbul": "^0.4.1",
|
|
0 commit comments