|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-typed",
|
3 |
| - "version": "0.2.1", |
| 3 | + "version": "0.3.0", |
4 | 4 | "description": "Create a typed array.",
|
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-defaults": "^0.2.1", |
| 40 | + "@stdlib/array-defaults": "^0.3.0", |
41 | 41 | "@stdlib/array-typed-ctors": "^0.2.1",
|
42 |
| - "@stdlib/assert-is-string": "^0.2.1", |
43 |
| - "@stdlib/strided-base-reinterpret-boolean": "^0.0.1", |
44 |
| - "@stdlib/strided-base-reinterpret-complex128": "^0.2.1", |
45 |
| - "@stdlib/strided-base-reinterpret-complex64": "^0.2.0", |
46 |
| - "@stdlib/string-format": "^0.2.1", |
| 42 | + "@stdlib/assert-is-string": "^0.2.2", |
| 43 | + "@stdlib/strided-base-reinterpret-boolean": "^0.0.2", |
| 44 | + "@stdlib/strided-base-reinterpret-complex128": "^0.2.2", |
| 45 | + "@stdlib/strided-base-reinterpret-complex64": "^0.2.1", |
| 46 | + "@stdlib/string-format": "^0.2.2", |
47 | 47 | "@stdlib/types": "^0.3.2",
|
48 |
| - "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
| 48 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@stdlib/array-bool": "^0.0.1",
|
52 |
| - "@stdlib/array-buffer": "^0.2.1", |
| 52 | + "@stdlib/array-buffer": "^0.2.2", |
53 | 53 | "@stdlib/array-complex128": "^0.2.1",
|
54 | 54 | "@stdlib/array-complex64": "^0.2.1",
|
55 |
| - "@stdlib/array-float32": "^0.2.1", |
56 |
| - "@stdlib/array-float64": "^0.2.1", |
57 |
| - "@stdlib/array-int16": "^0.2.1", |
58 |
| - "@stdlib/array-int32": "^0.2.1", |
59 |
| - "@stdlib/array-int8": "^0.2.1", |
60 |
| - "@stdlib/array-uint16": "^0.2.1", |
61 |
| - "@stdlib/array-uint32": "^0.2.1", |
62 |
| - "@stdlib/array-uint8": "^0.2.1", |
63 |
| - "@stdlib/array-uint8c": "^0.2.1", |
64 |
| - "@stdlib/assert-instance-of": "^0.2.1", |
| 55 | + "@stdlib/array-float32": "^0.2.2", |
| 56 | + "@stdlib/array-float64": "^0.2.2", |
| 57 | + "@stdlib/array-int16": "^0.2.2", |
| 58 | + "@stdlib/array-int32": "^0.2.2", |
| 59 | + "@stdlib/array-int8": "^0.2.2", |
| 60 | + "@stdlib/array-uint16": "^0.2.2", |
| 61 | + "@stdlib/array-uint32": "^0.2.2", |
| 62 | + "@stdlib/array-uint8": "^0.2.2", |
| 63 | + "@stdlib/array-uint8c": "^0.2.2", |
| 64 | + "@stdlib/assert-instance-of": "^0.2.2", |
65 | 65 | "@stdlib/assert-is-booleanarray": "^0.0.1",
|
66 |
| - "@stdlib/assert-is-complex-typed-array": "^0.2.1", |
67 |
| - "@stdlib/assert-is-typed-array": "^0.2.1", |
68 |
| - "@stdlib/math-base-special-pow": "^0.2.1", |
| 66 | + "@stdlib/assert-is-complex-typed-array": "^0.2.2", |
| 67 | + "@stdlib/assert-is-typed-array": "^0.2.2", |
| 68 | + "@stdlib/math-base-special-pow": "^0.3.0", |
69 | 69 | "@stdlib/random-base-randu": "^0.2.1",
|
70 | 70 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
71 | 71 | "istanbul": "^0.4.1",
|
72 | 72 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
73 |
| - "@stdlib/bench-harness": "^0.2.1" |
| 73 | + "@stdlib/bench-harness": "^0.2.2" |
74 | 74 | },
|
75 | 75 | "engines": {
|
76 | 76 | "node": ">=0.10.0",
|
|
0 commit comments