@stdlib/blas-base-cswap 0.0.7 → 0.0.8

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 CHANGED
@@ -328,8 +328,8 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
328
328
  [npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-cswap.svg
329
329
  [npm-url]: https://npmjs.org/package/@stdlib/blas-base-cswap
330
330
 
331
- [test-image]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml/badge.svg?branch=v0.0.7
332
- [test-url]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml?query=branch:v0.0.7
331
+ [test-image]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml/badge.svg?branch=v0.0.8
332
+ [test-url]: https://github.com/stdlib-js/blas-base-cswap/actions/workflows/test.yml?query=branch:v0.0.8
333
333
 
334
334
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-cswap/main.svg
335
335
  [coverage-url]: https://codecov.io/github/stdlib-js/blas-base-cswap?branch=main
package/lib/index.js CHANGED
@@ -104,3 +104,5 @@ if ( isError( tmp ) ) {
104
104
  // EXPORTS //
105
105
 
106
106
  module.exports = cswap;
107
+
108
+ // exports: { "ndarray": "cswap.ndarray" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/blas-base-cswap",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Interchanges two complex single-precision floating-point vectors.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {