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 @@ -426,8 +426,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
426
426
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/random-array-t.svg
427
427
[ npm-url ] : https://npmjs.org/package/@stdlib/random-array-t
428
428
429
- [ test-image ] : https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml/badge.svg?branch=main
430
- [ test-url ] : https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml?query=branch:main
429
+ [ test-image ] : https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml/badge.svg?branch=v0.1.0
430
+ [ test-url ] : https://github.com/stdlib-js/random-array-t/actions/workflows/test.yml?query=branch:v0.1.0
431
431
432
432
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/random-array-t/main.svg
433
433
[ coverage-url ] : https://codecov.io/github/stdlib-js/random-array-t?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/random-array-t" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " Create an array containing pseudorandom numbers drawn from a Student's t-distribution." ,
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/array-defaults" : " github:stdlib-js/array-defaults#main " ,
40
+ "@stdlib/array-defaults" : " ^0.1.0 " ,
41
41
"@stdlib/array-dtypes" : " ^0.1.0" ,
42
- "@stdlib/random-array-tools-unary-factory" : " github:stdlib-js/random-array-tools-unary-factory#main " ,
42
+ "@stdlib/random-array-tools-unary-factory" : " ^0.1.1 " ,
43
43
"@stdlib/random-base-t" : " ^0.1.0" ,
44
44
"@stdlib/types" : " ^0.2.0" ,
45
45
"@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
You can’t perform that action at this time.
0 commit comments