File tree Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 9
9
"packages" : [
10
10
" packages/*"
11
11
],
12
- "version" : " 1.0.0 "
12
+ "version" : " 1.0.1 "
13
13
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.0.0-beta.44 " ,
2
+ "version" : " 1.0.1 " ,
3
3
"private" : true ,
4
4
"engines" : {
5
5
"yarn" : " ^1.10.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/api-contract" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Interfaces for interacting with contracts and contract ABIs" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
27
27
"homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme" ,
28
28
"dependencies" : {
29
29
"@babel/runtime" : " ^7.8.3" ,
30
- "@polkadot/types" : " ^1.0.0 "
30
+ "@polkadot/types" : " ^1.0.1 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/api-derive" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Common functions used across Polkadot, derived from RPC calls and storage queries." ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
28
28
"homepage" : " https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme" ,
29
29
"dependencies" : {
30
30
"@babel/runtime" : " ^7.8.3" ,
31
- "@polkadot/api" : " ^1.0.0 " ,
32
- "@polkadot/types" : " ^1.0.0 "
31
+ "@polkadot/api" : " ^1.0.1 " ,
32
+ "@polkadot/types" : " ^1.0.1 "
33
33
},
34
34
"devDependencies" : {
35
35
"@polkadot/keyring" : " ^2.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/api" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Promise and RxJS wrappers around the Polkadot JS RPC" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
30
30
},
31
31
"dependencies" : {
32
32
"@babel/runtime" : " ^7.8.3" ,
33
- "@polkadot/api-derive" : " ^1.0.0 " ,
33
+ "@polkadot/api-derive" : " ^1.0.1 " ,
34
34
"@polkadot/keyring" : " ^2.0.1" ,
35
- "@polkadot/metadata" : " ^1.0.0 " ,
36
- "@polkadot/rpc-core" : " ^1.0.0 " ,
37
- "@polkadot/rpc-provider" : " ^1.0.0 " ,
38
- "@polkadot/types" : " ^1.0.0 " ,
35
+ "@polkadot/metadata" : " ^1.0.1 " ,
36
+ "@polkadot/rpc-core" : " ^1.0.1 " ,
37
+ "@polkadot/rpc-provider" : " ^1.0.1 " ,
38
+ "@polkadot/types" : " ^1.0.1 " ,
39
39
"@polkadot/util-crypto" : " ^2.0.1"
40
40
},
41
41
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/metadata" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Helpers to extract information from runtime metadata" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
27
27
"homepage" : " https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme" ,
28
28
"dependencies" : {
29
29
"@babel/runtime" : " ^7.8.3" ,
30
- "@polkadot/types" : " ^1.0.0 " ,
30
+ "@polkadot/types" : " ^1.0.1 " ,
31
31
"@polkadot/util" : " ^2.0.1" ,
32
32
"@polkadot/util-crypto" : " ^2.0.1"
33
33
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/rpc-core" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A JavaScript wrapper for the Polkadot JsonRPC interface" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
27
27
"homepage" : " https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme" ,
28
28
"dependencies" : {
29
29
"@babel/runtime" : " ^7.8.3" ,
30
- "@polkadot/jsonrpc" : " ^1.0.0 " ,
31
- "@polkadot/rpc-provider" : " ^1.0.0 " ,
32
- "@polkadot/types" : " ^1.0.0 " ,
30
+ "@polkadot/jsonrpc" : " ^1.0.1 " ,
31
+ "@polkadot/rpc-provider" : " ^1.0.1 " ,
32
+ "@polkadot/types" : " ^1.0.1 " ,
33
33
"@polkadot/util" : " ^2.0.1" ,
34
34
"rxjs" : " ^6.5.4"
35
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/rpc-provider" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Transport providers for the API" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
27
27
"homepage" : " https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme" ,
28
28
"dependencies" : {
29
29
"@babel/runtime" : " ^7.8.3" ,
30
- "@polkadot/metadata" : " ^1.0.0 " ,
30
+ "@polkadot/metadata" : " ^1.0.1 " ,
31
31
"@polkadot/util" : " ^2.0.1" ,
32
32
"@polkadot/util-crypto" : " ^2.0.1" ,
33
33
"eventemitter3" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/jsonrpc" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Method definitions for the Polkadot RPC layer" ,
5
5
"main" : " index.js" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @polkadot/types" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Implementation of the Parity codec" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
34
34
},
35
35
"dependencies" : {
36
36
"@babel/runtime" : " ^7.8.3" ,
37
- "@polkadot/metadata" : " ^1.0.0 " ,
37
+ "@polkadot/metadata" : " ^1.0.1 " ,
38
38
"@polkadot/util" : " ^2.0.1" ,
39
39
"@polkadot/util-crypto" : " ^2.0.1" ,
40
40
"memoizee" : " ^0.4.14" ,
You can’t perform that action at this time.
0 commit comments