@stdlib/math-base-napi-unary
Advanced tools
+8
-8
| { | ||
| "name": "@stdlib/math-base-napi-unary", | ||
| "version": "0.2.5", | ||
| "version": "0.2.6", | ||
| "description": "C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.", | ||
@@ -37,9 +37,9 @@ "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@stdlib/complex-float32-ctor": "^0.0.2", | ||
| "@stdlib/complex-float32-reim": "^0.1.2", | ||
| "@stdlib/complex-float64-ctor": "^0.1.0", | ||
| "@stdlib/complex-float64-reim": "^0.1.2", | ||
| "@stdlib/number-float16-base-to-float64": "^0.1.0", | ||
| "@stdlib/number-float16-ctor": "^0.1.0", | ||
| "@stdlib/number-float64-base-to-float16": "^0.1.0", | ||
| "@stdlib/complex-float32-ctor": "^0.1.0", | ||
| "@stdlib/complex-float32-reim": "^0.1.3", | ||
| "@stdlib/complex-float64-ctor": "^0.1.1", | ||
| "@stdlib/complex-float64-reim": "^0.1.3", | ||
| "@stdlib/number-float16-base-to-float64": "^0.1.1", | ||
| "@stdlib/number-float16-ctor": "^0.1.1", | ||
| "@stdlib/number-float64-base-to-float16": "^0.1.1", | ||
| "@stdlib/utils-library-manifest": "^0.2.3" | ||
@@ -46,0 +46,0 @@ }, |
+2
-2
@@ -1297,4 +1297,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.5 | ||
| [test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.5 | ||
| [test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.6 | ||
| [test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.6 | ||
@@ -1301,0 +1301,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-unary/main.svg |
- Removed
- Removed