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 @@ -383,8 +383,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
383
383
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/simulate-iter-bartlett-pulse.svg
384
384
[ npm-url ] : https://npmjs.org/package/@stdlib/simulate-iter-bartlett-pulse
385
385
386
- [ test-image ] : https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml/badge.svg?branch=main
387
- [ test-url ] : https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml?query=branch:main
386
+ [ test-image ] : https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml/badge.svg?branch=v0.1.1
387
+ [ test-url ] : https://github.com/stdlib-js/simulate-iter-bartlett-pulse/actions/workflows/test.yml?query=branch:v0.1.1
388
388
389
389
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/simulate-iter-bartlett-pulse/main.svg
390
390
[ coverage-url ] : https://codecov.io/github/stdlib-js/simulate-iter-bartlett-pulse?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/simulate-iter-bartlett-pulse" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Create an iterator which generates a Bartlett pulse waveform." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
43
43
"@stdlib/assert-is-plain-object" : " ^0.1.1" ,
44
44
"@stdlib/assert-is-positive-integer" : " ^0.1.0" ,
45
45
"@stdlib/assert-is-positive-number" : " ^0.1.1" ,
46
- "@stdlib/math-base-special-abs" : " ^0.1.0 " ,
46
+ "@stdlib/math-base-special-abs" : " ^0.1.1 " ,
47
47
"@stdlib/string-format" : " ^0.1.1" ,
48
- "@stdlib/symbol-iterator" : " ^0.1.0 " ,
48
+ "@stdlib/symbol-iterator" : " ^0.1.1 " ,
49
49
"@stdlib/types" : " ^0.1.0" ,
50
50
"@stdlib/utils-define-nonenumerable-read-only-property" : " ^0.1.1"
51
51
},
You can’t perform that action at this time.
0 commit comments