File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1523,8 +1523,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
1523
1523
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/array-float32.svg
1524
1524
[ npm-url ] : https://npmjs.org/package/@stdlib/array-float32
1525
1525
1526
- [ test-image ] : https://github.com/stdlib-js/array-float32/actions/workflows/test.yml/badge.svg?branch=main
1527
- [ test-url ] : https://github.com/stdlib-js/array-float32/actions/workflows/test.yml?query=branch:main
1526
+ [ test-image ] : https://github.com/stdlib-js/array-float32/actions/workflows/test.yml/badge.svg?branch=v0.1.1
1527
+ [ test-url ] : https://github.com/stdlib-js/array-float32/actions/workflows/test.yml?query=branch:v0.1.1
1528
1528
1529
1529
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/array-float32/main.svg
1530
1530
[ coverage-url ] : https://codecov.io/github/stdlib-js/array-float32?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/array-float32" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Float32Array." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
37
37
"url" : " https://github.com/stdlib-js/stdlib/issues"
38
38
},
39
39
"dependencies" : {
40
- "@stdlib/assert-has-float32array-support" : " ^0.1.0 "
40
+ "@stdlib/assert-has-float32array-support" : " ^0.1.1 "
41
41
},
42
42
"devDependencies" : {
43
43
"@stdlib/assert-has-property" : " ^0.1.1" ,
50
50
"@stdlib/math-base-special-pow" : " ^0.1.0" ,
51
51
"@stdlib/random-base-randi" : " ^0.1.0" ,
52
52
"@stdlib/random-base-randu" : " ^0.1.0" ,
53
- "@stdlib/symbol-iterator" : " ^0.1.0 " ,
53
+ "@stdlib/symbol-iterator" : " ^0.1.1 " ,
54
54
"proxyquire" : " ^2.0.0" ,
55
55
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
56
56
"istanbul" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments