@stdlib/math-base-napi-quinary 0.2.3 → 0.2.4
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 +2 -7
package/README.md
CHANGED
|
@@ -338,8 +338,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
|
338
338
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-napi-quinary.svg
|
|
339
339
|
[npm-url]: https://npmjs.org/package/@stdlib/math-base-napi-quinary
|
|
340
340
|
|
|
341
|
-
[test-image]: https://github.com/stdlib-js/math-base-napi-quinary/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
342
|
-
[test-url]: https://github.com/stdlib-js/math-base-napi-quinary/actions/workflows/test.yml?query=branch:v0.2.
|
|
341
|
+
[test-image]: https://github.com/stdlib-js/math-base-napi-quinary/actions/workflows/test.yml/badge.svg?branch=v0.2.4
|
|
342
|
+
[test-url]: https://github.com/stdlib-js/math-base-napi-quinary/actions/workflows/test.yml?query=branch:v0.2.4
|
|
343
343
|
|
|
344
344
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-quinary/main.svg
|
|
345
345
|
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-napi-quinary?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/math-base-napi-quinary",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "C APIs for registering a Node-API module exporting an interface for invoking a quinary numerical function.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@stdlib/utils-library-manifest": "^0.2.
|
|
37
|
+
"@stdlib/utils-library-manifest": "^0.2.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"engines": {
|
|
@@ -65,11 +65,6 @@
|
|
|
65
65
|
"map",
|
|
66
66
|
"transform"
|
|
67
67
|
],
|
|
68
|
-
"__stdlib__": {
|
|
69
|
-
"envs": {
|
|
70
|
-
"browser": false
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
68
|
"funding": {
|
|
74
69
|
"type": "opencollective",
|
|
75
70
|
"url": "https://opencollective.com/stdlib"
|