|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/assert-has-int8array-support",
|
3 |
| - "version": "0.0.8", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Detect native Int8Array support.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "@stdlib/assert-is-int8array": "^0.0.8", |
44 |
| - "@stdlib/cli-ctor": "^0.0.3", |
45 |
| - "@stdlib/constants-int8-max": "^0.0.7", |
46 |
| - "@stdlib/constants-int8-min": "^0.0.7", |
47 |
| - "@stdlib/fs-read-file": "^0.0.8" |
| 43 | + "@stdlib/assert-is-int8array": "^0.1.0", |
| 44 | + "@stdlib/cli-ctor": "^0.1.0", |
| 45 | + "@stdlib/constants-int8-max": "^0.1.0", |
| 46 | + "@stdlib/constants-int8-min": "^0.1.0", |
| 47 | + "@stdlib/fs-read-file": "^0.1.0" |
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@stdlib/array-int8": "^0.0.6",
|
51 |
| - "@stdlib/assert-is-boolean": "^0.0.8", |
52 |
| - "@stdlib/assert-is-browser": "^0.0.8", |
53 |
| - "@stdlib/assert-is-windows": "^0.0.7", |
54 |
| - "@stdlib/bench": "^0.0.12", |
55 |
| - "@stdlib/process-exec-path": "^0.0.7", |
| 51 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 52 | + "@stdlib/assert-is-browser": "^0.1.0", |
| 53 | + "@stdlib/assert-is-windows": "^0.1.0", |
| 54 | + "@stdlib/bench": "^0.1.0", |
| 55 | + "@stdlib/process-exec-path": "^0.1.0", |
56 | 56 | "proxyquire": "^2.0.0",
|
57 | 57 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
58 | 58 | "istanbul": "^0.4.1",
|
|
0 commit comments