@stdlib/math-base-napi-unary 0.2.2 → 0.2.3
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -728,8 +728,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
728
728
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-napi-unary.svg
|
|
729
729
|
[npm-url]: https://npmjs.org/package/@stdlib/math-base-napi-unary
|
|
730
730
|
|
|
731
|
-
[test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
732
|
-
[test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.
|
|
731
|
+
[test-image]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
732
|
+
[test-url]: https://github.com/stdlib-js/math-base-napi-unary/actions/workflows/test.yml?query=branch:v0.2.3
|
|
733
733
|
|
|
734
734
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-unary/main.svg
|
|
735
735
|
[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.
|
|
3
|
+
"version": "0.2.3",
|
|
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": {
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@stdlib/complex-float32-ctor": "^0.0.2",
|
|
38
|
-
"@stdlib/complex-float32-reim": "^0.1.
|
|
39
|
-
"@stdlib/complex-float64-ctor": "^0.0.
|
|
38
|
+
"@stdlib/complex-float32-reim": "^0.1.1",
|
|
39
|
+
"@stdlib/complex-float64-ctor": "^0.0.3",
|
|
40
40
|
"@stdlib/complex-float64-reim": "^0.1.1",
|
|
41
41
|
"@stdlib/utils-library-manifest": "^0.2.2"
|
|
42
42
|
},
|