|
1 | 1 | { |
2 | 2 | "name": "@stdlib/utils-do-until-each-right", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.", |
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.2", |
41 | | - "@stdlib/assert-is-function": "^0.2.2", |
42 | | - "@stdlib/string-format": "^0.2.2", |
| 40 | + "@stdlib/assert-is-collection": "^0.2.3", |
| 41 | + "@stdlib/assert-is-function": "^0.2.3", |
| 42 | + "@stdlib/string-format": "^0.2.3", |
43 | 43 | "@stdlib/types": "^0.4.3", |
44 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
| 44 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.3" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@stdlib/array-float32": "^0.2.2", |
48 | 48 | "@stdlib/array-float64": "^0.2.2", |
49 | | - "@stdlib/assert-is-even": "^0.2.2", |
50 | | - "@stdlib/assert-is-nan": "^0.2.2", |
51 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
52 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
53 | | - "@stdlib/math-base-special-floor": "^0.2.3", |
54 | | - "@stdlib/random-base-randu": "^0.2.1", |
55 | | - "@stdlib/utils-noop": "^0.2.2", |
| 49 | + "@stdlib/assert-is-even": "^0.2.3", |
| 50 | + "@stdlib/assert-is-nan": "^0.2.3", |
| 51 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 52 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
| 53 | + "@stdlib/math-base-special-floor": "^0.2.4", |
| 54 | + "@stdlib/random-base-randu": "^0.2.2", |
| 55 | + "@stdlib/utils-noop": "^0.2.3", |
56 | 56 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
57 | 57 | "istanbul": "^0.4.1", |
58 | 58 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments