|
1 | 1 | { |
2 | 2 | "name": "@stdlib/stats-ranks", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Compute ranks for values of an array-like object.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | 40 | "@stdlib/array-base-assert-contains": "^0.2.2", |
41 | | - "@stdlib/array-base-filled": "^0.2.2", |
42 | | - "@stdlib/array-base-zeros": "^0.2.2", |
43 | | - "@stdlib/assert-contains": "^0.2.2", |
44 | | - "@stdlib/assert-has-own-property": "^0.2.2", |
45 | | - "@stdlib/assert-is-array": "^0.2.2", |
46 | | - "@stdlib/assert-is-collection": "^0.2.2", |
47 | | - "@stdlib/assert-is-object": "^0.2.2", |
48 | | - "@stdlib/assert-is-string": "^0.2.2", |
49 | | - "@stdlib/string-format": "^0.2.2", |
| 41 | + "@stdlib/array-base-filled": "^0.2.3", |
| 42 | + "@stdlib/array-base-zeros": "^0.2.3", |
| 43 | + "@stdlib/assert-contains": "^0.3.0", |
| 44 | + "@stdlib/assert-has-own-property": "^0.2.3", |
| 45 | + "@stdlib/assert-is-array": "^0.2.3", |
| 46 | + "@stdlib/assert-is-collection": "^0.2.3", |
| 47 | + "@stdlib/assert-is-object": "^0.2.3", |
| 48 | + "@stdlib/assert-is-string": "^0.2.3", |
| 49 | + "@stdlib/string-format": "^0.2.3", |
50 | 50 | "@stdlib/types": "^0.4.3", |
51 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 51 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@stdlib/array-base-join": "^0.1.1", |
|
57 | 57 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
58 | 58 | "istanbul": "^0.4.1", |
59 | 59 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
60 | | - "@stdlib/bench-harness": "^0.2.2" |
| 60 | + "@stdlib/bench-harness": "^0.2.3" |
61 | 61 | }, |
62 | 62 | "engines": { |
63 | 63 | "node": ">=0.10.0", |
|
0 commit comments