|
1 | 1 | { |
2 | 2 | "name": "@polkadot/api", |
3 | | - "version": "2.7.2-6", |
| 3 | + "version": "2.8.0", |
4 | 4 | "description": "Promise and RxJS wrappers around the Polkadot JS RPC", |
5 | 5 | "main": "index.js", |
6 | 6 | "sideEffects": false, |
|
17 | 17 | "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme", |
18 | 18 | "dependencies": { |
19 | 19 | "@babel/runtime": "^7.12.5", |
20 | | - "@polkadot/api-derive": "2.7.2-6", |
21 | | - "@polkadot/keyring": "^4.1.2-2", |
22 | | - "@polkadot/metadata": "2.7.2-6", |
23 | | - "@polkadot/rpc-core": "2.7.2-6", |
24 | | - "@polkadot/rpc-provider": "2.7.2-6", |
25 | | - "@polkadot/types": "2.7.2-6", |
26 | | - "@polkadot/types-known": "2.7.2-6", |
27 | | - "@polkadot/util": "^4.1.2-2", |
28 | | - "@polkadot/util-crypto": "^4.1.2-2", |
| 20 | + "@polkadot/api-derive": "2.8.0", |
| 21 | + "@polkadot/keyring": "^4.2.1", |
| 22 | + "@polkadot/metadata": "2.8.0", |
| 23 | + "@polkadot/rpc-core": "2.8.0", |
| 24 | + "@polkadot/rpc-provider": "2.8.0", |
| 25 | + "@polkadot/types": "2.8.0", |
| 26 | + "@polkadot/types-known": "2.8.0", |
| 27 | + "@polkadot/util": "^4.2.1", |
| 28 | + "@polkadot/util-crypto": "^4.2.1", |
29 | 29 | "bn.js": "^4.11.9", |
30 | 30 | "eventemitter3": "^4.0.7", |
31 | 31 | "rxjs": "^6.6.3" |
|
0 commit comments