|
1 | 1 | {
|
2 | 2 | "name": "@arkecosystem/core-blockchain",
|
3 |
| - "version": "2.6.0-next.8", |
| 3 | + "version": "2.6.0-next.9", |
4 | 4 | "description": "Blockchain Manager for ARK Core",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "contributors": [
|
|
22 | 22 | "pretest": "bash ../../scripts/pre-test.sh"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@arkecosystem/core-container": "^2.6.0-next.8", |
26 |
| - "@arkecosystem/core-database": "^2.6.0-next.8", |
27 |
| - "@arkecosystem/core-event-emitter": "^2.6.0-next.8", |
28 |
| - "@arkecosystem/core-interfaces": "^2.6.0-next.8", |
29 |
| - "@arkecosystem/core-p2p": "^2.6.0-next.8", |
30 |
| - "@arkecosystem/core-state": "^2.6.0-next.8", |
31 |
| - "@arkecosystem/core-transactions": "^2.6.0-next.8", |
32 |
| - "@arkecosystem/core-utils": "^2.6.0-next.8", |
33 |
| - "@arkecosystem/crypto": "^2.6.0-next.8", |
| 25 | + "@arkecosystem/core-container": "^2.6.0-next.9", |
| 26 | + "@arkecosystem/core-database": "^2.6.0-next.9", |
| 27 | + "@arkecosystem/core-event-emitter": "^2.6.0-next.9", |
| 28 | + "@arkecosystem/core-interfaces": "^2.6.0-next.9", |
| 29 | + "@arkecosystem/core-p2p": "^2.6.0-next.9", |
| 30 | + "@arkecosystem/core-state": "^2.6.0-next.9", |
| 31 | + "@arkecosystem/core-transactions": "^2.6.0-next.9", |
| 32 | + "@arkecosystem/core-utils": "^2.6.0-next.9", |
| 33 | + "@arkecosystem/crypto": "^2.6.0-next.9", |
34 | 34 | "async": "^3.1.0",
|
35 | 35 | "delay": "^4.3.0",
|
36 | 36 | "immutable": "^4.0.0-rc.12",
|
|
0 commit comments