@stdlib/math-base-napi-quaternary 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -7
package/README.md CHANGED
@@ -397,8 +397,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
397
397
  [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-napi-quaternary.svg
398
398
  [npm-url]: https://npmjs.org/package/@stdlib/math-base-napi-quaternary
399
399
 
400
- [test-image]: https://github.com/stdlib-js/math-base-napi-quaternary/actions/workflows/test.yml/badge.svg?branch=v0.2.3
401
- [test-url]: https://github.com/stdlib-js/math-base-napi-quaternary/actions/workflows/test.yml?query=branch:v0.2.3
400
+ [test-image]: https://github.com/stdlib-js/math-base-napi-quaternary/actions/workflows/test.yml/badge.svg?branch=v0.2.4
401
+ [test-url]: https://github.com/stdlib-js/math-base-napi-quaternary/actions/workflows/test.yml?query=branch:v0.2.4
402
402
 
403
403
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-quaternary/main.svg
404
404
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-napi-quaternary?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-napi-quaternary",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "C APIs for registering a Node-API module exporting an interface for invoking a quaternary 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.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"