File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
207
207
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/buffer-from-string.svg
208
208
[ npm-url ] : https://npmjs.org/package/@stdlib/buffer-from-string
209
209
210
- [ test-image ] : https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml/badge.svg?branch=main
211
- [ test-url ] : https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml?query=branch:main
210
+ [ test-image ] : https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml/badge.svg?branch=v0.1.1
211
+ [ test-url ] : https://github.com/stdlib-js/buffer-from-string/actions/workflows/test.yml?query=branch:v0.1.1
212
212
213
213
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/buffer-from-string/main.svg
214
214
[ coverage-url ] : https://codecov.io/github/stdlib-js/buffer-from-string?branch=main
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/buffer-from-string" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Allocate a buffer containing a provided string." ,
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/assert-is-function" : " ^0.1.0 " ,
41
- "@stdlib/assert-is-string" : " ^0.1.0 " ,
42
- "@stdlib/buffer-ctor" : " ^0.1.0 " ,
43
- "@stdlib/string-format" : " ^0.1.0 "
40
+ "@stdlib/assert-is-function" : " ^0.1.1 " ,
41
+ "@stdlib/assert-is-string" : " ^0.1.1 " ,
42
+ "@stdlib/buffer-ctor" : " ^0.1.1 " ,
43
+ "@stdlib/string-format" : " ^0.1.1 "
44
44
},
45
45
"devDependencies" : {
46
- "@stdlib/assert-is-buffer" : " ^0.1.0 " ,
46
+ "@stdlib/assert-is-buffer" : " ^0.1.1 " ,
47
47
"@stdlib/bench" : " ^0.1.0" ,
48
48
"@stdlib/math-base-special-pow" : " ^0.1.0" ,
49
49
"@stdlib/random-base-discrete-uniform" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments