@stdlib/blas-ext-base-cfill 0.1.0 → 0.1.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 +15 -15
package/README.md CHANGED
@@ -360,8 +360,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
360
360
  [npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-cfill.svg
361
361
  [npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-cfill
362
362
 
363
- [test-image]: https://github.com/stdlib-js/blas-ext-base-cfill/actions/workflows/test.yml/badge.svg?branch=v0.1.0
364
- [test-url]: https://github.com/stdlib-js/blas-ext-base-cfill/actions/workflows/test.yml?query=branch:v0.1.0
363
+ [test-image]: https://github.com/stdlib-js/blas-ext-base-cfill/actions/workflows/test.yml/badge.svg?branch=v0.1.1
364
+ [test-url]: https://github.com/stdlib-js/blas-ext-base-cfill/actions/workflows/test.yml?query=branch:v0.1.1
365
365
 
366
366
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-cfill/main.svg
367
367
  [coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-cfill?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/blas-ext-base-cfill",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Fill a single-precision complex floating-point strided array with a specified scalar constant.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -34,21 +34,21 @@
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/complex-float32-imag": "^0.1.1",
41
- "@stdlib/complex-float32-real": "^0.1.1",
42
- "@stdlib/napi-argv": "^0.2.2",
43
- "@stdlib/napi-argv-complex64": "^0.0.2",
44
- "@stdlib/napi-argv-int64": "^0.2.2",
45
- "@stdlib/napi-argv-strided-complex64array": "^0.2.2",
46
- "@stdlib/napi-export": "^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/complex-float32-imag": "^0.1.2",
41
+ "@stdlib/complex-float32-real": "^0.1.2",
42
+ "@stdlib/napi-argv": "^0.2.3",
43
+ "@stdlib/napi-argv-complex64": "^0.0.3",
44
+ "@stdlib/napi-argv-int64": "^0.2.3",
45
+ "@stdlib/napi-argv-strided-complex64array": "^0.2.3",
46
+ "@stdlib/napi-export": "^0.3.1",
47
47
  "@stdlib/strided-base-reinterpret-complex64": "^0.2.1",
48
- "@stdlib/strided-base-stride2offset": "^0.1.0",
49
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
50
- "@stdlib/utils-library-manifest": "^0.2.3",
51
- "@stdlib/utils-try-require": "^0.2.2"
48
+ "@stdlib/strided-base-stride2offset": "^0.1.1",
49
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
50
+ "@stdlib/utils-library-manifest": "^0.2.4",
51
+ "@stdlib/utils-try-require": "^0.2.3"
52
52
  },
53
53
  "devDependencies": {},
54
54
  "engines": {