|
1 | 1 | { |
2 | 2 | "name": "@stdlib/complex-float64-base-scale", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "description": "Scale a double-precision complex floating-point number by a real-valued double-precision floating-point scalar constant.", |
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/complex-float64-ctor": "^0.0.3", |
44 | | - "@stdlib/complex-float64-imag": "^0.1.1", |
45 | | - "@stdlib/complex-float64-real": "^0.1.1", |
46 | | - "@stdlib/complex-float64-reim": "^0.1.2", |
47 | | - "@stdlib/math-base-napi-binary": "^0.3.1", |
| 43 | + "@stdlib/complex-float64-ctor": "^0.1.1", |
| 44 | + "@stdlib/complex-float64-imag": "^0.1.2", |
| 45 | + "@stdlib/complex-float64-real": "^0.1.2", |
| 46 | + "@stdlib/complex-float64-reim": "^0.1.3", |
| 47 | + "@stdlib/math-base-napi-binary": "^0.3.3", |
48 | 48 | "@stdlib/types": "^0.4.3", |
49 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
| 49 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3", |
50 | 50 | "@stdlib/utils-library-manifest": "^0.2.3" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@stdlib/array-complex128": "^0.3.0", |
| 53 | + "@stdlib/array-complex128": "^0.3.1", |
54 | 54 | "@stdlib/array-float64": "^0.2.2", |
55 | 55 | "@stdlib/assert-is-method": "^0.2.2", |
56 | 56 | "@stdlib/assert-is-same-float64array": "^0.2.2", |
57 | | - "@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main", |
58 | | - "@stdlib/math-base-assert-is-nan": "^0.2.2", |
| 57 | + "@stdlib/console-log-each-map": "^0.1.0", |
| 58 | + "@stdlib/math-base-assert-is-nan": "^0.2.3", |
59 | 59 | "@stdlib/random-array-discrete-uniform": "^0.2.1", |
60 | 60 | "@stdlib/random-array-uniform": "^0.2.1", |
61 | | - "@stdlib/random-base-uniform": "^0.2.1", |
| 61 | + "@stdlib/random-base-uniform": "^0.2.2", |
62 | 62 | "@stdlib/utils-try-require": "^0.2.2", |
63 | 63 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
64 | 64 | "istanbul": "^0.4.1", |
|
0 commit comments