@stdlib/blas-base-ccopy 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -371,8 +371,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
371
371
  [npm-image]: http://img.shields.io/npm/v/@stdlib/blas-base-ccopy.svg
372
372
  [npm-url]: https://npmjs.org/package/@stdlib/blas-base-ccopy
373
373
 
374
- [test-image]: https://github.com/stdlib-js/blas-base-ccopy/actions/workflows/test.yml/badge.svg?branch=v0.4.0
375
- [test-url]: https://github.com/stdlib-js/blas-base-ccopy/actions/workflows/test.yml?query=branch:v0.4.0
374
+ [test-image]: https://github.com/stdlib-js/blas-base-ccopy/actions/workflows/test.yml/badge.svg?branch=v0.4.1
375
+ [test-url]: https://github.com/stdlib-js/blas-base-ccopy/actions/workflows/test.yml?query=branch:v0.4.1
376
376
 
377
377
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-base-ccopy/main.svg
378
378
  [coverage-url]: https://codecov.io/github/stdlib-js/blas-base-ccopy?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/blas-base-ccopy",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -34,19 +34,19 @@
34
34
  "url": "https://github.com/stdlib-js/stdlib/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@stdlib/assert-is-error": "^0.2.2",
38
- "@stdlib/blas-base-shared": "^0.2.0",
39
- "@stdlib/complex-float32-ctor": "^0.0.2",
40
- "@stdlib/napi-argv": "^0.2.2",
41
- "@stdlib/napi-argv-int64": "^0.2.2",
42
- "@stdlib/napi-argv-strided-complex64array": "^0.2.2",
43
- "@stdlib/napi-export": "^0.3.0",
44
- "@stdlib/strided-base-min-view-buffer-index": "^0.3.0",
37
+ "@stdlib/assert-is-error": "^0.2.3",
38
+ "@stdlib/blas-base-shared": "^0.2.1",
39
+ "@stdlib/complex-float32-ctor": "^0.1.0",
40
+ "@stdlib/napi-argv": "^0.2.3",
41
+ "@stdlib/napi-argv-int64": "^0.2.3",
42
+ "@stdlib/napi-argv-strided-complex64array": "^0.2.3",
43
+ "@stdlib/napi-export": "^0.3.1",
44
+ "@stdlib/strided-base-min-view-buffer-index": "^0.3.1",
45
45
  "@stdlib/strided-base-reinterpret-complex64": "^0.2.1",
46
- "@stdlib/strided-base-stride2offset": "^0.1.0",
47
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
48
- "@stdlib/utils-library-manifest": "^0.2.3",
49
- "@stdlib/utils-try-require": "^0.2.2"
46
+ "@stdlib/strided-base-stride2offset": "^0.1.1",
47
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
48
+ "@stdlib/utils-library-manifest": "^0.2.4",
49
+ "@stdlib/utils-try-require": "^0.2.3"
50
50
  },
51
51
  "devDependencies": {},
52
52
  "engines": {