Skip to content

Commit 8260d08

Browse files
committed
Auto-generated commit
1 parent a7fb752 commit 8260d08

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-03-09T01:54:13.672Z

README.md

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

218-
[test-image]: https://github.com/stdlib-js/assert-is-sharedarraybuffer/actions/workflows/test.yml/badge.svg?branch=v0.2.3
219-
[test-url]: https://github.com/stdlib-js/assert-is-sharedarraybuffer/actions/workflows/test.yml?query=branch:v0.2.3
218+
[test-image]: https://github.com/stdlib-js/assert-is-sharedarraybuffer/actions/workflows/test.yml/badge.svg?branch=main
219+
[test-url]: https://github.com/stdlib-js/assert-is-sharedarraybuffer/actions/workflows/test.yml?query=branch:main
220220

221221
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-sharedarraybuffer/main.svg
222222
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-sharedarraybuffer?branch=main

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/utils-native-class": "^0.2.2"
40+
"@stdlib/utils-native-class": "^0.2.3"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-buffer": "^0.2.2",
44-
"@stdlib/array-float32": "^0.2.2",
45-
"@stdlib/array-float64": "^0.2.2",
46-
"@stdlib/array-int16": "^0.2.2",
47-
"@stdlib/array-int32": "^0.2.2",
48-
"@stdlib/array-int8": "^0.2.2",
49-
"@stdlib/array-shared-buffer": "^0.2.2",
50-
"@stdlib/array-uint16": "^0.2.2",
51-
"@stdlib/array-uint32": "^0.2.2",
52-
"@stdlib/array-uint8": "^0.2.2",
53-
"@stdlib/array-uint8c": "^0.2.2",
54-
"@stdlib/array-zeros": "^0.2.2",
55-
"@stdlib/assert-has-sharedarraybuffer-support": "^0.2.2",
56-
"@stdlib/assert-is-boolean": "^0.2.2",
43+
"@stdlib/array-buffer": "^0.2.3",
44+
"@stdlib/array-float32": "^0.2.3",
45+
"@stdlib/array-float64": "^0.2.3",
46+
"@stdlib/array-int16": "^0.2.3",
47+
"@stdlib/array-int32": "^0.2.3",
48+
"@stdlib/array-int8": "^0.2.3",
49+
"@stdlib/array-shared-buffer": "^0.2.3",
50+
"@stdlib/array-uint16": "^0.2.3",
51+
"@stdlib/array-uint32": "^0.2.3",
52+
"@stdlib/array-uint8": "^0.2.3",
53+
"@stdlib/array-uint8c": "^0.2.3",
54+
"@stdlib/array-zeros": "^0.2.3",
55+
"@stdlib/assert-has-sharedarraybuffer-support": "^0.2.3",
56+
"@stdlib/assert-is-boolean": "^0.2.3",
5757
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5858
"istanbul": "^0.4.1",
5959
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
60-
"@stdlib/bench-harness": "^0.2.2"
60+
"@stdlib/bench-harness": "^0.2.3"
6161
},
6262
"engines": {
6363
"node": ">=0.10.0",

0 commit comments

Comments
 (0)