Skip to content

Commit 90faed7

Browse files
committed
Auto-generated commit
1 parent 7d43a68 commit 90faed7

3 files changed

Lines changed: 20 additions & 19 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-16T02:16:04.289Z

README.md

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

369-
[test-image]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml/badge.svg?branch=v0.2.3
370-
[test-url]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml?query=branch:v0.2.3
369+
[test-image]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml/badge.svg?branch=main
370+
[test-url]: https://github.com/stdlib-js/utils-constructor-name/actions/workflows/test.yml?query=branch:main
371371

372372
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-constructor-name/main.svg
373373
[coverage-url]: https://codecov.io/github/stdlib-js/utils-constructor-name?branch=main

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,37 +37,37 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-buffer": "^0.2.2",
40+
"@stdlib/assert-is-buffer": "^0.2.3",
4141
"@stdlib/regexp-function-name": "^0.2.3",
42-
"@stdlib/utils-native-class": "^0.2.2"
42+
"@stdlib/utils-native-class": "^0.2.3"
4343
},
4444
"devDependencies": {
45-
"@stdlib/array-buffer": "^0.2.2",
46-
"@stdlib/array-float32": "^0.2.2",
47-
"@stdlib/array-float64": "^0.2.2",
48-
"@stdlib/array-int16": "^0.2.2",
49-
"@stdlib/array-int32": "^0.2.2",
50-
"@stdlib/array-int8": "^0.2.2",
51-
"@stdlib/array-uint16": "^0.2.2",
52-
"@stdlib/array-uint32": "^0.2.2",
53-
"@stdlib/array-uint8": "^0.2.2",
54-
"@stdlib/array-uint8c": "^0.2.2",
55-
"@stdlib/assert-has-map-support": "^0.2.2",
45+
"@stdlib/array-buffer": "^0.2.3",
46+
"@stdlib/array-float32": "^0.2.3",
47+
"@stdlib/array-float64": "^0.2.3",
48+
"@stdlib/array-int16": "^0.2.3",
49+
"@stdlib/array-int32": "^0.2.3",
50+
"@stdlib/array-int8": "^0.2.3",
51+
"@stdlib/array-uint16": "^0.2.3",
52+
"@stdlib/array-uint32": "^0.2.3",
53+
"@stdlib/array-uint8": "^0.2.3",
54+
"@stdlib/array-uint8c": "^0.2.3",
55+
"@stdlib/assert-has-map-support": "^0.2.3",
5656
"@stdlib/assert-has-set-support": "^0.2.3",
5757
"@stdlib/assert-has-symbol-support": "^0.2.3",
5858
"@stdlib/assert-has-weakmap-support": "^0.2.3",
5959
"@stdlib/assert-has-weakset-support": "^0.2.3",
60-
"@stdlib/assert-is-string": "^0.2.2",
60+
"@stdlib/assert-is-string": "^0.2.3",
6161
"@stdlib/boolean-ctor": "^0.2.3",
62-
"@stdlib/buffer-ctor": "^0.2.2",
63-
"@stdlib/buffer-from-string": "^0.2.2",
62+
"@stdlib/buffer-ctor": "^0.2.3",
63+
"@stdlib/buffer-from-string": "^0.2.3",
6464
"@stdlib/number-ctor": "^0.2.3",
6565
"@stdlib/symbol-ctor": "^0.2.3",
6666
"proxyquire": "^2.0.0",
6767
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6868
"istanbul": "^0.4.1",
6969
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
70-
"@stdlib/bench-harness": "^0.2.2"
70+
"@stdlib/bench-harness": "^0.2.3"
7171
},
7272
"engines": {
7373
"node": ">=0.10.0",

0 commit comments

Comments
 (0)