|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-base-special-minmax", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.3.1", |
4 | 4 | "description": "Return the minimum and maximum values.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
40 | 40 | "url": "https://github.com/stdlib-js/stdlib/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 43 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
44 | 44 | "@stdlib/math-base-assert-is-negative-zero": "^0.2.2", |
45 | | - "@stdlib/napi-argv": "^0.2.2", |
46 | | - "@stdlib/napi-argv-double": "^0.2.1", |
47 | | - "@stdlib/napi-argv-float64array": "^0.2.2", |
48 | | - "@stdlib/napi-export": "^0.3.0", |
| 45 | + "@stdlib/napi-argv": "^0.2.3", |
| 46 | + "@stdlib/napi-argv-double": "^0.2.2", |
| 47 | + "@stdlib/napi-argv-float64array": "^0.2.3", |
| 48 | + "@stdlib/napi-export": "^0.3.1", |
49 | 49 | "@stdlib/types": "^0.4.3", |
50 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
| 50 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
51 | 51 | "@stdlib/utils-library-manifest": "^0.2.3" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@stdlib/array-float64": "^0.2.2", |
55 | 55 | "@stdlib/assert-has-own-property": "^0.2.2", |
56 | 56 | "@stdlib/assert-is-array": "^0.2.2", |
57 | 57 | "@stdlib/assert-is-float64array": "^0.2.2", |
58 | | - "@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main", |
59 | | - "@stdlib/constants-float64-ninf": "^0.2.2", |
60 | | - "@stdlib/constants-float64-pinf": "^0.2.2", |
61 | | - "@stdlib/math-base-assert-is-positive-zero": "^0.2.2", |
62 | | - "@stdlib/math-base-special-max": "^0.3.0", |
| 58 | + "@stdlib/console-log-each-map": "^0.1.0", |
| 59 | + "@stdlib/constants-float64-ninf": "^0.2.3", |
| 60 | + "@stdlib/constants-float64-pinf": "^0.2.3", |
| 61 | + "@stdlib/math-base-assert-is-positive-zero": "^0.2.3", |
| 62 | + "@stdlib/math-base-special-max": "^0.3.1", |
63 | 63 | "@stdlib/math-base-special-min": "^0.2.3", |
64 | 64 | "@stdlib/random-array-discrete-uniform": "^0.2.1", |
65 | 65 | "@stdlib/random-array-uniform": "^0.2.1", |
|
0 commit comments