|
1 | 1 | { |
2 | 2 | "name": "@stdlib/math-base-special-cbrtf", |
3 | | - "version": "0.2.2", |
| 3 | + "version": "0.2.3", |
4 | 4 | "description": "Compute the cube root of a single-precision floating-point number.", |
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-napi-unary": "^0.2.5", |
44 | | - "@stdlib/math-base-special-cbrt": "^0.2.2", |
| 43 | + "@stdlib/math-base-napi-unary": "^0.2.7", |
| 44 | + "@stdlib/math-base-special-cbrt": "^0.2.3", |
45 | 45 | "@stdlib/number-float64-base-to-float32": "^0.2.2", |
46 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 46 | + "@stdlib/utils-library-manifest": "^0.2.4" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | 49 | "@stdlib/console-log-each-map": "^0.1.0", |
50 | 50 | "@stdlib/constants-float32-eps": "^0.2.2", |
51 | 51 | "@stdlib/constants-float32-ninf": "^0.2.2", |
52 | 52 | "@stdlib/constants-float32-pinf": "^0.2.2", |
53 | | - "@stdlib/math-base-assert-is-nanf": "^0.2.2", |
| 53 | + "@stdlib/math-base-assert-is-nanf": "^0.2.3", |
54 | 54 | "@stdlib/math-base-assert-is-negative-zerof": "^0.1.3", |
55 | 55 | "@stdlib/math-base-assert-is-positive-zerof": "^0.1.3", |
56 | | - "@stdlib/math-base-special-abs": "^0.2.2", |
| 56 | + "@stdlib/math-base-special-abs": "^0.2.3", |
57 | 57 | "@stdlib/random-array-uniform": "^0.2.1", |
58 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 58 | + "@stdlib/utils-try-require": "^0.2.3", |
59 | 59 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
60 | 60 | "istanbul": "^0.4.1", |
61 | 61 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
62 | | - "@stdlib/bench-harness": "^0.2.2" |
| 62 | + "@stdlib/bench-harness": "^0.2.3" |
63 | 63 | }, |
64 | 64 | "engines": { |
65 | 65 | "node": ">=0.10.0", |
|
0 commit comments