|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-float32", |
3 | | - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Float32Array.", |
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-float32array-support": "^0.0.8" |
| 40 | + "@stdlib/assert-has-float32array-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-float32array": "^0.0.8", |
47 | | - "@stdlib/assert-is-function": "^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-float32array": "^0.1.0", |
| 47 | + "@stdlib/assert-is-function": "^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 | 51 | "@stdlib/random-base-randi": "^0.0.7", |
52 | 52 | "@stdlib/random-base-randu": "^0.0.8", |
53 | | - "@stdlib/symbol-iterator": "^0.0.7", |
| 53 | + "@stdlib/symbol-iterator": "^0.1.0", |
54 | 54 | "proxyquire": "^2.0.0", |
55 | 55 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
56 | 56 | "istanbul": "^0.4.1", |
|
0 commit comments