File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " light-client" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"description" : " Raiden Light Client monorepo" ,
5
5
"author" : " brainbot labs est." ,
6
6
"private" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-cli" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"description" : " Raiden Light Client standalone command-line app" ,
5
5
"main" : " build/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-dapp" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"private" : true ,
5
5
"description" : " A dApp that showcases the Raiden Light Client sdk functionality" ,
6
6
"author" : " brainbot labs est." ,
18
18
"serve:no-logging" : " export NODE_ENV=nologging && vue-cli-service serve"
19
19
},
20
20
"dependencies" : {
21
- "core-js" : " ^3.8.3" ,
22
21
"compare-versions" : " ^3.6.0" ,
23
22
"core-js" : " ^3.8.3" ,
24
23
"ethereum-blockies-base64" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " raiden-ts" ,
3
- "version" : " 0.14 .0" ,
3
+ "version" : " 0.15 .0" ,
4
4
"description" : " Raiden Light Client Typescript/Javascript SDK" ,
5
5
"main" : " dist:cjs/index.js" ,
6
6
"module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments