Skip to content

Commit d9a0a76

Browse files
committed
Auto-generated commit
1 parent eae6775 commit d9a0a76

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-16T02:29:51.132Z

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
214214
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-left-pad.svg
215215
[npm-url]: https://npmjs.org/package/@stdlib/string-base-left-pad
216216

217-
[test-image]: https://github.com/stdlib-js/string-base-left-pad/actions/workflows/test.yml/badge.svg?branch=v0.2.3
218-
[test-url]: https://github.com/stdlib-js/string-base-left-pad/actions/workflows/test.yml?query=branch:v0.2.3
217+
[test-image]: https://github.com/stdlib-js/string-base-left-pad/actions/workflows/test.yml/badge.svg?branch=main
218+
[test-url]: https://github.com/stdlib-js/string-base-left-pad/actions/workflows/test.yml?query=branch:main
219219

220220
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-left-pad/main.svg
221221
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-left-pad?branch=main

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/math-base-special-ceil": "^0.2.2",
40+
"@stdlib/math-base-special-ceil": "^0.2.3",
4141
"@stdlib/string-base-repeat": "^0.2.3"
4242
},
4343
"devDependencies": {
44-
"@stdlib/assert-is-string": "^0.2.2",
45-
"@stdlib/console-log-each": "^0.2.3",
46-
"@stdlib/random-array-discrete-uniform": "^0.2.1",
47-
"@stdlib/utils-map": "^0.2.1",
48-
"@stdlib/utils-nary-function": "^0.2.3",
49-
"@stdlib/utils-papply": "^0.2.2",
50-
"@stdlib/utils-papply-right": "^0.2.2",
44+
"@stdlib/assert-is-string": "^0.2.3",
45+
"@stdlib/console-log-each": "^0.2.4",
46+
"@stdlib/random-array-discrete-uniform": "^0.2.2",
47+
"@stdlib/utils-map": "^0.2.2",
48+
"@stdlib/utils-nary-function": "^0.2.4",
49+
"@stdlib/utils-papply": "^0.2.3",
50+
"@stdlib/utils-papply-right": "^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)