@stdlib/math-base-napi-ternary 0.3.1 → 0.3.2

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 +6 -11
package/README.md CHANGED
@@ -908,8 +908,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
908
908
  [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-napi-ternary.svg
909
909
  [npm-url]: https://npmjs.org/package/@stdlib/math-base-napi-ternary
910
910
 
911
- [test-image]: https://github.com/stdlib-js/math-base-napi-ternary/actions/workflows/test.yml/badge.svg?branch=v0.3.1
912
- [test-url]: https://github.com/stdlib-js/math-base-napi-ternary/actions/workflows/test.yml?query=branch:v0.3.1
911
+ [test-image]: https://github.com/stdlib-js/math-base-napi-ternary/actions/workflows/test.yml/badge.svg?branch=v0.3.2
912
+ [test-url]: https://github.com/stdlib-js/math-base-napi-ternary/actions/workflows/test.yml?query=branch:v0.3.2
913
913
 
914
914
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-napi-ternary/main.svg
915
915
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-napi-ternary?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-napi-ternary",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "C APIs for registering a Node-API module exporting an interface for invoking a ternary 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.2",
38
- "@stdlib/complex-float32-reim": "^0.1.2",
39
- "@stdlib/complex-float64-ctor": "^0.0.3",
40
- "@stdlib/complex-float64-reim": "^0.1.2",
41
- "@stdlib/utils-library-manifest": "^0.2.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"