From a43543b60f99d0ffe0b9b943de64d35fa796ddfc Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 03:53:45 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- package.json | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 528ef95..ba01aff 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/utils-safe-int-max.svg [npm-url]: https://npmjs.org/package/@stdlib/utils-safe-int-max -[test-image]: https://github.com/stdlib-js/utils-safe-int-max/actions/workflows/test.yml/badge.svg?branch=v0.1.1 -[test-url]: https://github.com/stdlib-js/utils-safe-int-max/actions/workflows/test.yml?query=branch:v0.1.1 +[test-image]: https://github.com/stdlib-js/utils-safe-int-max/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/utils-safe-int-max/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-safe-int-max/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/utils-safe-int-max?branch=main diff --git a/package.json b/package.json index 26c4d4d..c803a28 100644 --- a/package.json +++ b/package.json @@ -41,18 +41,18 @@ }, "dependencies": { "@stdlib/cli-ctor": "^0.1.1", - "@stdlib/constants-float16-max-safe-integer": "^0.1.0", + "@stdlib/constants-float16-max-safe-integer": "^0.1.1", "@stdlib/constants-float32-max-safe-integer": "^0.1.1", - "@stdlib/constants-float64-max-safe-integer": "^0.1.0", + "@stdlib/constants-float64-max-safe-integer": "^0.1.1", "@stdlib/fs-read-file": "^0.1.1", "@stdlib/string-format": "^0.1.1" }, "devDependencies": { - "@stdlib/assert-is-browser": "^0.1.0", - "@stdlib/assert-is-windows": "^0.1.0", + "@stdlib/assert-is-browser": "^0.1.1", + "@stdlib/assert-is-windows": "^0.1.1", "@stdlib/bench": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", - "@stdlib/process-exec-path": "^0.1.0", + "@stdlib/math-base-assert-is-nan": "^0.1.1", + "@stdlib/process-exec-path": "^0.1.1", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git"