@stdlib/complex-float32-base-sub
Advanced tools
+7
-7
| { | ||
| "name": "@stdlib/complex-float32-base-sub", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Subtract two single-precision complex floating-point numbers.", | ||
@@ -36,9 +36,9 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/complex-float32-ctor": "^0.0.2", | ||
| "@stdlib/complex-float32-imag": "^0.1.1", | ||
| "@stdlib/complex-float32-real": "^0.1.1", | ||
| "@stdlib/complex-float32-reim": "^0.1.2", | ||
| "@stdlib/math-base-napi-binary": "^0.3.1", | ||
| "@stdlib/complex-float32-ctor": "^0.1.0", | ||
| "@stdlib/complex-float32-imag": "^0.1.2", | ||
| "@stdlib/complex-float32-real": "^0.1.2", | ||
| "@stdlib/complex-float32-reim": "^0.1.3", | ||
| "@stdlib/math-base-napi-binary": "^0.3.3", | ||
| "@stdlib/number-float64-base-to-float32": "^0.2.2", | ||
| "@stdlib/utils-library-manifest": "^0.2.3" | ||
| "@stdlib/utils-library-manifest": "^0.2.4" | ||
| }, | ||
@@ -45,0 +45,0 @@ "devDependencies": {}, |
+2
-2
@@ -271,4 +271,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/complex-float32-base-sub/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/complex-float32-base-sub/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/complex-float32-base-sub/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/complex-float32-base-sub/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -275,0 +275,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-base-sub/main.svg |
- Removed