|
1 | 1 | {
|
2 | 2 | "name": "@polkadot/trie-db",
|
3 |
| - "version": "1.6.0-beta.13", |
| 3 | + "version": "1.6.0", |
4 | 4 | "description": "This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper, adapted for Polkadot",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "keywords": [
|
|
26 | 26 | "homepage": "https://github.com/polkadot-js/common/tree/master/packages/trie-db#readme",
|
27 | 27 | "dependencies": {
|
28 | 28 | "@babel/runtime": "^7.6.3",
|
29 |
| - "@polkadot/db": "^1.6.0-beta.13", |
30 |
| - "@polkadot/trie-codec": "^1.6.0-beta.13", |
31 |
| - "@polkadot/trie-hash": "^1.6.0-beta.13", |
32 |
| - "@polkadot/util": "^1.6.0-beta.13", |
33 |
| - "@polkadot/util-crypto": "^1.6.0-beta.13" |
| 29 | + "@polkadot/db": "^1.6.0", |
| 30 | + "@polkadot/trie-codec": "^1.6.0", |
| 31 | + "@polkadot/trie-hash": "^1.6.0", |
| 32 | + "@polkadot/util": "^1.6.0", |
| 33 | + "@polkadot/util-crypto": "^1.6.0" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@polkadot/chainspec": "^1.6.0-beta.13", |
37 |
| - "@polkadot/util-rlp": "^1.6.0-beta.13", |
| 36 | + "@polkadot/chainspec": "^1.6.0", |
| 37 | + "@polkadot/util-rlp": "^1.6.0", |
38 | 38 | "ethereumjs-testing": "1.0.4"
|
39 | 39 | }
|
40 | 40 | }
|
0 commit comments