@stdlib/math-base-napi-unary 0.2.5 → 0.2.7

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 +8 -8
package/README.md CHANGED
@@ -1294,8 +1294,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
1294
1294
  [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-napi-unary.svg
1295
1295
  [npm-url]: https://npmjs.org/package/@stdlib/math-base-napi-unary
1296
1296
 
1297
- [test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.5
1298
- [test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.5
1297
+ [test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.7
1298
+ [test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.7
1299
1299
 
1300
1300
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-unary/main.svg
1301
1301
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-napi-unary?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-napi-unary",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -34,13 +34,13 @@
34
34
  "url": "https://github.com/stdlib-js/stdlib/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@stdlib/complex-float32-ctor": "^0.0.2",
38
- "@stdlib/complex-float32-reim": "^0.1.2",
39
- "@stdlib/complex-float64-ctor": "^0.1.0",
40
- "@stdlib/complex-float64-reim": "^0.1.2",
41
- "@stdlib/number-float16-base-to-float64": "^0.1.0",
42
- "@stdlib/number-float16-ctor": "^0.1.0",
43
- "@stdlib/number-float64-base-to-float16": "^0.1.0",
37
+ "@stdlib/complex-float32-ctor": "^0.1.0",
38
+ "@stdlib/complex-float32-reim": "^0.1.3",
39
+ "@stdlib/complex-float64-ctor": "^0.1.1",
40
+ "@stdlib/complex-float64-reim": "^0.1.3",
41
+ "@stdlib/number-float16-base-to-float64": "^0.1.1",
42
+ "@stdlib/number-float16-ctor": "^0.1.1",
43
+ "@stdlib/number-float64-base-to-float16": "^0.1.1",
44
44
  "@stdlib/utils-library-manifest": "^0.2.3"
45
45
  },
46
46
  "devDependencies": {},