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