Skip to content

Commit cb0e499

Browse files
committed
Auto-generated commit
1 parent e9047ba commit cb0e499

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-23T02:58:59.443Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
158158
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-plain-object.svg
159159
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-plain-object
160160

161-
[test-image]: https://github.com/stdlib-js/assert-is-plain-object/actions/workflows/test.yml/badge.svg?branch=v0.2.3
162-
[test-url]: https://github.com/stdlib-js/assert-is-plain-object/actions/workflows/test.yml?query=branch:v0.2.3
161+
[test-image]: https://github.com/stdlib-js/assert-is-plain-object/actions/workflows/test.yml/badge.svg?branch=main
162+
[test-url]: https://github.com/stdlib-js/assert-is-plain-object/actions/workflows/test.yml?query=branch:main
163163

164164
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-plain-object/main.svg
165165
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-plain-object?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@stdlib/assert-has-own-property": "^0.2.3",
4141
"@stdlib/assert-is-function": "^0.2.3",
42-
"@stdlib/assert-is-object": "^0.2.2",
42+
"@stdlib/assert-is-object": "^0.2.3",
4343
"@stdlib/utils-get-prototype-of": "^0.2.3",
4444
"@stdlib/utils-native-class": "^0.2.3"
4545
},
@@ -52,7 +52,7 @@
5252
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5353
"istanbul": "^0.4.1",
5454
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
55-
"@stdlib/bench-harness": "^0.2.2"
55+
"@stdlib/bench-harness": "^0.2.3"
5656
},
5757
"engines": {
5858
"node": ">=0.10.0",

0 commit comments

Comments
 (0)