|
1 | 1 | { |
2 | 2 | "name": "@polkadot/api", |
3 | | - "version": "3.2.0", |
| 3 | + "version": "3.2.1", |
4 | 4 | "description": "Promise and RxJS wrappers around the Polkadot JS RPC", |
5 | 5 | "main": "index.js", |
6 | 6 | "module": "index.mjs", |
|
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": "3.2.0", |
| 20 | + "@polkadot/api-derive": "3.2.1", |
21 | 21 | "@polkadot/keyring": "^5.2.2", |
22 | | - "@polkadot/metadata": "3.2.0", |
23 | | - "@polkadot/rpc-core": "3.2.0", |
24 | | - "@polkadot/rpc-provider": "3.2.0", |
25 | | - "@polkadot/types": "3.2.0", |
26 | | - "@polkadot/types-known": "3.2.0", |
| 22 | + "@polkadot/metadata": "3.2.1", |
| 23 | + "@polkadot/rpc-core": "3.2.1", |
| 24 | + "@polkadot/rpc-provider": "3.2.1", |
| 25 | + "@polkadot/types": "3.2.1", |
| 26 | + "@polkadot/types-known": "3.2.1", |
27 | 27 | "@polkadot/util": "^5.2.2", |
28 | 28 | "@polkadot/util-crypto": "^5.2.2", |
29 | | - "@polkadot/x-rxjs": "3.2.0", |
| 29 | + "@polkadot/x-rxjs": "3.2.1", |
30 | 30 | "bn.js": "^4.11.9", |
31 | 31 | "eventemitter3": "^4.0.7" |
32 | 32 | } |
|
0 commit comments