From 198f8cddd1ba16b85aa6287764833827f1330aaa Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Tue, 8 Dec 2020 15:24:26 +0200 Subject: [PATCH] release: 3.0.0-next.15 --- lerna.json | 2 +- packages/core-api/package.json | 12 +++---- packages/core-blockchain/package.json | 12 +++---- packages/core-cli/package.json | 6 ++-- packages/core-database/package.json | 6 ++-- packages/core-forger/package.json | 8 ++--- packages/core-kernel/package.json | 4 +-- packages/core-logger-pino/package.json | 4 +-- packages/core-magistrate-api/package.json | 10 +++--- packages/core-magistrate-crypto/package.json | 6 ++-- .../core-magistrate-transactions/package.json | 14 ++++---- packages/core-manager/package.json | 14 ++++---- packages/core-p2p/package.json | 12 +++---- packages/core-snapshots/package.json | 10 +++--- packages/core-state/package.json | 10 +++--- packages/core-test-framework/package.json | 24 ++++++------- packages/core-transaction-pool/package.json | 12 +++---- packages/core-transactions/package.json | 8 ++--- packages/core-webhooks/package.json | 6 ++-- packages/core/package.json | 34 +++++++++---------- packages/crypto/package.json | 2 +- 21 files changed, 108 insertions(+), 108 deletions(-) diff --git a/lerna.json b/lerna.json index 7f1f7abe32..ea60e9d284 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,5 @@ "plugins/*" ], "useWorkspaces": true, - "version": "3.0.0-next.14" + "version": "3.0.0-next.15" } diff --git a/packages/core-api/package.json b/packages/core-api/package.json index e2f6631e46..0e22f9695f 100644 --- a/packages/core-api/package.json +++ b/packages/core-api/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-api", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Public API for ARK Core", "license": "MIT", "contributors": [ @@ -22,11 +22,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-transaction-pool": "^3.0.0-next.14", - "@arkecosystem/core-transactions": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-transaction-pool": "^3.0.0-next.15", + "@arkecosystem/core-transactions": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@hapi/boom": "^9.0.0", "@hapi/hapi": "^19.0.0", "@hapi/hoek": "^9.1.0", diff --git a/packages/core-blockchain/package.json b/packages/core-blockchain/package.json index 0aaea18185..db08d3c1d6 100644 --- a/packages/core-blockchain/package.json +++ b/packages/core-blockchain/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-blockchain", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Blockchain Manager for ARK Core", "license": "MIT", "contributors": [ @@ -23,11 +23,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-state": "^3.0.0-next.14", - "@arkecosystem/core-transactions": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-state": "^3.0.0-next.15", + "@arkecosystem/core-transactions": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "async": "^3.1.0", "delay": "^4.3.0", "immutable": "^4.0.0-rc.12", diff --git a/packages/core-cli/package.json b/packages/core-cli/package.json index 3c85185994..7cbc9a6f48 100644 --- a/packages/core-cli/package.json +++ b/packages/core-cli/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-cli", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Core of the ARK Blockchain", "license": "MIT", "contributors": [ @@ -21,8 +21,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@arkecosystem/utils": "^1.2.1", "@hapi/joi": "^17.1.0", "boxen": "^4.2.0", diff --git a/packages/core-database/package.json b/packages/core-database/package.json index db1c6edb29..5a4cd36b56 100644 --- a/packages/core-database/package.json +++ b/packages/core-database/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-database", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Database Interface for ARK Core", "license": "MIT", "contributors": [ @@ -22,8 +22,8 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@arkecosystem/utils": "^1.2.1", "dayjs": "^1.8.17", "pg": "^8.2.1", diff --git a/packages/core-forger/package.json b/packages/core-forger/package.json index 1099a08dec..c7477c9d21 100644 --- a/packages/core-forger/package.json +++ b/packages/core-forger/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-forger", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Forger for ARK Core", "license": "MIT", "contributors": [ @@ -22,9 +22,9 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-p2p": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-p2p": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@hapi/hapi": "^19.0.0", "node-forge": "^0.9.1", "otplib": "^12.0.0", diff --git a/packages/core-kernel/package.json b/packages/core-kernel/package.json index b4c8cf0875..86c93a0833 100644 --- a/packages/core-kernel/package.json +++ b/packages/core-kernel/package.json @@ -1,7 +1,7 @@ { "name": "@arkecosystem/core-kernel", "description": "Kernel of ARK Core", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "contributors": [ "Brian Faust " ], @@ -21,7 +21,7 @@ "clean": "del dist" }, "dependencies": { - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/crypto": "^3.0.0-next.15", "@arkecosystem/utils": "^1.2.1", "@hapi/joi": "^17.1.0", "@pm2/io": "^4.3.5", diff --git a/packages/core-logger-pino/package.json b/packages/core-logger-pino/package.json index 5d03e311d5..608df558e0 100644 --- a/packages/core-logger-pino/package.json +++ b/packages/core-logger-pino/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-logger-pino", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Webhooks for ARK Core", "license": "MIT", "contributors": [ @@ -20,7 +20,7 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.14", + "@arkecosystem/core-kernel": "^3.0.0-next.15", "chalk": "^4.0.0", "pino": "^6.0.0", "pino-pretty": "^4.0.0", diff --git a/packages/core-magistrate-api/package.json b/packages/core-magistrate-api/package.json index f1295c8e24..43ed21d44c 100644 --- a/packages/core-magistrate-api/package.json +++ b/packages/core-magistrate-api/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-magistrate-api", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Magistrate API for ARK Core", "license": "MIT", "contributors": [ @@ -22,10 +22,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-api": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.14", - "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.14", + "@arkecosystem/core-api": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.15", + "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.15", "@hapi/boom": "^9.0.0", "@hapi/hapi": "^19.0.0", "@hapi/joi": "^17.1.0" diff --git a/packages/core-magistrate-crypto/package.json b/packages/core-magistrate-crypto/package.json index 32ab0afbce..356aa40f65 100644 --- a/packages/core-magistrate-crypto/package.json +++ b/packages/core-magistrate-crypto/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-magistrate-crypto", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "ARK transactions for businesses and bridgechains", "license": "MIT", "contributors": [ @@ -21,8 +21,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "bytebuffer": "^5.0.1" } } diff --git a/packages/core-magistrate-transactions/package.json b/packages/core-magistrate-transactions/package.json index 3c96a24e3d..31d1927af7 100644 --- a/packages/core-magistrate-transactions/package.json +++ b/packages/core-magistrate-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-magistrate-transactions", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "ARK transactions for businesses and bridgechains", "license": "MIT", "contributors": [ @@ -21,12 +21,12 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.14", - "@arkecosystem/core-state": "^3.0.0-next.14", - "@arkecosystem/core-transactions": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14" + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.15", + "@arkecosystem/core-state": "^3.0.0-next.15", + "@arkecosystem/core-transactions": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15" }, "publishConfig": { "access": "public" diff --git a/packages/core-manager/package.json b/packages/core-manager/package.json index 28c7ec2756..fa6fa4ce26 100644 --- a/packages/core-manager/package.json +++ b/packages/core-manager/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-manager", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Manager for ARK Core", "license": "MIT", "contributors": [ @@ -21,12 +21,12 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-cli": "^3.0.0-next.14", - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-snapshots": "^3.0.0-next.14", - "@arkecosystem/core-state": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-cli": "^3.0.0-next.15", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-snapshots": "^3.0.0-next.15", + "@arkecosystem/core-state": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@arkecosystem/utils": "^1.2.1", "@hapi/basic": "^6.0.0", "@hapi/boom": "^9.0.0", diff --git a/packages/core-p2p/package.json b/packages/core-p2p/package.json index 0d423625c4..f73ed92139 100644 --- a/packages/core-p2p/package.json +++ b/packages/core-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-p2p", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "P2P API for ARK Core", "license": "MIT", "contributors": [ @@ -27,11 +27,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-state": "^3.0.0-next.14", - "@arkecosystem/core-transaction-pool": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-state": "^3.0.0-next.15", + "@arkecosystem/core-transaction-pool": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@hapi/boom": "^9.0.0", "@hapi/bounce": "2.x.x", "@hapi/cryptiles": "5.x.x", diff --git a/packages/core-snapshots/package.json b/packages/core-snapshots/package.json index 90114a192a..f5d8b1bbd5 100644 --- a/packages/core-snapshots/package.json +++ b/packages/core-snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-snapshots", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Provides live local streamed snapshots functionality for ARK Core", "license": "MIT", "contributors": [ @@ -20,10 +20,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "bytebuffer": "^5.0.1", "fs-extra": "^8.1.0", "msgpack-lite": "^0.1.26", diff --git a/packages/core-state/package.json b/packages/core-state/package.json index cb79cf6ae3..c1f2bd4604 100644 --- a/packages/core-state/package.json +++ b/packages/core-state/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-state", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "State Management for ARK Core", "license": "MIT", "contributors": [ @@ -22,10 +22,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-transactions": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-transactions": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@arkecosystem/utils": "^1.2.1", "immutable": "^4.0.0-rc.12" }, diff --git a/packages/core-test-framework/package.json b/packages/core-test-framework/package.json index 95d8cc508e..24f8e6b7be 100644 --- a/packages/core-test-framework/package.json +++ b/packages/core-test-framework/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-test-framework", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Test Framework for ARK Core", "license": "MIT", "contributors": [ @@ -21,17 +21,17 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core": "^3.0.0-next.14", - "@arkecosystem/core-api": "^3.0.0-next.14", - "@arkecosystem/core-blockchain": "^3.0.0-next.14", - "@arkecosystem/core-cli": "^3.0.0-next.14", - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-forger": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.14", - "@arkecosystem/core-p2p": "^3.0.0-next.14", - "@arkecosystem/core-state": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core": "^3.0.0-next.15", + "@arkecosystem/core-api": "^3.0.0-next.15", + "@arkecosystem/core-blockchain": "^3.0.0-next.15", + "@arkecosystem/core-cli": "^3.0.0-next.15", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-forger": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.15", + "@arkecosystem/core-p2p": "^3.0.0-next.15", + "@arkecosystem/core-state": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "bip39": "^3.0.2", "bs58": "^4.0.1", "bytebuffer": "^5.0.1", diff --git a/packages/core-transaction-pool/package.json b/packages/core-transaction-pool/package.json index 0e76f473b3..ebe0b31848 100644 --- a/packages/core-transaction-pool/package.json +++ b/packages/core-transaction-pool/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-transaction-pool", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Transaction Pool Manager for ARK Core", "license": "MIT", "contributors": [ @@ -25,11 +25,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-state": "^3.0.0-next.14", - "@arkecosystem/core-transactions": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-state": "^3.0.0-next.15", + "@arkecosystem/core-transactions": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@types/better-sqlite3": "^5.4.0", "@types/fs-extra": "^8.0.1", "better-sqlite3": "^7.0.0", diff --git a/packages/core-transactions/package.json b/packages/core-transactions/package.json index bf4acb4872..058b14abaf 100644 --- a/packages/core-transactions/package.json +++ b/packages/core-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-transactions", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Transaction Services for ARK Core", "license": "MIT", "contributors": [ @@ -20,9 +20,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14" + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15" }, "engines": { "node": ">=10.x" diff --git a/packages/core-webhooks/package.json b/packages/core-webhooks/package.json index db7bd91194..742d0e6302 100644 --- a/packages/core-webhooks/package.json +++ b/packages/core-webhooks/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-webhooks", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Webhooks for ARK Core", "license": "MIT", "contributors": [ @@ -20,8 +20,8 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@hapi/boom": "^9.0.0", "@hapi/hapi": "^19.0.0", "@hapi/joi": "^17.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 7d0e15846b..ec50b6271e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Core of the ARK Blockchain", "license": "MIT", "contributors": [ @@ -42,22 +42,22 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-api": "^3.0.0-next.14", - "@arkecosystem/core-blockchain": "^3.0.0-next.14", - "@arkecosystem/core-cli": "^3.0.0-next.14", - "@arkecosystem/core-database": "^3.0.0-next.14", - "@arkecosystem/core-forger": "^3.0.0-next.14", - "@arkecosystem/core-kernel": "^3.0.0-next.14", - "@arkecosystem/core-logger-pino": "^3.0.0-next.14", - "@arkecosystem/core-magistrate-api": "^3.0.0-next.14", - "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.14", - "@arkecosystem/core-p2p": "^3.0.0-next.14", - "@arkecosystem/core-snapshots": "^3.0.0-next.14", - "@arkecosystem/core-state": "^3.0.0-next.14", - "@arkecosystem/core-transaction-pool": "^3.0.0-next.14", - "@arkecosystem/core-transactions": "^3.0.0-next.14", - "@arkecosystem/core-webhooks": "^3.0.0-next.14", - "@arkecosystem/crypto": "^3.0.0-next.14", + "@arkecosystem/core-api": "^3.0.0-next.15", + "@arkecosystem/core-blockchain": "^3.0.0-next.15", + "@arkecosystem/core-cli": "^3.0.0-next.15", + "@arkecosystem/core-database": "^3.0.0-next.15", + "@arkecosystem/core-forger": "^3.0.0-next.15", + "@arkecosystem/core-kernel": "^3.0.0-next.15", + "@arkecosystem/core-logger-pino": "^3.0.0-next.15", + "@arkecosystem/core-magistrate-api": "^3.0.0-next.15", + "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.15", + "@arkecosystem/core-p2p": "^3.0.0-next.15", + "@arkecosystem/core-snapshots": "^3.0.0-next.15", + "@arkecosystem/core-state": "^3.0.0-next.15", + "@arkecosystem/core-transaction-pool": "^3.0.0-next.15", + "@arkecosystem/core-transactions": "^3.0.0-next.15", + "@arkecosystem/core-webhooks": "^3.0.0-next.15", + "@arkecosystem/crypto": "^3.0.0-next.15", "@arkecosystem/utils": "^1.2.1", "@hapi/joi": "^17.1.0", "bip39": "^3.0.2", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index b1dfc674a1..57b016bc4c 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/crypto", - "version": "3.0.0-next.14", + "version": "3.0.0-next.15", "description": "Crypto utilities for the ARK Blockchain", "license": "MIT", "contributors": [