File tree Expand file tree Collapse file tree 11 files changed +67
-67
lines changed Expand file tree Collapse file tree 11 files changed +67
-67
lines changed Original file line number Diff line number Diff line change 3232 "@types/jest" : " ^26.0.15" ,
3333 "copyfiles" : " ^2.4.0"
3434 },
35- "version" : " 2.5.2-5 "
35+ "version" : " 2.5.2-6 "
3636}
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api-contract" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " Interfaces for interacting with contracts and contract ABIs" ,
55 "main" : " index.js" ,
66 "keywords" : [
2727 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme" ,
2828 "dependencies" : {
2929 "@babel/runtime" : " ^7.12.1" ,
30- "@polkadot/api" : " 2.5.2-5 " ,
31- "@polkadot/types" : " 2.5.2-5 " ,
30+ "@polkadot/api" : " 2.5.2-6 " ,
31+ "@polkadot/types" : " 2.5.2-6 " ,
3232 "@polkadot/util" : " ^4.0.1" ,
3333 "bn.js" : " ^5.1.3" ,
3434 "rxjs" : " ^6.6.3"
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api-derive" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " Common functions used across Polkadot, derived from RPC calls and storage queries." ,
55 "main" : " index.js" ,
66 "keywords" : [
2828 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme" ,
2929 "dependencies" : {
3030 "@babel/runtime" : " ^7.12.1" ,
31- "@polkadot/api" : " 2.5.2-5 " ,
32- "@polkadot/rpc-core" : " 2.5.2-5 " ,
33- "@polkadot/types" : " 2.5.2-5 " ,
31+ "@polkadot/api" : " 2.5.2-6 " ,
32+ "@polkadot/rpc-core" : " 2.5.2-6 " ,
33+ "@polkadot/types" : " 2.5.2-6 " ,
3434 "@polkadot/util" : " ^4.0.1" ,
3535 "@polkadot/util-crypto" : " ^4.0.1" ,
3636 "bn.js" : " ^5.1.3" ,
3939 },
4040 "devDependencies" : {
4141 "@polkadot/keyring" : " ^4.0.1" ,
42- "@polkadot/rpc-provider" : " 2.5.2-5 "
42+ "@polkadot/rpc-provider" : " 2.5.2-6 "
4343 }
4444}
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " Promise and RxJS wrappers around the Polkadot JS RPC" ,
55 "main" : " index.js" ,
66 "keywords" : [
2727 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api#readme" ,
2828 "dependencies" : {
2929 "@babel/runtime" : " ^7.12.1" ,
30- "@polkadot/api-derive" : " 2.5.2-5 " ,
30+ "@polkadot/api-derive" : " 2.5.2-6 " ,
3131 "@polkadot/keyring" : " ^4.0.1" ,
32- "@polkadot/metadata" : " 2.5.2-5 " ,
33- "@polkadot/rpc-core" : " 2.5.2-5 " ,
34- "@polkadot/rpc-provider" : " 2.5.2-5 " ,
35- "@polkadot/types" : " 2.5.2-5 " ,
36- "@polkadot/types-known" : " 2.5.2-5 " ,
32+ "@polkadot/metadata" : " 2.5.2-6 " ,
33+ "@polkadot/rpc-core" : " 2.5.2-6 " ,
34+ "@polkadot/rpc-provider" : " 2.5.2-6 " ,
35+ "@polkadot/types" : " 2.5.2-6 " ,
36+ "@polkadot/types-known" : " 2.5.2-6 " ,
3737 "@polkadot/util" : " ^4.0.1" ,
3838 "@polkadot/util-crypto" : " ^4.0.1" ,
3939 "bn.js" : " ^5.1.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/metadata" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " Helpers to extract information from runtime metadata" ,
55 "main" : " index.js" ,
66 "publishConfig" : {
2727 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme" ,
2828 "dependencies" : {
2929 "@babel/runtime" : " ^7.12.1" ,
30- "@polkadot/types" : " 2.5.2-5 " ,
31- "@polkadot/types-known" : " 2.5.2-5 " ,
30+ "@polkadot/types" : " 2.5.2-6 " ,
31+ "@polkadot/types-known" : " 2.5.2-6 " ,
3232 "@polkadot/util" : " ^4.0.1" ,
3333 "@polkadot/util-crypto" : " ^4.0.1" ,
3434 "bn.js" : " ^5.1.3"
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/rpc-core" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " A JavaScript wrapper for the Polkadot JsonRPC interface" ,
55 "main" : " index.js" ,
66 "keywords" : [
2727 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme" ,
2828 "dependencies" : {
2929 "@babel/runtime" : " ^7.12.1" ,
30- "@polkadot/metadata" : " 2.5.2-5 " ,
31- "@polkadot/rpc-provider" : " 2.5.2-5 " ,
32- "@polkadot/types" : " 2.5.2-5 " ,
30+ "@polkadot/metadata" : " 2.5.2-6 " ,
31+ "@polkadot/rpc-provider" : " 2.5.2-6 " ,
32+ "@polkadot/types" : " 2.5.2-6 " ,
3333 "@polkadot/util" : " ^4.0.1" ,
3434 "memoizee" : " ^0.4.14" ,
3535 "rxjs" : " ^6.6.3"
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/rpc-provider" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " Transport providers for the API" ,
55 "main" : " index.js" ,
66 "keywords" : [
2727 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme" ,
2828 "dependencies" : {
2929 "@babel/runtime" : " ^7.12.1" ,
30- "@polkadot/types" : " 2.5.2-5 " ,
30+ "@polkadot/types" : " 2.5.2-6 " ,
3131 "@polkadot/util" : " ^4.0.1" ,
3232 "@polkadot/util-crypto" : " ^4.0.1" ,
3333 "@polkadot/x-fetch" : " ^4.0.1" ,
3737 },
3838 "devDependencies" : {
3939 "@polkadot/keyring" : " ^4.0.1" ,
40- "@polkadot/metadata" : " 2.5.2-5 " ,
40+ "@polkadot/metadata" : " 2.5.2-6 " ,
4141 "mock-socket" : " ^9.0.3" ,
4242 "nock" : " ^13.0.4"
4343 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/typegen" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " Type generation scripts" ,
55 "main" : " index.js" ,
66 "bin" : {
3636 "@babel/core" : " ^7.12.3" ,
3737 "@babel/register" : " ^7.12.1" ,
3838 "@babel/runtime" : " ^7.12.1" ,
39- "@polkadot/api" : " 2.5.2-5 " ,
40- "@polkadot/metadata" : " 2.5.2-5 " ,
41- "@polkadot/rpc-provider" : " 2.5.2-5 " ,
42- "@polkadot/types" : " 2.5.2-5 " ,
39+ "@polkadot/api" : " 2.5.2-6 " ,
40+ "@polkadot/metadata" : " 2.5.2-6 " ,
41+ "@polkadot/rpc-provider" : " 2.5.2-6 " ,
42+ "@polkadot/types" : " 2.5.2-6 " ,
4343 "@polkadot/util" : " ^4.0.1" ,
4444 "handlebars" : " ^4.7.6" ,
4545 "websocket" : " ^1.0.32" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/types-known" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " A JavaScript wrapper for the Polkadot JsonRPC interface" ,
55 "main" : " index.js" ,
66 "keywords" : [
2727 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/types-known#readme" ,
2828 "dependencies" : {
2929 "@babel/runtime" : " ^7.12.1" ,
30- "@polkadot/types" : " 2.5.2-5 " ,
30+ "@polkadot/types" : " 2.5.2-6 " ,
3131 "@polkadot/util" : " ^4.0.1" ,
3232 "bn.js" : " ^5.1.3"
3333 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/types" ,
3- "version" : " 2.5.2-5 " ,
3+ "version" : " 2.5.2-6 " ,
44 "description" : " Implementation of the Parity codec" ,
55 "main" : " index.js" ,
66 "keywords" : [
2727 "homepage" : " https://github.com/polkadot-js/api/tree/master/packages/types#readme" ,
2828 "dependencies" : {
2929 "@babel/runtime" : " ^7.12.1" ,
30- "@polkadot/metadata" : " 2.5.2-5 " ,
30+ "@polkadot/metadata" : " 2.5.2-6 " ,
3131 "@polkadot/util" : " ^4.0.1" ,
3232 "@polkadot/util-crypto" : " ^4.0.1" ,
3333 "@types/bn.js" : " ^4.11.6" ,
You can’t perform that action at this time.
0 commit comments