File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitsharesjs" ,
3
- "version" : " 6.0.0-rc1 " ,
3
+ "version" : " 6.0.0" ,
4
4
"description" : " Pure JavaScript BitShares library for node.js and browsers." ,
5
5
"browser" : {
6
6
"ws" : false ,
58
58
"jsnext:main" : " ./es/index.js" ,
59
59
"dependencies" : {
60
60
"bigi" : " ^1.4.2" ,
61
- "bitsharesjs-ws" : " ^6.0.0-rc1 " ,
61
+ "bitsharesjs-ws" : " ^6.0.0" ,
62
62
"bs58" : " ^4.0.1" ,
63
63
"bytebuffer" : " ^5.0.1" ,
64
64
"create-hash" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 1
- npm login
2
- npm pack
3
- npm publish bitsharesjs-$1 .tgz
1
+ yarn login
2
+ yarn pack
3
+ yarn publish bitsharesjs-$1 .tgz
Original file line number Diff line number Diff line change @@ -1538,10 +1538,10 @@ binary-extensions@^2.0.0:
1538
1538
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
1539
1539
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
1540
1540
1541
- bitsharesjs-ws@^6.0.0-rc1 :
1542
- version "6.0.0-rc1 "
1543
- resolved "https://registry.yarnpkg.com/bitsharesjs-ws/-/bitsharesjs-ws-6.0.0-rc1 .tgz#1ea2a312a15f2411563c81b4c9cb615269413bc2 "
1544
- integrity sha512-0/FUxfKNew/LK/ZK/US7cTnWC0T7ThoydBXK5lL/Yk1pTxXuNbv0S1Snz2+XBX1Fp/RBZz4HLwmPQAjI5HFIUw ==
1541
+ bitsharesjs-ws@^6.0.0 :
1542
+ version "6.0.0"
1543
+ resolved "https://registry.yarnpkg.com/bitsharesjs-ws/-/bitsharesjs-ws-6.0.0.tgz#88f5f2014b355ea20ddfdcee6494a8db0596ad15 "
1544
+ integrity sha512-hIsFcGggV6jkgCKrVE7Pmm8AgJMbBc2pthOx1/9he436gfehtbMvjn7J5G3rWhPu0VONROI//LAX/qhhhIieaA ==
1545
1545
dependencies :
1546
1546
isomorphic-ws "^4.0.1"
1547
1547
ws "^8.4.0"
You can’t perform that action at this time.
0 commit comments