|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/array-uint8c",
|
3 |
| -"version": "0.2.0", |
| 3 | +"version": "0.2.1", |
4 | 4 | "description": "Uint8ClampedArray.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
37 | 37 | "url": "https://.com/stdlib-js/stdlib/issues"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| -"@stdlib/assert-has-uint8clampedarray-support": "^0.2.0" |
| 40 | +"@stdlib/assert-has-uint8clampedarray-support": "^0.2.1" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| -"@stdlib/assert-has-property": "^0.2.0", |
44 |
| -"@stdlib/assert-is-arraybuffer": "^0.2.0", |
45 |
| -"@stdlib/assert-is-boolean": "^0.1.1", |
46 |
| -"@stdlib/assert-is-function": "^0.1.1", |
47 |
| -"@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
48 |
| -"@stdlib/assert-is-uint8clampedarray": "^0.2.0", |
49 |
| -"@stdlib/math-base-special-pow": "^0.1.0", |
50 |
| -"@stdlib/math-base-special-round": "^0.1.1", |
51 |
| -"@stdlib/random-base-randi": "^0.1.0", |
52 |
| -"@stdlib/random-base-randu": "^0.1.0", |
53 |
| -"@stdlib/symbol-iterator": "^0.2.0", |
| 43 | +"@stdlib/assert-has-property": "^0.2.1", |
| 44 | +"@stdlib/assert-is-arraybuffer": "^0.2.1", |
| 45 | +"@stdlib/assert-is-boolean": "^0.2.1", |
| 46 | +"@stdlib/assert-is-function": "^0.2.1", |
| 47 | +"@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 48 | +"@stdlib/assert-is-uint8clampedarray": "^0.2.1", |
| 49 | +"@stdlib/math-base-special-pow": "^0.2.0", |
| 50 | +"@stdlib/math-base-special-round": "^0.2.1", |
| 51 | +"@stdlib/random-base-randi": "^0.2.0", |
| 52 | +"@stdlib/random-base-randu": "^0.2.0", |
| 53 | +"@stdlib/symbol-iterator": "^0.2.1", |
54 | 54 | "proxyquire": "^2.0.0",
|
55 | 55 | "tape": "git+https://.com/kgryte/tape.git#fix/globby",
|
56 | 56 | "istanbul": "^0.4.1",
|
57 | 57 | "tap-min": "git+https://.com/Planeshifter/tap-min.git",
|
58 |
| -"@stdlib/bench-harness": "^0.1.2" |
| 58 | +"@stdlib/bench-harness": "^0.2.0" |
59 | 59 | },
|
60 | 60 | "engines": {
|
61 | 61 | "node": ">=0.10.0",
|
|
0 commit comments