|
1 | 1 | { |
2 | 2 | "name": "@stdlib/complex-float32-base-mul", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Multiply two single-precision complex floating-point numbers.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | 43 | "@stdlib/complex-float32-ctor": "^0.1.0", |
44 | | - "@stdlib/complex-float32-imag": "^0.1.1", |
45 | | - "@stdlib/complex-float32-real": "^0.1.1", |
| 44 | + "@stdlib/complex-float32-imag": "^0.1.2", |
| 45 | + "@stdlib/complex-float32-real": "^0.1.2", |
46 | 46 | "@stdlib/complex-float32-reim": "^0.1.3", |
47 | | - "@stdlib/math-base-napi-binary": "^0.3.2", |
| 47 | + "@stdlib/math-base-napi-binary": "^0.3.3", |
48 | 48 | "@stdlib/number-float64-base-to-float32": "^0.2.2", |
49 | 49 | "@stdlib/types": "^0.4.3", |
50 | 50 | "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
51 | | - "@stdlib/utils-library-manifest": "^0.2.3" |
| 51 | + "@stdlib/utils-library-manifest": "^0.2.4" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@stdlib/array-complex64": "^0.3.1", |
55 | | - "@stdlib/array-float32": "^0.2.2", |
56 | | - "@stdlib/assert-is-method": "^0.2.2", |
| 55 | + "@stdlib/array-float32": "^0.2.3", |
| 56 | + "@stdlib/assert-is-method": "^0.2.3", |
57 | 57 | "@stdlib/assert-is-same-float32array": "^0.2.2", |
58 | 58 | "@stdlib/console-log-each-map": "^0.1.0", |
59 | | - "@stdlib/math-base-assert-is-nanf": "^0.2.2", |
| 59 | + "@stdlib/math-base-assert-is-nanf": "^0.2.3", |
60 | 60 | "@stdlib/random-array-discrete-uniform": "^0.2.1", |
61 | 61 | "@stdlib/random-array-uniform": "^0.2.1", |
62 | 62 | "@stdlib/random-base-uniform": "^0.2.2", |
63 | | - "@stdlib/utils-try-require": "^0.2.2", |
| 63 | + "@stdlib/utils-try-require": "^0.2.3", |
64 | 64 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
65 | 65 | "istanbul": "^0.4.1", |
66 | 66 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
67 | | - "@stdlib/bench-harness": "^0.2.2" |
| 67 | + "@stdlib/bench-harness": "^0.2.3" |
68 | 68 | }, |
69 | 69 | "engines": { |
70 | 70 | "node": ">=0.10.0", |
|
0 commit comments