@stdlib/complex-float32-reim 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -291,8 +291,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
291
291
  [npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-reim.svg
292
292
  [npm-url]: https://npmjs.org/package/@stdlib/complex-float32-reim
293
293
 
294
- [test-image]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml/badge.svg?branch=v0.1.3
295
- [test-url]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml?query=branch:v0.1.3
294
+ [test-image]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml/badge.svg?branch=v0.1.4
295
+ [test-url]: https://github.com/stdlib-js/complex-float32-reim/actions/workflows/test.yml?query=branch:v0.1.4
296
296
 
297
297
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-reim/main.svg
298
298
  [coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-reim?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/complex-float32-reim",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Return the real and imaginary components of a single-precision complex floating-point number.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -32,7 +32,7 @@
32
32
  "url": "https://github.com/stdlib-js/stdlib/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@stdlib/array-float32": "^0.2.2",
35
+ "@stdlib/array-float32": "^0.2.3",
36
36
  "@stdlib/complex-float32-ctor": "^0.1.0"
37
37
  },
38
38
  "devDependencies": {},