@stdlib/math-base-napi-binary 0.3.1 → 0.3.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 +6 -11
package/README.md
CHANGED
|
@@ -1787,8 +1787,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
1787
1787
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-napi-binary.svg
|
|
1788
1788
|
[npm-url]: https://npmjs.org/package/@stdlib/math-base-napi-binary
|
|
1789
1789
|
|
|
1790
|
-
[test-image]: https://github.com/stdlib-js/math-base-napi-binary/actions/workflows/test.yml/badge.svg?branch=v0.3.
|
|
1791
|
-
[test-url]: https://github.com/stdlib-js/math-base-napi-binary/actions/workflows/test.yml?query=branch:v0.3.
|
|
1790
|
+
[test-image]: https://github.com/stdlib-js/math-base-napi-binary/actions/workflows/test.yml/badge.svg?branch=v0.3.3
|
|
1791
|
+
[test-url]: https://github.com/stdlib-js/math-base-napi-binary/actions/workflows/test.yml?query=branch:v0.3.3
|
|
1792
1792
|
|
|
1793
1793
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-binary/main.svg
|
|
1794
1794
|
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-napi-binary?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/math-base-napi-binary",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@stdlib/complex-float32-ctor": "^0.0
|
|
38
|
-
"@stdlib/complex-float32-reim": "^0.1.
|
|
39
|
-
"@stdlib/complex-float64-ctor": "^0.
|
|
40
|
-
"@stdlib/complex-float64-reim": "^0.1.
|
|
41
|
-
"@stdlib/utils-library-manifest": "^0.2.
|
|
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/utils-library-manifest": "^0.2.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {},
|
|
44
44
|
"engines": {
|
|
@@ -69,11 +69,6 @@
|
|
|
69
69
|
"map",
|
|
70
70
|
"transform"
|
|
71
71
|
],
|
|
72
|
-
"__stdlib__": {
|
|
73
|
-
"envs": {
|
|
74
|
-
"browser": false
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
72
|
"funding": {
|
|
78
73
|
"type": "opencollective",
|
|
79
74
|
"url": "https://opencollective.com/stdlib"
|