From e51071a782c2ea2f28adc63fcb47ad2c6673d52a Mon Sep 17 00:00:00 2001 From: Sebastijan K <58827427+sebastijankuzner@users.noreply.github.com> Date: Wed, 8 Sep 2021 12:51:19 +0200 Subject: [PATCH] release: 3.0.0-next.35 (#4483) --- lerna.json | 2 +- packages/core-api/package.json | 10 +++--- packages/core-blockchain/package.json | 12 +++---- packages/core-cli/package.json | 6 ++-- packages/core-database/package.json | 6 ++-- packages/core-forger/package.json | 10 +++--- packages/core-kernel/package.json | 4 +-- packages/core-logger-pino/package.json | 4 +-- packages/core-magistrate-api/package.json | 12 +++---- packages/core-magistrate-crypto/package.json | 6 ++-- .../core-magistrate-transactions/package.json | 10 +++--- packages/core-manager/package.json | 10 +++--- packages/core-p2p/package.json | 10 +++--- packages/core-snapshots/package.json | 8 ++--- packages/core-state/package.json | 10 +++--- packages/core-test-framework/package.json | 24 ++++++------- packages/core-transaction-pool/package.json | 8 ++--- 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, 101 insertions(+), 101 deletions(-) diff --git a/lerna.json b/lerna.json index eb70009b36..8981953f56 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,5 @@ "plugins/*" ], "useWorkspaces": true, - "version": "3.0.0-next.34" + "version": "3.0.0-next.35" } diff --git a/packages/core-api/package.json b/packages/core-api/package.json index a283737561..e463a03849 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.34", + "version": "3.0.0-next.35", "description": "Public API for ARK Core", "license": "MIT", "contributors": [ @@ -22,10 +22,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-transactions": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-transactions": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@hapi/boom": "^9.0.0", "@hapi/hapi": "^20.0.3", "@hapi/hoek": "^9.1.0", diff --git a/packages/core-blockchain/package.json b/packages/core-blockchain/package.json index ba5f06599b..f441cd7957 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.34", + "version": "3.0.0-next.35", "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.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-state": "^3.0.0-next.34", - "@arkecosystem/core-transactions": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-state": "^3.0.0-next.35", + "@arkecosystem/core-transactions": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "joi": "^17.3.0", "xstate": "^4.8.0" }, diff --git a/packages/core-cli/package.json b/packages/core-cli/package.json index d81d9fd63b..c0288df04f 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.34", + "version": "3.0.0-next.35", "description": "Core of the ARK Blockchain", "license": "MIT", "contributors": [ @@ -21,8 +21,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@arkecosystem/utils": "^1.3.0", "boxen": "^4.2.0", "cli-table3": "^0.6.0", diff --git a/packages/core-database/package.json b/packages/core-database/package.json index 3159b9dcc4..c8ba33f4de 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.34", + "version": "3.0.0-next.35", "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.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@arkecosystem/utils": "^1.3.0", "dayjs": "^1.8.17", "joi": "^17.3.0", diff --git a/packages/core-forger/package.json b/packages/core-forger/package.json index 6a744dfc33..ebd78a90f8 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.34", + "version": "3.0.0-next.35", "description": "Forger for ARK Core", "license": "MIT", "contributors": [ @@ -22,10 +22,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-p2p": "^3.0.0-next.34", - "@arkecosystem/core-transactions": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-p2p": "^3.0.0-next.35", + "@arkecosystem/core-transactions": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "joi": "^17.3.0", "node-forge": "^0.10.0", "wif": "^2.0.6" diff --git a/packages/core-kernel/package.json b/packages/core-kernel/package.json index 1d57d917cc..bbf3b88833 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.34", + "version": "3.0.0-next.35", "contributors": [ "Brian Faust " ], @@ -21,7 +21,7 @@ "clean": "rimraf dist" }, "dependencies": { - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/crypto": "^3.0.0-next.35", "@arkecosystem/utils": "^1.3.0", "@pm2/io": "^4.3.5", "chalk": "^4.0.0", diff --git a/packages/core-logger-pino/package.json b/packages/core-logger-pino/package.json index 1a178cbc7e..30086d993b 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.34", + "version": "3.0.0-next.35", "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.34", + "@arkecosystem/core-kernel": "^3.0.0-next.35", "chalk": "^4.0.0", "joi": "^17.3.0", "pino": "^6.0.0", diff --git a/packages/core-magistrate-api/package.json b/packages/core-magistrate-api/package.json index 80df47f7cf..3c931f7853 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.34", + "version": "3.0.0-next.35", "description": "Magistrate API for ARK Core", "license": "MIT", "contributors": [ @@ -22,11 +22,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-api": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.34", - "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-api": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.35", + "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@hapi/boom": "^9.0.0", "@hapi/hapi": "^20.0.3", "joi": "^17.3.0" diff --git a/packages/core-magistrate-crypto/package.json b/packages/core-magistrate-crypto/package.json index 64f132bfb1..7d2d509483 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.34", + "version": "3.0.0-next.35", "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.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "bytebuffer": "^5.0.1" } } diff --git a/packages/core-magistrate-transactions/package.json b/packages/core-magistrate-transactions/package.json index 828b489f40..fdf47088b2 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.34", + "version": "3.0.0-next.35", "description": "ARK transactions for businesses and bridgechains", "license": "MIT", "contributors": [ @@ -21,10 +21,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.34", - "@arkecosystem/core-transactions": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34" + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.35", + "@arkecosystem/core-transactions": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35" }, "publishConfig": { "access": "public" diff --git a/packages/core-manager/package.json b/packages/core-manager/package.json index 77290ef913..1da997cb24 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.34", + "version": "3.0.0-next.35", "description": "Manager for ARK Core", "license": "MIT", "contributors": [ @@ -21,10 +21,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core": "^3.0.0-next.34", - "@arkecosystem/core-cli": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core": "^3.0.0-next.35", + "@arkecosystem/core-cli": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@hapi/basic": "^6.0.0", "@hapi/hapi": "^20.0.3", "@hapist/json-rpc": "^0.2.0", diff --git a/packages/core-p2p/package.json b/packages/core-p2p/package.json index 49a3233ece..d6123c17cd 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.34", + "version": "3.0.0-next.35", "description": "P2P API for ARK Core", "license": "MIT", "contributors": [ @@ -27,10 +27,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-state": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-state": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@hapi/boom": "^9.0.0", "@hapi/bounce": "2.x.x", "@hapi/hapi": "^20.0.3", diff --git a/packages/core-snapshots/package.json b/packages/core-snapshots/package.json index dd92bff15b..8d014999ac 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.34", + "version": "3.0.0-next.35", "description": "Provides live local streamed snapshots functionality for ARK Core", "license": "MIT", "contributors": [ @@ -20,9 +20,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "bytebuffer": "^5.0.1", "fs-extra": "^8.1.0", "joi": "^17.3.0", diff --git a/packages/core-state/package.json b/packages/core-state/package.json index ac744b77a5..248555b943 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.34", + "version": "3.0.0-next.35", "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.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-transactions": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-transactions": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "immutable": "^4.0.0-rc.12", "joi": "^17.3.0" }, diff --git a/packages/core-test-framework/package.json b/packages/core-test-framework/package.json index 51ace10bb1..dddb04ccc8 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.34", + "version": "3.0.0-next.35", "description": "Test Framework for ARK Core", "license": "MIT", "contributors": [ @@ -21,17 +21,17 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core": "^3.0.0-next.34", - "@arkecosystem/core-api": "^3.0.0-next.34", - "@arkecosystem/core-blockchain": "^3.0.0-next.34", - "@arkecosystem/core-cli": "^3.0.0-next.34", - "@arkecosystem/core-database": "^3.0.0-next.34", - "@arkecosystem/core-forger": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.34", - "@arkecosystem/core-p2p": "^3.0.0-next.34", - "@arkecosystem/core-state": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core": "^3.0.0-next.35", + "@arkecosystem/core-api": "^3.0.0-next.35", + "@arkecosystem/core-blockchain": "^3.0.0-next.35", + "@arkecosystem/core-cli": "^3.0.0-next.35", + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-forger": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-magistrate-crypto": "^3.0.0-next.35", + "@arkecosystem/core-p2p": "^3.0.0-next.35", + "@arkecosystem/core-state": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "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 b0ad868a85..d635588e29 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.34", + "version": "3.0.0-next.35", "description": "Transaction Pool Manager for ARK Core", "license": "MIT", "contributors": [ @@ -25,9 +25,9 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-transactions": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-transactions": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@types/better-sqlite3": "^5.4.0", "@types/fs-extra": "^8.0.1", "better-sqlite3": "^7.1.2", diff --git a/packages/core-transactions/package.json b/packages/core-transactions/package.json index 8a44dd8f60..a9e492367c 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.34", + "version": "3.0.0-next.35", "description": "Transaction Services for ARK Core", "license": "MIT", "contributors": [ @@ -20,9 +20,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-database": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34" + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35" }, "engines": { "node": ">=10.x" diff --git a/packages/core-webhooks/package.json b/packages/core-webhooks/package.json index 97addb2ada..d123597e61 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.34", + "version": "3.0.0-next.35", "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.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@hapi/boom": "^9.0.0", "@hapi/hapi": "^20.0.3", "fs-extra": "^8.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 3036c6adbd..2ff96e93dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core", - "version": "3.0.0-next.34", + "version": "3.0.0-next.35", "description": "Core of the ARK Blockchain", "license": "MIT", "contributors": [ @@ -42,22 +42,22 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-api": "^3.0.0-next.34", - "@arkecosystem/core-blockchain": "^3.0.0-next.34", - "@arkecosystem/core-cli": "^3.0.0-next.34", - "@arkecosystem/core-database": "^3.0.0-next.34", - "@arkecosystem/core-forger": "^3.0.0-next.34", - "@arkecosystem/core-kernel": "^3.0.0-next.34", - "@arkecosystem/core-logger-pino": "^3.0.0-next.34", - "@arkecosystem/core-magistrate-api": "^3.0.0-next.34", - "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.34", - "@arkecosystem/core-p2p": "^3.0.0-next.34", - "@arkecosystem/core-snapshots": "^3.0.0-next.34", - "@arkecosystem/core-state": "^3.0.0-next.34", - "@arkecosystem/core-transaction-pool": "^3.0.0-next.34", - "@arkecosystem/core-transactions": "^3.0.0-next.34", - "@arkecosystem/core-webhooks": "^3.0.0-next.34", - "@arkecosystem/crypto": "^3.0.0-next.34", + "@arkecosystem/core-api": "^3.0.0-next.35", + "@arkecosystem/core-blockchain": "^3.0.0-next.35", + "@arkecosystem/core-cli": "^3.0.0-next.35", + "@arkecosystem/core-database": "^3.0.0-next.35", + "@arkecosystem/core-forger": "^3.0.0-next.35", + "@arkecosystem/core-kernel": "^3.0.0-next.35", + "@arkecosystem/core-logger-pino": "^3.0.0-next.35", + "@arkecosystem/core-magistrate-api": "^3.0.0-next.35", + "@arkecosystem/core-magistrate-transactions": "^3.0.0-next.35", + "@arkecosystem/core-p2p": "^3.0.0-next.35", + "@arkecosystem/core-snapshots": "^3.0.0-next.35", + "@arkecosystem/core-state": "^3.0.0-next.35", + "@arkecosystem/core-transaction-pool": "^3.0.0-next.35", + "@arkecosystem/core-transactions": "^3.0.0-next.35", + "@arkecosystem/core-webhooks": "^3.0.0-next.35", + "@arkecosystem/crypto": "^3.0.0-next.35", "@arkecosystem/utils": "^1.3.0", "argon2": "^0.26.2", "bip39": "^3.0.2", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 6890563806..cb9634dbf3 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/crypto", - "version": "3.0.0-next.34", + "version": "3.0.0-next.35", "description": "Crypto utilities for the ARK Blockchain", "license": "MIT", "contributors": [