File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Upgrade priority: Low. Recommended for TS users with their own non-Polkadot/Kusa
1111Contributed:
1212
1313- Add contracts storage deposit support (Thanks to https://github.com/statictype )
14+ - Do not throw error on socket closes (Thanks to https://github.com/xcaptain )
1415
1516Changes:
1617
Original file line number Diff line number Diff line change 2424 "main" : " index.js" ,
2525 "dependencies" : {
2626 "@babel/runtime" : " ^7.16.5" ,
27+ "@polkadot/api-augment" : " 6.12.2-26" ,
2728 "@polkadot/api-base" : " 6.12.2-26" ,
2829 "@polkadot/api-derive" : " 6.12.2-26" ,
2930 "@polkadot/keyring" : " ^8.2.2" ,
3031 "@polkadot/rpc-augment" : " 6.12.2-26" ,
3132 "@polkadot/rpc-core" : " 6.12.2-26" ,
3233 "@polkadot/rpc-provider" : " 6.12.2-26" ,
3334 "@polkadot/types" : " 6.12.2-26" ,
35+ "@polkadot/types-augment" : " 6.12.2-26" ,
3436 "@polkadot/types-codec" : " 6.12.2-26" ,
3537 "@polkadot/types-create" : " 6.12.2-26" ,
3638 "@polkadot/types-known" : " 6.12.2-26" ,
Original file line number Diff line number Diff line change 2424 "main" : " index.js" ,
2525 "dependencies" : {
2626 "@babel/runtime" : " ^7.16.5" ,
27+ "@polkadot/rpc-augment" : " 6.12.2-26" ,
2728 "@polkadot/rpc-provider" : " 6.12.2-26" ,
2829 "@polkadot/types" : " 6.12.2-26" ,
2930 "@polkadot/util" : " ^8.2.2" ,
Original file line number Diff line number Diff line change 2525 "dependencies" : {
2626 "@babel/runtime" : " ^7.16.5" ,
2727 "@polkadot/keyring" : " ^8.2.2" ,
28+ "@polkadot/types-augment" : " 6.12.2-26" ,
2829 "@polkadot/types-codec" : " 6.12.2-26" ,
2930 "@polkadot/types-create" : " 6.12.2-26" ,
3031 "@polkadot/util" : " ^8.2.2" ,
Original file line number Diff line number Diff line change @@ -1938,6 +1938,7 @@ __metadata:
19381938 " @polkadot/rpc-core " : 6.12.2-26
19391939 " @polkadot/rpc-provider " : 6.12.2-26
19401940 " @polkadot/types " : 6.12.2-26
1941+ " @polkadot/types-augment " : 6.12.2-26
19411942 " @polkadot/types-codec " : 6.12.2-26
19421943 " @polkadot/types-create " : 6.12.2-26
19431944 " @polkadot/types-known " : 6.12.2-26
@@ -2206,6 +2207,7 @@ __metadata:
22062207 dependencies :
22072208 " @babel/runtime " : ^7.16.5
22082209 " @polkadot/keyring " : ^8.2.2
2210+ " @polkadot/types-augment " : 6.12.2-26
22092211 " @polkadot/types-codec " : 6.12.2-26
22102212 " @polkadot/types-create " : 6.12.2-26
22112213 " @polkadot/types-support " : 6.12.2-26
You can’t perform that action at this time.
0 commit comments