File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
240
240
[npm- image]: http: // img.shields.io/npm/v/@stdlib/ndarray-at.svg
241
241
[npm- url]: https: // npmjs.org/package/@stdlib/ndarray-at
242
242
243
- [test- image]: https: // github.com/stdlib-js/ndarray-at/actions/workflows/test.yml/badge.svg?branch=main
244
- [test- url]: https: // github.com/stdlib-js/ndarray-at/actions/workflows/test.yml?query=branch:main
243
+ [test- image]: https: // github.com/stdlib-js/ndarray-at/actions/workflows/test.yml/badge.svg?branch=v0.1.0
244
+ [test- url]: https: // github.com/stdlib-js/ndarray-at/actions/workflows/test.yml?query=branch:v0.1.0
245
245
246
246
[coverage- image]: https: // img.shields.io/codecov/c/github/stdlib-js/ndarray-at/main.svg
247
247
[coverage- url]: https: // codecov.io/github/stdlib-js/ndarray-at?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/ndarray-at" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " Return an ndarray element." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
46
46
},
47
47
"devDependencies" : {
48
48
"@stdlib/array-base-filled2d-by" : " ^0.1.0" ,
49
- "@stdlib/array-cartesian-product" : " github:stdlib-js/array-cartesian-product#main " ,
49
+ "@stdlib/array-cartesian-product" : " ^0.1.0 " ,
50
50
"@stdlib/array-zero-to" : " ^0.1.0" ,
51
51
"@stdlib/math-base-assert-is-nan" : " ^0.1.1" ,
52
52
"@stdlib/ndarray-array" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments