|
1 | 1 | { |
2 | 2 | "name": "@stdlib/complex-float64", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "128-bit complex number.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
39 | 39 | "url": "https://github.com/stdlib-js/stdlib/issues" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@stdlib/assert-is-number": "^0.2.0", |
43 | | - "@stdlib/complex-float32": "^0.2.0", |
44 | | - "@stdlib/string-format": "^0.2.0", |
45 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", |
46 | | - "@stdlib/utils-define-property": "^0.2.0", |
47 | | - "@stdlib/utils-library-manifest": "^0.2.0" |
| 42 | + "@stdlib/assert-is-number": "^0.2.1", |
| 43 | + "@stdlib/complex-float32": "^0.2.1", |
| 44 | + "@stdlib/string-format": "^0.2.1", |
| 45 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 46 | + "@stdlib/utils-define-property": "^0.2.1", |
| 47 | + "@stdlib/utils-library-manifest": "^0.2.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "@stdlib/assert-has-own-property": "^0.1.1", |
51 | | - "@stdlib/math-base-assert-is-nan": "^0.1.1", |
52 | | - "@stdlib/random-base-randu": "^0.1.0", |
| 50 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 51 | + "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 52 | + "@stdlib/random-base-randu": "^0.2.0", |
53 | 53 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
54 | 54 | "istanbul": "^0.4.1", |
55 | 55 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
56 | | - "@stdlib/bench-harness": "^0.1.2" |
| 56 | + "@stdlib/bench-harness": "^0.2.0" |
57 | 57 | }, |
58 | 58 | "engines": { |
59 | 59 | "node": ">=0.10.0", |
|
0 commit comments