Skip to content

Commit b480b45

Browse files
committed
Auto-generated commit
1 parent c6d0f33 commit b480b45

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-02T02:36:21.271Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
296296
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-inmap.svg
297297
[npm-url]: https://npmjs.org/package/@stdlib/utils-inmap
298298

299-
[test-image]: https://github.com/stdlib-js/utils-inmap/actions/workflows/test.yml/badge.svg?branch=v0.2.3
300-
[test-url]: https://github.com/stdlib-js/utils-inmap/actions/workflows/test.yml?query=branch:v0.2.3
299+
[test-image]: https://github.com/stdlib-js/utils-inmap/actions/workflows/test.yml/badge.svg?branch=main
300+
[test-url]: https://github.com/stdlib-js/utils-inmap/actions/workflows/test.yml?query=branch:main
301301

302302
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-inmap/main.svg
303303
[coverage-url]: https://codecov.io/github/stdlib-js/utils-inmap?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/assert-is-collection": "^0.2.3",
41-
"@stdlib/assert-is-function": "^0.2.2",
41+
"@stdlib/assert-is-function": "^0.2.3",
4242
"@stdlib/string-format": "^0.2.3",
4343
"@stdlib/types": "^0.4.3",
4444
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
4545
},
4646
"devDependencies": {
47-
"@stdlib/array-float64": "^0.2.2",
47+
"@stdlib/array-float64": "^0.2.3",
4848
"@stdlib/assert-is-even": "^0.2.3",
4949
"@stdlib/constants-float64-eps": "^0.2.3",
5050
"@stdlib/utils-noop": "^0.2.3",
5151
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5252
"istanbul": "^0.4.1",
5353
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
54-
"@stdlib/bench-harness": "^0.2.2"
54+
"@stdlib/bench-harness": "^0.2.3"
5555
},
5656
"engines": {
5757
"node": ">=0.10.0",

0 commit comments

Comments
 (0)