|
1 | 1 | { |
2 | 2 | "name": "@stdlib/array-shared-buffer", |
3 | | - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "SharedArrayBuffer.", |
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-sharedarraybuffer-support": "^0.0.8" |
| 40 | + "@stdlib/assert-has-sharedarraybuffer-support": "^0.1.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@stdlib/array-float64": "^0.0.6", |
44 | | - "@stdlib/array-uint8": "^0.0.7", |
45 | | - "@stdlib/assert-has-own-property": "^0.0.7", |
46 | | - "@stdlib/assert-has-property": "^0.0.7", |
47 | | - "@stdlib/assert-instance-of": "^0.0.8", |
48 | | - "@stdlib/assert-is-function": "^0.0.8", |
49 | | - "@stdlib/assert-is-sharedarraybuffer": "^0.0.7", |
50 | | - "@stdlib/bench": "^0.0.12", |
51 | | - "@stdlib/constants-float64-max-safe-integer": "^0.0.8", |
| 44 | + "@stdlib/array-uint8": "^0.1.0", |
| 45 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 46 | + "@stdlib/assert-has-property": "^0.1.0", |
| 47 | + "@stdlib/assert-instance-of": "^0.1.0", |
| 48 | + "@stdlib/assert-is-function": "^0.1.0", |
| 49 | + "@stdlib/assert-is-sharedarraybuffer": "^0.1.0", |
| 50 | + "@stdlib/bench": "^0.1.0", |
| 51 | + "@stdlib/constants-float64-max-safe-integer": "^0.1.0", |
52 | 52 | "@stdlib/math-base-special-pow": "^0.0.7", |
53 | 53 | "@stdlib/number-uint8-base-to-binary-string": "^0.0.8", |
54 | 54 | "@stdlib/random-base-randu": "^0.0.8", |
|
0 commit comments