@stdlib/math-base-special-sinf 0.1.0 → 0.1.1

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 +9 -9
package/README.md CHANGED
@@ -223,8 +223,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
223
223
  [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-sinf.svg
224
224
  [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-sinf
225
225
 
226
- [test-image]: https://github.com/stdlib-js/math-base-special-sinf/actions/workflows/test.yml/badge.svg?branch=v0.1.0
227
- [test-url]: https://github.com/stdlib-js/math-base-special-sinf/actions/workflows/test.yml?query=branch:v0.1.0
226
+ [test-image]: https://github.com/stdlib-js/math-base-special-sinf/actions/workflows/test.yml/badge.svg?branch=v0.1.1
227
+ [test-url]: https://github.com/stdlib-js/math-base-special-sinf/actions/workflows/test.yml?query=branch:v0.1.1
228
228
 
229
229
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-sinf/main.svg
230
230
  [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-sinf?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/math-base-special-sinf",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Compute the sine of a single-precision floating-point number (in radians).",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -33,16 +33,16 @@
33
33
  "url": "https://github.com/stdlib-js/stdlib/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@stdlib/constants-float32-abs-mask": "^0.2.2",
37
- "@stdlib/constants-float32-exponent-mask": "^0.2.2",
38
- "@stdlib/constants-float64-half-pi": "^0.2.2",
39
- "@stdlib/math-base-napi-unary": "^0.2.5",
40
- "@stdlib/math-base-special-kernel-cosf": "github:stdlib-js/math-base-special-kernel-cosf#main",
41
- "@stdlib/math-base-special-kernel-sinf": "github:stdlib-js/math-base-special-kernel-sinf#main",
42
- "@stdlib/math-base-special-rempio2f": "github:stdlib-js/math-base-special-rempio2f#main",
36
+ "@stdlib/constants-float32-abs-mask": "^0.2.3",
37
+ "@stdlib/constants-float32-exponent-mask": "^0.2.3",
38
+ "@stdlib/constants-float64-half-pi": "^0.2.3",
39
+ "@stdlib/math-base-napi-unary": "^0.2.7",
40
+ "@stdlib/math-base-special-kernel-cosf": "^0.1.1",
41
+ "@stdlib/math-base-special-kernel-sinf": "^0.1.1",
42
+ "@stdlib/math-base-special-rempio2f": "^0.1.0",
43
43
  "@stdlib/number-float32-base-to-word": "^0.2.2",
44
44
  "@stdlib/number-float64-base-to-float32": "^0.2.2",
45
- "@stdlib/utils-library-manifest": "^0.2.3"
45
+ "@stdlib/utils-library-manifest": "^0.2.4"
46
46
  },
47
47
  "devDependencies": {},
48
48
  "engines": {