File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
233
233
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/math-iter-ops-mod.svg
234
234
[ npm-url ] : https://npmjs.org/package/@stdlib/math-iter-ops-mod
235
235
236
- [ test-image ] : https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml/badge.svg?branch=main
237
- [ test-url ] : https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml?query=branch:main
236
+ [ test-image ] : https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml/badge.svg?branch=v0.1.1
237
+ [ test-url ] : https://github.com/stdlib-js/math-iter-ops-mod/actions/workflows/test.yml?query=branch:v0.1.1
238
238
239
239
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/math-iter-ops-mod/main.svg
240
240
[ coverage-url ] : https://codecov.io/github/stdlib-js/math-iter-ops-mod?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/math-iter-ops-mod" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Create an iterator which performs an element-wise modulo operation of two or more iterators." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
41
41
"@stdlib/assert-is-iterator-like" : " ^0.1.1" ,
42
42
"@stdlib/assert-is-number" : " ^0.1.1" ,
43
43
"@stdlib/string-format" : " ^0.1.1" ,
44
- "@stdlib/symbol-iterator" : " ^0.1.0 " ,
44
+ "@stdlib/symbol-iterator" : " ^0.1.1 " ,
45
45
"@stdlib/types" : " ^0.1.0" ,
46
46
"@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
47
47
},
You can’t perform that action at this time.
0 commit comments