| 
1 | 1 | {  | 
2 | 2 |   "name": "@stdlib/assert-has-uint32array-support",  | 
3 |  | -  "version": "0.2.0",  | 
 | 3 | +  "version": "0.2.1",  | 
4 | 4 |   "description": "Detect native Uint32Array 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-uint32array": "^0.2.0",  | 
44 |  | -    "@stdlib/cli-ctor": "^0.1.1",  | 
45 |  | -    "@stdlib/constants-uint32-max": "^0.2.0",  | 
46 |  | -    "@stdlib/fs-read-file": "^0.2.0"  | 
 | 43 | +    "@stdlib/assert-is-uint32array": "^0.2.1",  | 
 | 44 | +    "@stdlib/cli-ctor": "^0.2.1",  | 
 | 45 | +    "@stdlib/constants-uint32-max": "^0.2.1",  | 
 | 46 | +    "@stdlib/fs-read-file": "^0.2.1"  | 
47 | 47 |   },  | 
48 | 48 |   "devDependencies": {  | 
49 |  | -    "@stdlib/array-uint32": "^0.1.1",  | 
50 |  | -    "@stdlib/assert-is-boolean": "^0.1.1",  | 
51 |  | -    "@stdlib/assert-is-browser": "^0.1.1",  | 
52 |  | -    "@stdlib/assert-is-windows": "^0.1.1",  | 
53 |  | -    "@stdlib/process-exec-path": "^0.1.1",  | 
 | 49 | +    "@stdlib/array-uint32": "^0.2.0",  | 
 | 50 | +    "@stdlib/assert-is-boolean": "^0.2.0",  | 
 | 51 | +    "@stdlib/assert-is-browser": "^0.2.0",  | 
 | 52 | +    "@stdlib/assert-is-windows": "^0.2.0",  | 
 | 53 | +    "@stdlib/process-exec-path": "^0.2.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",  | 
57 | 57 |     "tap-min": "git+https://github.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