File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 99 "packages" : [
1010 " packages/*"
1111 ],
12- "version" : " 0.94.0 "
12+ "version" : " 0.94.1 "
1313}
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.94.0-beta.19 " ,
2+ "version" : " 0.94.1 " ,
33 "private" : true ,
44 "engines" : {
55 "yarn" : " ^1.10.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api-contract" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
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.6.2" ,
30- "@polkadot/types" : " ^0.94.0 "
30+ "@polkadot/types" : " ^0.94.1 "
3131 }
3232}
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api-derive" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
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.6.2" ,
31- "@polkadot/api" : " ^0.94.0 " ,
32- "@polkadot/types" : " ^0.94.0 "
31+ "@polkadot/api" : " ^0.94.1 " ,
32+ "@polkadot/types" : " ^0.94.1 "
3333 },
3434 "devDependencies" : {
3535 "@polkadot/keyring" : " ^1.5.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api-metadata" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
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.6.2" ,
30- "@polkadot/types" : " ^0.94.0 " ,
30+ "@polkadot/types" : " ^0.94.1 " ,
3131 "@polkadot/util" : " ^1.5.1" ,
3232 "@polkadot/util-crypto" : " ^1.5.1"
3333 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/api" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
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.6.2" ,
30- "@polkadot/api-derive" : " ^0.94.0 " ,
31- "@polkadot/api-metadata" : " ^0.94.0 " ,
30+ "@polkadot/api-derive" : " ^0.94.1 " ,
31+ "@polkadot/api-metadata" : " ^0.94.1 " ,
3232 "@polkadot/keyring" : " ^1.5.1" ,
33- "@polkadot/rpc-core" : " ^0.94.0 " ,
34- "@polkadot/rpc-provider" : " ^0.94.0 " ,
35- "@polkadot/types" : " ^0.94.0 " ,
33+ "@polkadot/rpc-core" : " ^0.94.1 " ,
34+ "@polkadot/rpc-provider" : " ^0.94.1 " ,
35+ "@polkadot/types" : " ^0.94.1 " ,
3636 "@polkadot/util-crypto" : " ^1.5.1"
3737 },
3838 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/rpc-core" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
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.6.2" ,
30- "@polkadot/jsonrpc" : " ^0.94.0 " ,
31- "@polkadot/rpc-provider" : " ^0.94.0 " ,
32- "@polkadot/types" : " ^0.94.0 " ,
30+ "@polkadot/jsonrpc" : " ^0.94.1 " ,
31+ "@polkadot/rpc-provider" : " ^0.94.1 " ,
32+ "@polkadot/types" : " ^0.94.1 " ,
3333 "@polkadot/util" : " ^1.5.1" ,
3434 "rxjs" : " ^6.5.3"
3535 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/rpc-provider" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
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.6.2" ,
30- "@polkadot/api-metadata" : " ^0.94.0 " ,
30+ "@polkadot/api-metadata" : " ^0.94.1 " ,
3131 "@polkadot/util" : " ^1.5.1" ,
3232 "@polkadot/util-crypto" : " ^1.5.1" ,
3333 "@types/nock" : " ^11.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/jsonrpc" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
44 "description" : " Method definitions for the Polkadot RPC layer" ,
55 "main" : " index.js" ,
66 "publishConfig" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @polkadot/types" ,
3- "version" : " 0.94.0 " ,
3+ "version" : " 0.94.1 " ,
44 "description" : " Implementation of the Parity codec" ,
55 "main" : " index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments