File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
153
153
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/assert-is-multi-slice.svg
154
154
[ npm-url ] : https://npmjs.org/package/@stdlib/assert-is-multi-slice
155
155
156
- [ test-image ] : https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml/badge.svg?branch=main
157
- [ test-url ] : https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml?query=branch:main
156
+ [ test-image ] : https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml/badge.svg?branch=v0.1.0
157
+ [ test-url ] : https://github.com/stdlib-js/assert-is-multi-slice/actions/workflows/test.yml?query=branch:v0.1.0
158
158
159
159
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/assert-is-multi-slice/main.svg
160
160
[ coverage-url ] : https://codecov.io/github/stdlib-js/assert-is-multi-slice?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/assert-is-multi-slice" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " Test if a value is a MultiSlice object." ,
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/slice-multi" : " github:stdlib-js/slice-multi#main " ,
41
- "@stdlib/types" : " ^0.0.14 " ,
42
- "@stdlib/utils-constructor-name" : " ^0.0.8 "
40
+ "@stdlib/slice-multi" : " ^0.1.0 " ,
41
+ "@stdlib/types" : " ^0.1.0 " ,
42
+ "@stdlib/utils-constructor-name" : " ^0.1.0 "
43
43
},
44
44
"devDependencies" : {
45
- "@stdlib/assert-is-boolean" : " ^0.0.8 " ,
46
- "@stdlib/bench" : " ^0.0.12 " ,
47
- "@stdlib/slice-ctor" : " github:stdlib-js/slice-ctor#main " ,
45
+ "@stdlib/assert-is-boolean" : " ^0.1.0 " ,
46
+ "@stdlib/bench" : " ^0.1.0 " ,
47
+ "@stdlib/slice-ctor" : " ^0.1.0 " ,
48
48
"tape" : " git+https://github.com/kgryte/tape.git#fix/globby" ,
49
49
"istanbul" : " ^0.4.1" ,
50
50
"tap-min" : " git+https://github.com/Planeshifter/tap-min.git"
You can’t perform that action at this time.
0 commit comments