|
1 | 1 | { |
2 | 2 | "name": "@polkadot/api", |
3 | | - "version": "4.7.0", |
| 3 | + "version": "4.7.1", |
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.13.17", |
23 | | - "@polkadot/api-derive": "4.7.0", |
| 23 | + "@polkadot/api-derive": "4.7.1", |
24 | 24 | "@polkadot/keyring": "^6.3.1", |
25 | | - "@polkadot/metadata": "4.7.0", |
26 | | - "@polkadot/rpc-core": "4.7.0", |
27 | | - "@polkadot/rpc-provider": "4.7.0", |
28 | | - "@polkadot/types": "4.7.0", |
29 | | - "@polkadot/types-known": "4.7.0", |
| 25 | + "@polkadot/metadata": "4.7.1", |
| 26 | + "@polkadot/rpc-core": "4.7.1", |
| 27 | + "@polkadot/rpc-provider": "4.7.1", |
| 28 | + "@polkadot/types": "4.7.1", |
| 29 | + "@polkadot/types-known": "4.7.1", |
30 | 30 | "@polkadot/util": "^6.3.1", |
31 | 31 | "@polkadot/util-crypto": "^6.3.1", |
32 | 32 | "@polkadot/x-rxjs": "^6.3.1", |
|
0 commit comments