|
1 | 1 | { |
2 | 2 | "name": "@polkadot/api", |
3 | | - "version": "4.12.2-20", |
| 3 | + "version": "4.13.0", |
4 | 4 | "type": "module", |
5 | 5 | "description": "Promise and RxJS wrappers around the Polkadot JS RPC", |
6 | 6 | "main": "index.js", |
|
20 | 20 | "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme", |
21 | 21 | "dependencies": { |
22 | 22 | "@babel/runtime": "^7.14.0", |
23 | | - "@polkadot/api-derive": "4.12.2-20", |
24 | | - "@polkadot/keyring": "^6.6.2-13", |
25 | | - "@polkadot/metadata": "4.12.2-20", |
26 | | - "@polkadot/rpc-core": "4.12.2-20", |
27 | | - "@polkadot/rpc-provider": "4.12.2-20", |
28 | | - "@polkadot/types": "4.12.2-20", |
29 | | - "@polkadot/types-known": "4.12.2-20", |
30 | | - "@polkadot/util": "^6.6.2-13", |
31 | | - "@polkadot/util-crypto": "^6.6.2-13", |
32 | | - "@polkadot/x-rxjs": "^6.6.2-13", |
| 23 | + "@polkadot/api-derive": "4.13.0", |
| 24 | + "@polkadot/keyring": "^6.7.1", |
| 25 | + "@polkadot/metadata": "4.13.0", |
| 26 | + "@polkadot/rpc-core": "4.13.0", |
| 27 | + "@polkadot/rpc-provider": "4.13.0", |
| 28 | + "@polkadot/types": "4.13.0", |
| 29 | + "@polkadot/types-known": "4.13.0", |
| 30 | + "@polkadot/util": "^6.7.1", |
| 31 | + "@polkadot/util-crypto": "^6.7.1", |
| 32 | + "@polkadot/x-rxjs": "^6.7.1", |
33 | 33 | "bn.js": "^4.11.9", |
34 | 34 | "eventemitter3": "^4.0.7" |
35 | 35 | } |
|
0 commit comments