From f548e78bc79f7407140b3bd37b6f6da3b7bfd8ab Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 03:38:21 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ea62708..8f58a6e 100644 --- a/README.md +++ b/README.md @@ -247,8 +247,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-heaviside.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-heaviside -[test-image]: https://github.com/stdlib-js/math-base-special-heaviside/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/math-base-special-heaviside/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/math-base-special-heaviside/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math-base-special-heaviside/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-heaviside/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-heaviside?branch=main diff --git a/package.json b/package.json index 3fe490a..e166136 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,10 @@ "devDependencies": { "@stdlib/array-base-linspace": "^0.1.0", "@stdlib/bench": "^0.1.0", - "@stdlib/constants-float64-eps": "^0.1.0", - "@stdlib/constants-float64-ninf": "^0.1.0", - "@stdlib/constants-float64-pinf": "^0.1.0", - "@stdlib/math-base-assert-is-positive-zero": "^0.1.0", + "@stdlib/constants-float64-eps": "^0.1.1", + "@stdlib/constants-float64-ninf": "^0.1.1", + "@stdlib/constants-float64-pinf": "^0.1.1", + "@stdlib/math-base-assert-is-positive-zero": "^0.1.1", "@stdlib/random-base-randu": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",