|
1 | 1 | { |
2 | 2 | "name": "@stdlib/complex-float64-parse", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.0.2", |
4 | 4 | "description": "Parse a string representation of a 128-bit complex number.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/assert-is-string": "^0.2.1", |
| 40 | + "@stdlib/assert-is-string": "^0.2.2", |
41 | 41 | "@stdlib/complex-float64-ctor": "^0.0.1", |
42 | | - "@stdlib/string-base-replace": "^0.2.1", |
43 | | - "@stdlib/string-format": "^0.2.1", |
| 42 | + "@stdlib/string-base-replace": "^0.2.2", |
| 43 | + "@stdlib/string-format": "^0.2.2", |
44 | 44 | "@stdlib/types": "^0.3.2", |
45 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
| 45 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | 48 | "@stdlib/assert-is-complex128": "^0.2.1", |
49 | 49 | "@stdlib/assert-is-same-complex128": "^0.2.1", |
50 | | - "@stdlib/complex-float64-imag": "github:stdlib-js/complex-float64-imag#main", |
51 | | - "@stdlib/complex-float64-real": "github:stdlib-js/complex-float64-real#main", |
52 | | - "@stdlib/constants-float64-ninf": "^0.2.1", |
53 | | - "@stdlib/constants-float64-pinf": "^0.2.1", |
54 | | - "@stdlib/math-base-assert-is-nan": "^0.2.1", |
| 50 | + "@stdlib/complex-float64-imag": "^0.1.0", |
| 51 | + "@stdlib/complex-float64-real": "^0.1.0", |
| 52 | + "@stdlib/constants-float64-ninf": "^0.2.2", |
| 53 | + "@stdlib/constants-float64-pinf": "^0.2.2", |
| 54 | + "@stdlib/math-base-assert-is-nan": "^0.2.2", |
55 | 55 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
56 | 56 | "istanbul": "^0.4.1", |
57 | 57 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
|
0 commit comments