From 46a7695b6bce2ebc96cc01f675ab16029eb5886a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 02:45:21 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cde99b4..1dd6acf 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-assert-uint32-is-pow2.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-assert-uint32-is-pow2 -[test-image]: https://github.com/stdlib-js/math-base-assert-uint32-is-pow2/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/math-base-assert-uint32-is-pow2/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/math-base-assert-uint32-is-pow2/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math-base-assert-uint32-is-pow2/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-assert-uint32-is-pow2/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-assert-uint32-is-pow2?branch=main diff --git a/package.json b/package.json index 26b08aa..6c87a23 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ }, "dependencies": {}, "devDependencies": { - "@stdlib/assert-is-boolean": "^0.1.0", + "@stdlib/assert-is-boolean": "^0.1.1", "@stdlib/bench": "^0.1.0", "@stdlib/math-base-assert-is-integer": "^0.1.0", "@stdlib/math-base-special-log2": "^0.1.0", - "@stdlib/math-base-special-round": "^0.1.0", - "@stdlib/number-float64-base-to-uint32": "^0.1.0", + "@stdlib/math-base-special-round": "^0.1.1", + "@stdlib/number-float64-base-to-uint32": "^0.1.1", "@stdlib/random-base-randu": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",