|
1 | 1 | { |
2 | 2 | "name": "@stdlib/utils-async-map-values", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Map values from one object to a new object having the same keys.", |
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.1.1", |
41 | | - "@stdlib/assert-is-boolean": "^0.2.0", |
42 | | - "@stdlib/assert-is-function": "^0.2.0", |
43 | | - "@stdlib/assert-is-plain-object": "^0.2.0", |
44 | | - "@stdlib/assert-is-positive-integer": "^0.2.0", |
45 | | - "@stdlib/constants-float64-pinf": "^0.2.0", |
46 | | - "@stdlib/string-format": "^0.2.0", |
47 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", |
48 | | - "@stdlib/utils-keys": "^0.2.0", |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 41 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 42 | + "@stdlib/assert-is-function": "^0.2.1", |
| 43 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 44 | + "@stdlib/assert-is-positive-integer": "^0.2.1", |
| 45 | + "@stdlib/constants-float64-pinf": "^0.2.1", |
| 46 | + "@stdlib/string-format": "^0.2.1", |
| 47 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 48 | + "@stdlib/utils-keys": "^0.2.1", |
49 | 49 | "debug": "^2.6.9" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@stdlib/random-base-randu": "^0.1.0", |
53 | | - "@stdlib/utils-noop": "^0.2.0", |
| 52 | + "@stdlib/random-base-randu": "^0.2.0", |
| 53 | + "@stdlib/utils-noop": "^0.2.1", |
54 | 54 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
55 | 55 | "istanbul": "^0.4.1", |
56 | 56 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments