|
1 | 1 | { |
2 | 2 | "name": "@polkadot/api", |
3 | | - "version": "1.12.0-beta.15", |
| 3 | + "version": "1.12.0", |
4 | 4 | "description": "Promise and RxJS wrappers around the Polkadot JS RPC", |
5 | 5 | "main": "index.js", |
6 | 6 | "keywords": [ |
|
27 | 27 | "homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme", |
28 | 28 | "dependencies": { |
29 | 29 | "@babel/runtime": "^7.9.2", |
30 | | - "@polkadot/api-derive": "1.12.0-beta.15", |
| 30 | + "@polkadot/api-derive": "1.12.0", |
31 | 31 | "@polkadot/keyring": "^2.9.0-beta.3", |
32 | | - "@polkadot/metadata": "1.12.0-beta.15", |
33 | | - "@polkadot/rpc-core": "1.12.0-beta.15", |
34 | | - "@polkadot/rpc-provider": "1.12.0-beta.15", |
35 | | - "@polkadot/types": "1.12.0-beta.15", |
36 | | - "@polkadot/types-known": "1.12.0-beta.15", |
| 32 | + "@polkadot/metadata": "1.12.0", |
| 33 | + "@polkadot/rpc-core": "1.12.0", |
| 34 | + "@polkadot/rpc-provider": "1.12.0", |
| 35 | + "@polkadot/types": "1.12.0", |
| 36 | + "@polkadot/types-known": "1.12.0", |
37 | 37 | "@polkadot/util": "^2.9.0-beta.3", |
38 | 38 | "@polkadot/util-crypto": "^2.9.0-beta.3", |
39 | 39 | "bn.js": "^5.1.1", |
|
0 commit comments