Skip to content

Commit e08ea0f

Browse files
committed
Auto-generated commit
1 parent 9d9b687 commit e08ea0f

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/.keepalive

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
346346
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-shared-buffer.svg
347347
[npm-url]: https://npmjs.org/package/@stdlib/array-shared-buffer
348348

349-
[test-image]: https://github.com/stdlib-js/array-shared-buffer/actions/workflows/test.yml/badge.svg?branch=v0.2.3
350-
[test-url]: https://github.com/stdlib-js/array-shared-buffer/actions/workflows/test.yml?query=branch:v0.2.3
349+
[test-image]: https://github.com/stdlib-js/array-shared-buffer/actions/workflows/test.yml/badge.svg?branch=main
350+
[test-url]: https://github.com/stdlib-js/array-shared-buffer/actions/workflows/test.yml?query=branch:main
351351

352352
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-shared-buffer/main.svg
353353
[coverage-url]: https://codecov.io/github/stdlib-js/array-shared-buffer?branch=main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
"@stdlib/assert-has-sharedarraybuffer-support": "^0.2.3"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-float64": "^0.2.2",
44-
"@stdlib/array-uint8": "^0.2.2",
43+
"@stdlib/array-float64": "^0.2.3",
44+
"@stdlib/array-uint8": "^0.2.3",
4545
"@stdlib/assert-has-own-property": "^0.2.3",
4646
"@stdlib/assert-has-property": "^0.2.3",
47-
"@stdlib/assert-instance-of": "^0.3.0",
47+
"@stdlib/assert-instance-of": "^0.3.1",
4848
"@stdlib/assert-is-function": "^0.2.3",
4949
"@stdlib/assert-is-sharedarraybuffer": "^0.2.3",
5050
"@stdlib/constants-float64-max-safe-integer": "^0.2.3",
51-
"@stdlib/math-base-special-pow": "^0.3.0",
51+
"@stdlib/math-base-special-pow": "^0.3.1",
5252
"@stdlib/number-uint8-base-to-binary-string": "^0.2.3",
53-
"@stdlib/random-base-randu": "^0.2.2",
53+
"@stdlib/random-base-randu": "^0.2.3",
5454
"proxyquire": "^2.0.0",
5555
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5656
"istanbul": "^0.4.1",
5757
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
58-
"@stdlib/bench-harness": "^0.2.2"
58+
"@stdlib/bench-harness": "^0.2.3"
5959
},
6060
"engines": {
6161
"node": ">=0.10.0",

0 commit comments

Comments
 (0)