File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ 2026-02-23T02:58:59.443Z
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 },
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" ,
You can’t perform that action at this time.
0 commit comments