Skip to content

Commit 72d32ee

Browse files
committed
Auto-generated commit
1 parent e4a8f99 commit 72d32ee

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-02T01:17:12.119Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
241241
[npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-sin.svg
242242
[npm-url]: https://npmjs.org/package/@stdlib/math-base-special-sin
243243

244-
[test-image]: https://github.com/stdlib-js/math-base-special-sin/actions/workflows/test.yml/badge.svg?branch=v0.3.1
245-
[test-url]: https://github.com/stdlib-js/math-base-special-sin/actions/workflows/test.yml?query=branch:v0.3.1
244+
[test-image]: https://github.com/stdlib-js/math-base-special-sin/actions/workflows/test.yml/badge.svg?branch=main
245+
[test-url]: https://github.com/stdlib-js/math-base-special-sin/actions/workflows/test.yml?query=branch:main
246246

247247
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-sin/main.svg
248248
[coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-sin?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@
4545
"@stdlib/math-base-napi-unary": "^0.2.7",
4646
"@stdlib/math-base-special-kernel-cos": "^0.2.4",
4747
"@stdlib/math-base-special-kernel-sin": "^0.2.4",
48-
"@stdlib/math-base-special-rempio2": "^0.3.0",
48+
"@stdlib/math-base-special-rempio2": "^0.3.1",
4949
"@stdlib/number-float64-base-get-high-word": "^0.2.3",
5050
"@stdlib/utils-library-manifest": "^0.2.4"
5151
},
5252
"devDependencies": {
5353
"@stdlib/assert-is-negative-zero": "^0.2.3",
5454
"@stdlib/assert-is-positive-zero": "^0.2.3",
55-
"@stdlib/console-log-each-map": "^0.1.0",
55+
"@stdlib/console-log-each-map": "^0.1.1",
5656
"@stdlib/constants-float64-eps": "^0.2.3",
5757
"@stdlib/constants-float64-ninf": "^0.2.3",
5858
"@stdlib/constants-float64-pinf": "^0.2.3",
5959
"@stdlib/constants-float64-two-pi": "^0.2.3",
6060
"@stdlib/math-base-assert-is-nan": "^0.2.3",
6161
"@stdlib/math-base-special-abs": "^0.2.3",
62-
"@stdlib/random-array-uniform": "^0.2.1",
62+
"@stdlib/random-array-uniform": "^0.2.2",
6363
"@stdlib/utils-try-require": "^0.2.3",
6464
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6565
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)