|
1 | 1 | { |
2 | 2 | "name": "@stdlib/utils-do-while-each", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "While a test condition is true, invoke a function for each element in a collection.", |
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-is-collection": "^0.2.0", |
41 | | - "@stdlib/assert-is-function": "^0.2.0", |
42 | | - "@stdlib/string-format": "^0.2.0", |
43 | | - "@stdlib/types": "^0.3.1" |
| 40 | + "@stdlib/assert-is-collection": "^0.2.1", |
| 41 | + "@stdlib/assert-is-function": "^0.2.1", |
| 42 | + "@stdlib/string-format": "^0.2.1", |
| 43 | + "@stdlib/types": "^0.3.2" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@stdlib/array-float32": "^0.1.1", |
47 | | - "@stdlib/array-float64": "^0.1.1", |
48 | | - "@stdlib/assert-is-even": "^0.1.0", |
49 | | - "@stdlib/assert-is-nan": "^0.1.1", |
50 | | - "@stdlib/constants-float64-pinf": "^0.1.1", |
51 | | - "@stdlib/math-base-assert-is-nan": "^0.1.1", |
52 | | - "@stdlib/math-base-special-floor": "^0.1.1", |
53 | | - "@stdlib/random-base-randu": "^0.1.0", |
54 | | - "@stdlib/utils-noop": "^0.2.0", |
| 46 | + "@stdlib/array-float32": "^0.2.1", |
| 47 | + "@stdlib/array-float64": "^0.2.1", |
| 48 | + "@stdlib/assert-is-even": "^0.2.1", |
| 49 | + "@stdlib/assert-is-nan": "^0.2.1", |
| 50 | + "@stdlib/constants-float64-pinf": "^0.2.1", |
| 51 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 52 | + "@stdlib/math-base-special-floor": "^0.2.1", |
| 53 | + "@stdlib/random-base-randu": "^0.2.0", |
| 54 | + "@stdlib/utils-noop": "^0.2.1", |
55 | 55 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
56 | 56 | "istanbul": "^0.4.1", |
57 | 57 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
58 | | - "@stdlib/bench-harness": "^0.1.2" |
| 58 | + "@stdlib/bench-harness": "^0.2.0" |
59 | 59 | }, |
60 | 60 | "engines": { |
61 | 61 | "node": ">=0.10.0", |
|
0 commit comments