@stdlib/complex-float32 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -575,8 +575,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
|
|
|
575
575
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32.svg
|
|
576
576
|
[npm-url]: https://npmjs.org/package/@stdlib/complex-float32
|
|
577
577
|
|
|
578
|
-
[test-image]: https://github.com/stdlib-js/complex-float32/actions/workflows/test.yml/badge.svg?branch=v0.1.
|
|
579
|
-
[test-url]: https://github.com/stdlib-js/complex-float32/actions/workflows/test.yml?query=branch:v0.1.
|
|
578
|
+
[test-image]: https://github.com/stdlib-js/complex-float32/actions/workflows/test.yml/badge.svg?branch=v0.1.1
|
|
579
|
+
[test-url]: https://github.com/stdlib-js/complex-float32/actions/workflows/test.yml?query=branch:v0.1.1
|
|
580
580
|
|
|
581
581
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32/main.svg
|
|
582
582
|
[coverage-url]: https://codecov.io/github/stdlib-js/complex-float32?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/complex-float32",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "64-bit complex number.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -39,19 +39,19 @@
|
|
|
39
39
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@stdlib/assert-is-number": "^0.1.
|
|
43
|
-
"@stdlib/number-float64-base-to-float32": "^0.1.
|
|
44
|
-
"@stdlib/string-format": "^0.1.
|
|
45
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.
|
|
46
|
-
"@stdlib/utils-define-property": "^0.1.
|
|
47
|
-
"@stdlib/utils-library-manifest": "^0.1.
|
|
48
|
-
"@stdlib/error-tools-fmtprodmsg": "^0.1.
|
|
42
|
+
"@stdlib/assert-is-number": "^0.1.1",
|
|
43
|
+
"@stdlib/number-float64-base-to-float32": "^0.1.1",
|
|
44
|
+
"@stdlib/string-format": "^0.1.1",
|
|
45
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1",
|
|
46
|
+
"@stdlib/utils-define-property": "^0.1.1",
|
|
47
|
+
"@stdlib/utils-library-manifest": "^0.1.1",
|
|
48
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.1.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@stdlib/assert-has-own-property": "^0.1.
|
|
51
|
+
"@stdlib/assert-has-own-property": "^0.1.1",
|
|
52
52
|
"@stdlib/bench": "^0.1.0",
|
|
53
|
-
"@stdlib/math-base-assert-is-nan": "^0.1.
|
|
54
|
-
"@stdlib/random-base-randu": "^0.0
|
|
53
|
+
"@stdlib/math-base-assert-is-nan": "^0.1.1",
|
|
54
|
+
"@stdlib/random-base-randu": "^0.1.0",
|
|
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"
|