|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/utils-async-group-by",
|
3 |
| - "version": "0.0.8", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Group values according to an indicator function.",
|
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-own-property": "^0.0.7", |
41 |
| - "@stdlib/assert-is-boolean": "^0.0.8", |
42 |
| - "@stdlib/assert-is-collection": "^0.0.8", |
43 |
| - "@stdlib/assert-is-function": "^0.0.8", |
44 |
| - "@stdlib/assert-is-plain-object": "^0.0.7", |
45 |
| - "@stdlib/assert-is-positive-integer": "^0.0.7", |
46 |
| - "@stdlib/constants-float64-pinf": "^0.0.8", |
47 |
| - "@stdlib/string-format": "^0.0.3", |
48 |
| - "@stdlib/types": "^0.0.14", |
49 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
50 |
| - "@stdlib/utils-index-of": "^0.0.8", |
| 40 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 41 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 42 | + "@stdlib/assert-is-collection": "^0.1.0", |
| 43 | + "@stdlib/assert-is-function": "^0.1.0", |
| 44 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 45 | + "@stdlib/assert-is-positive-integer": "^0.1.0", |
| 46 | + "@stdlib/constants-float64-pinf": "^0.1.0", |
| 47 | + "@stdlib/string-format": "^0.1.0", |
| 48 | + "@stdlib/types": "^0.1.0", |
| 49 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 50 | + "@stdlib/utils-index-of": "^0.1.0", |
51 | 51 | "debug": "^2.6.9"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@stdlib/bench": "^0.0.12", |
55 |
| - "@stdlib/fs-read-file": "^0.0.8", |
56 |
| - "@stdlib/utils-noop": "^0.0.14", |
| 54 | + "@stdlib/bench": "^0.1.0", |
| 55 | + "@stdlib/fs-read-file": "^0.1.0", |
| 56 | + "@stdlib/utils-noop": "^0.1.0", |
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"
|
|
0 commit comments