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].
426426[ npm-image ] : http://img.shields.io/npm/v/@stdlib/random-array-chisquare.svg
427427[ npm-url ] : https://npmjs.org/package/@stdlib/random-array-chisquare
428428
429- [ test-image ] : https://github.com/stdlib-js/random-array-chisquare/actions/workflows/test.yml/badge.svg?branch=main
430- [ test-url ] : https://github.com/stdlib-js/random-array-chisquare/actions/workflows/test.yml?query=branch:main
429+ [ test-image ] : https://github.com/stdlib-js/random-array-chisquare/actions/workflows/test.yml/badge.svg?branch=v0.1.0
430+ [ test-url ] : https://github.com/stdlib-js/random-array-chisquare/actions/workflows/test.yml?query=branch:v0.1.0
431431
432432[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/random-array-chisquare/main.svg
433433[ coverage-url ] : https://codecov.io/github/stdlib-js/random-array-chisquare?branch=main
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/random-array-chisquare" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "description" : " Create an array containing pseudorandom numbers drawn from a chi-square distribution." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
3737 "url" : " https://github.com/stdlib-js/stdlib/issues"
3838 },
3939 "dependencies" : {
40- "@stdlib/array-defaults" : " github:stdlib-js/array-defaults#main " ,
40+ "@stdlib/array-defaults" : " ^0.1.0 " ,
4141 "@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 " ,
4343 "@stdlib/random-base-chisquare" : " ^0.1.0" ,
4444 "@stdlib/types" : " ^0.2.0" ,
4545 "@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
You can’t perform that action at this time.
0 commit comments