|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-int32",
|
3 |
| - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Int32Array.",
|
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/assert-has-int32array-support": "^0.0.8" |
| 40 | + "@stdlib/assert-has-int32array-support": "^0.1.0" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@stdlib/assert-has-property": "^0.0.7", |
44 |
| - "@stdlib/assert-is-arraybuffer": "^0.0.8", |
45 |
| - "@stdlib/assert-is-boolean": "^0.0.8", |
46 |
| - "@stdlib/assert-is-function": "^0.0.8", |
47 |
| - "@stdlib/assert-is-int32array": "^0.0.8", |
| 43 | + "@stdlib/assert-has-property": "^0.1.0", |
| 44 | + "@stdlib/assert-is-arraybuffer": "^0.1.0", |
| 45 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 46 | + "@stdlib/assert-is-function": "^0.1.0", |
| 47 | + "@stdlib/assert-is-int32array": "^0.1.0", |
48 | 48 | "@stdlib/assert-is-nonnegative-integer": "^0.0.7",
|
49 |
| - "@stdlib/bench": "^0.0.12", |
| 49 | + "@stdlib/bench": "^0.1.0", |
50 | 50 | "@stdlib/math-base-special-pow": "^0.0.7",
|
51 |
| - "@stdlib/math-base-special-round": "^0.0.7", |
| 51 | + "@stdlib/math-base-special-round": "^0.1.0", |
52 | 52 | "@stdlib/random-base-randi": "^0.0.7",
|
53 | 53 | "@stdlib/random-base-randu": "^0.0.8",
|
54 |
| - "@stdlib/symbol-iterator": "^0.0.7", |
| 54 | + "@stdlib/symbol-iterator": "^0.1.0", |
55 | 55 | "proxyquire": "^2.0.0",
|
56 | 56 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
57 | 57 | "istanbul": "^0.4.1",
|
|
0 commit comments