@stdlib/strided-base-reinterpret-complex128
Advanced tools
+7
-7
| { | ||
| "name": "@stdlib/strided-base-reinterpret-complex128", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Reinterpret a Complex128Array as a Float64Array.", | ||
@@ -40,12 +40,12 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/array-float64": "^0.1.0", | ||
| "@stdlib/array-float64": "^0.1.1", | ||
| "@stdlib/types": "^0.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/array-buffer": "^0.0.6", | ||
| "@stdlib/array-complex128": "^0.0.6", | ||
| "@stdlib/assert-is-float64array": "^0.1.0", | ||
| "@stdlib/array-buffer": "^0.1.0", | ||
| "@stdlib/array-complex128": "^0.1.0", | ||
| "@stdlib/assert-is-float64array": "^0.1.1", | ||
| "@stdlib/bench": "^0.1.0", | ||
| "@stdlib/complex-imag": "^0.0.7", | ||
| "@stdlib/complex-real": "^0.0.7", | ||
| "@stdlib/complex-imag": "^0.1.0", | ||
| "@stdlib/complex-real": "^0.1.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
@@ -52,0 +52,0 @@ "istanbul": "^0.4.1", |
+2
-2
@@ -213,4 +213,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/strided-base-reinterpret-complex128/actions/workflows/test.yml/badge.svg?branch=v0.1.0 | ||
| [test-url]: https://github.com/stdlib-js/strided-base-reinterpret-complex128/actions/workflows/test.yml?query=branch:v0.1.0 | ||
| [test-image]: https://github.com/stdlib-js/strided-base-reinterpret-complex128/actions/workflows/test.yml/badge.svg?branch=v0.1.1 | ||
| [test-url]: https://github.com/stdlib-js/strided-base-reinterpret-complex128/actions/workflows/test.yml?query=branch:v0.1.1 | ||
@@ -217,0 +217,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/strided-base-reinterpret-complex128/main.svg |
Updated