File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
197
197
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-has-uint32array-support.svg
198
198
[ npm-url ] : https://npmjs.org/package/@stdlib/assert-has-uint32array-support
199
199
200
- [ test-image ] : https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml/badge.svg?branch=main
201
- [ test-url ] : https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml?query=branch:main
200
+ [ test-image ] : https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml/badge.svg?branch=v0.1.1
201
+ [ test-url ] : https://github.com/stdlib-js/assert-has-uint32array-support/actions/workflows/test.yml?query=branch:v0.1.1
202
202
203
203
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-has-uint32array-support/main.svg
204
204
[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-has-uint32array-support?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/assert-has-uint32array-support" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Detect native Uint32Array support." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
41
41
},
42
42
"dependencies" : {
43
43
"@stdlib/assert-is-uint32array" : " ^0.1.0" ,
44
- "@stdlib/cli-ctor" : " ^0.1.0 " ,
44
+ "@stdlib/cli-ctor" : " ^0.1.1 " ,
45
45
"@stdlib/constants-uint32-max" : " ^0.1.0" ,
46
- "@stdlib/fs-read-file" : " ^0.1.0 "
46
+ "@stdlib/fs-read-file" : " ^0.1.1 "
47
47
},
48
48
"devDependencies" : {
49
49
"@stdlib/array-uint32" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments