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