|
1 | 1 | { |
2 | 2 | "name": "@stdlib/ndarray-base-max-view-buffer-index", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Compute the maximum linear index in an underlying data buffer accessible to an array view.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
39 | 39 | "url": "https://github.com/stdlib-js/stdlib/issues" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@stdlib/types": "^0.3.1", |
43 | | - "@stdlib/utils-library-manifest": "^0.2.0" |
| 42 | + "@stdlib/types": "^0.3.2", |
| 43 | + "@stdlib/utils-library-manifest": "^0.2.1" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
47 | | - "@stdlib/ndarray-base-shape2strides": "^0.1.1", |
48 | | - "@stdlib/ndarray-base-strides2offset": "^0.1.1", |
49 | | - "@stdlib/random-base-discrete-uniform": "^0.1.0", |
50 | | - "@stdlib/random-base-randu": "^0.1.0", |
| 46 | + "@stdlib/assert-is-nonnegative-integer": "^0.2.0", |
| 47 | + "@stdlib/ndarray-base-shape2strides": "^0.2.0", |
| 48 | + "@stdlib/ndarray-base-strides2offset": "^0.2.0", |
| 49 | + "@stdlib/random-base-discrete-uniform": "^0.2.0", |
| 50 | + "@stdlib/random-base-randu": "^0.2.0", |
51 | 51 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
52 | 52 | "istanbul": "^0.4.1", |
53 | 53 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
54 | | - "@stdlib/bench-harness": "^0.1.2" |
| 54 | + "@stdlib/bench-harness": "^0.2.0" |
55 | 55 | }, |
56 | 56 | "engines": { |
57 | 57 | "node": ">=0.10.0", |
|
0 commit comments