From 4fe6a5687ff72386ae22d63e71e5345364825be1 Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Tue, 15 Oct 2019 08:41:49 +0300 Subject: [PATCH] release: 2.6.0-next.0 --- lerna.json | 2 +- packages/core-api/package.json | 16 ++++----- packages/core-blockchain/package.json | 22 ++++++------ packages/core-container/package.json | 6 ++-- packages/core-database-postgres/package.json | 16 ++++----- packages/core-database/package.json | 18 +++++----- packages/core-elasticsearch/package.json | 12 +++---- .../core-error-tracker-airbrake/package.json | 4 +-- .../core-error-tracker-bugsnag/package.json | 4 +-- .../core-error-tracker-raygun/package.json | 4 +-- .../core-error-tracker-rollbar/package.json | 4 +-- .../core-error-tracker-sentry/package.json | 4 +-- packages/core-event-emitter/package.json | 2 +- packages/core-exchange-json-rpc/package.json | 6 ++-- packages/core-explorer/package.json | 6 ++-- packages/core-forger/package.json | 16 ++++----- packages/core-http-utils/package.json | 8 ++--- packages/core-interfaces/package.json | 4 +-- packages/core-jest-matchers/package.json | 6 ++-- packages/core-logger-pino/package.json | 8 ++--- packages/core-logger-signale/package.json | 6 ++-- packages/core-logger-winston/package.json | 6 ++-- packages/core-logger/package.json | 6 ++-- packages/core-magistrate-crypto/package.json | 4 +-- .../core-magistrate-transactions/package.json | 16 ++++----- packages/core-new-relic/package.json | 4 +-- packages/core-p2p/package.json | 18 +++++----- packages/core-snapshots/package.json | 12 +++---- packages/core-state/package.json | 20 +++++------ packages/core-tester-cli/package.json | 8 ++--- packages/core-transaction-pool/package.json | 18 +++++----- packages/core-transactions/package.json | 12 +++---- packages/core-utils/package.json | 8 ++--- packages/core-vote-report/package.json | 10 +++--- packages/core-wallet-api/package.json | 10 +++--- packages/core-webhooks/package.json | 12 +++---- packages/core/package.json | 34 +++++++++---------- packages/crypto/package.json | 2 +- 38 files changed, 187 insertions(+), 187 deletions(-) diff --git a/lerna.json b/lerna.json index 95fc3f02d7..66c849343e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "npmClient": "yarn", "packages": ["packages/*", "plugins/*"], "useWorkspaces": true, - "version": "2.5.0-next.10" + "version": "2.6.0-next.0" } diff --git a/packages/core-api/package.json b/packages/core-api/package.json index 15631c55af..c7a372a855 100644 --- a/packages/core-api/package.json +++ b/packages/core-api/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-api", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Public API for ARK Core", "license": "MIT", "contributors": [ @@ -21,13 +21,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-http-utils": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-transaction-pool": "^2.5.0-next.10", - "@arkecosystem/core-transactions": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-http-utils": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-transaction-pool": "^2.6.0-next.0", + "@arkecosystem/core-transactions": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@arkecosystem/utils": "^0.3.0", "@hapi/boom": "^8.0.0", "@hapi/joi": "^15.1.0", diff --git a/packages/core-blockchain/package.json b/packages/core-blockchain/package.json index 4acca33d3b..1b81329e7b 100644 --- a/packages/core-blockchain/package.json +++ b/packages/core-blockchain/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-blockchain", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Blockchain Manager for ARK Core", "license": "MIT", "contributors": [ @@ -22,15 +22,15 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-database": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-p2p": "^2.5.0-next.10", - "@arkecosystem/core-state": "^2.5.0-next.10", - "@arkecosystem/core-transactions": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-database": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-p2p": "^2.6.0-next.0", + "@arkecosystem/core-state": "^2.6.0-next.0", + "@arkecosystem/core-transactions": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "async": "^3.1.0", "delay": "^4.3.0", "immutable": "^4.0.0-rc.12", @@ -51,4 +51,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/core-container/package.json b/packages/core-container/package.json index 010d243de3..2b48edeb59 100644 --- a/packages/core-container/package.json +++ b/packages/core-container/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-container", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Container for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@hapi/hoek": "^8.0.2", "@hapi/joi": "^15.1.0", "awilix": "^4.2.2", diff --git a/packages/core-database-postgres/package.json b/packages/core-database-postgres/package.json index bb72587ee8..91070b6ed0 100644 --- a/packages/core-database-postgres/package.json +++ b/packages/core-database-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-database-postgres", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "PostgreSQL integration for ARK Core", "license": "MIT", "contributors": [ @@ -21,13 +21,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-database": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-state": "^2.5.0-next.10", - "@arkecosystem/core-transactions": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-database": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-state": "^2.6.0-next.0", + "@arkecosystem/core-transactions": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@arkecosystem/utils": "^0.3.0", "bluebird": "^3.5.5", "cpy-cli": "^2.0.0", diff --git a/packages/core-database/package.json b/packages/core-database/package.json index 265db04b86..614f784ea2 100644 --- a/packages/core-database/package.json +++ b/packages/core-database/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-database", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Database Interface for ARK Core", "license": "MIT", "contributors": [ @@ -22,13 +22,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-state": "^2.5.0-next.10", - "@arkecosystem/core-transactions": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-state": "^2.6.0-next.0", + "@arkecosystem/core-transactions": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@arkecosystem/utils": "^0.3.0", "dottie": "^2.0.1", "lodash.clonedeep": "^4.5.0", @@ -38,9 +38,9 @@ "pluralize": "^8.0.0" }, "devDependencies": { + "@types/dottie": "^2.0.3", "@types/lodash.clonedeep": "^4.5.6", "@types/lodash.compact": "^3.0.6", - "@types/dottie": "^2.0.3", "@types/lodash.snakecase": "^4.1.6", "@types/lodash.uniq": "^4.5.6", "@types/pluralize": "^0.0.29" diff --git a/packages/core-elasticsearch/package.json b/packages/core-elasticsearch/package.json index 821890e1a9..8d9d3d80df 100644 --- a/packages/core-elasticsearch/package.json +++ b/packages/core-elasticsearch/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-elasticsearch", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "A powerful Elasticsearch integration for ARK Core", "license": "MIT", "contributors": [ @@ -18,11 +18,11 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-http-utils": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-http-utils": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@elastic/elasticsearch": "^7.2.0", "@hapi/boom": "^8.0.0", "@hapi/joi": "^15.1.0", diff --git a/packages/core-error-tracker-airbrake/package.json b/packages/core-error-tracker-airbrake/package.json index 8139566c77..e605eaaf98 100644 --- a/packages/core-error-tracker-airbrake/package.json +++ b/packages/core-error-tracker-airbrake/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-error-tracker-airbrake", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Airbrake error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", "airbrake-js": "^1.6.8" }, "engines": { diff --git a/packages/core-error-tracker-bugsnag/package.json b/packages/core-error-tracker-bugsnag/package.json index 3747c8704f..19182d98ed 100644 --- a/packages/core-error-tracker-bugsnag/package.json +++ b/packages/core-error-tracker-bugsnag/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-error-tracker-bugsnag", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Bugsnag error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", "@bugsnag/js": "^6.3.2" }, "engines": { diff --git a/packages/core-error-tracker-raygun/package.json b/packages/core-error-tracker-raygun/package.json index 8f3070be13..6b74f2c0f2 100644 --- a/packages/core-error-tracker-raygun/package.json +++ b/packages/core-error-tracker-raygun/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-error-tracker-raygun", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Raygun error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", "raygun": "^0.10.1" }, "devDependencies": { diff --git a/packages/core-error-tracker-rollbar/package.json b/packages/core-error-tracker-rollbar/package.json index a8980575ad..c9b4546b27 100644 --- a/packages/core-error-tracker-rollbar/package.json +++ b/packages/core-error-tracker-rollbar/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-error-tracker-rollbar", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Rollbar error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", "rollbar": "^2.8.1" }, "engines": { diff --git a/packages/core-error-tracker-sentry/package.json b/packages/core-error-tracker-sentry/package.json index 8e7f1bd5a0..c0aa4b0761 100644 --- a/packages/core-error-tracker-sentry/package.json +++ b/packages/core-error-tracker-sentry/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-error-tracker-sentry", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Sentry error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", "@sentry/node": "^5.5.0" }, "engines": { diff --git a/packages/core-event-emitter/package.json b/packages/core-event-emitter/package.json index 5a24a60cdb..74277d21c7 100644 --- a/packages/core-event-emitter/package.json +++ b/packages/core-event-emitter/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-event-emitter", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Event Manager for ARK Core", "license": "MIT", "contributors": [ diff --git a/packages/core-exchange-json-rpc/package.json b/packages/core-exchange-json-rpc/package.json index 4ddfef77e9..2c42647785 100644 --- a/packages/core-exchange-json-rpc/package.json +++ b/packages/core-exchange-json-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-exchange-json-rpc", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Exchange JSON-RPC for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", "@arkecosystem/exchange-json-rpc": "^1.0.3" }, "engines": { diff --git a/packages/core-explorer/package.json b/packages/core-explorer/package.json index 6bbba8aba4..3015909a77 100644 --- a/packages/core-explorer/package.json +++ b/packages/core-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-explorer", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Explorer for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", "connect-history-api-fallback": "^1.6.0", "express": "^4.17.1" }, diff --git a/packages/core-forger/package.json b/packages/core-forger/package.json index a7072b2fde..dd394cef95 100644 --- a/packages/core-forger/package.json +++ b/packages/core-forger/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-forger", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Forger for ARK Core", "license": "MIT", "contributors": [ @@ -21,13 +21,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-p2p": "^2.5.0-next.10", - "@arkecosystem/core-state": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-p2p": "^2.6.0-next.0", + "@arkecosystem/core-state": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "delay": "^4.3.0", "lodash.isempty": "^4.4.0", "lodash.uniq": "^4.5.0", diff --git a/packages/core-http-utils/package.json b/packages/core-http-utils/package.json index e3908cf1ae..5ca8f95e85 100644 --- a/packages/core-http-utils/package.json +++ b/packages/core-http-utils/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-http-utils", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Http Utilities for ARK Core", "license": "MIT", "contributors": [ @@ -18,9 +18,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@hapi/boom": "^8.0.0", "@hapi/good": "^8.2.0", "@hapi/good-console": "^8.1.0", diff --git a/packages/core-interfaces/package.json b/packages/core-interfaces/package.json index 5465a1eb79..71aeab0a4b 100644 --- a/packages/core-interfaces/package.json +++ b/packages/core-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-interfaces", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Interface types for essential ARK Core modules", "license": "MIT", "contributors": [ @@ -23,7 +23,7 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/crypto": "^2.6.0-next.0", "awilix": "^4.2.2", "dayjs": "^1.8.15" }, diff --git a/packages/core-jest-matchers/package.json b/packages/core-jest-matchers/package.json index 2b5a500bc5..4c3af42428 100644 --- a/packages/core-jest-matchers/package.json +++ b/packages/core-jest-matchers/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-jest-matchers", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Jest matchers for ARK Core", "license": "MIT", "contributors": [ @@ -20,8 +20,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@arkecosystem/utils": "^0.3.0", "bip39": "^3.0.2", "got": "^9.6.0", diff --git a/packages/core-logger-pino/package.json b/packages/core-logger-pino/package.json index 63e41fe189..ce324fd854 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": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Pino integration for ARK Core", "license": "MIT", "contributors": [ @@ -19,9 +19,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-logger": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-logger": "^2.6.0-next.0", "pino": "^5.12.6", "pino-pretty": "^3.2.0", "pump": "^3.0.0", diff --git a/packages/core-logger-signale/package.json b/packages/core-logger-signale/package.json index edc408df94..50b2b7914c 100644 --- a/packages/core-logger-signale/package.json +++ b/packages/core-logger-signale/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-logger-signale", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Signale integration for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-logger": "^2.5.0-next.10", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-logger": "^2.6.0-next.0", "signale": "^1.4.0" }, "devDependencies": { diff --git a/packages/core-logger-winston/package.json b/packages/core-logger-winston/package.json index 2610f96974..bf415747b0 100644 --- a/packages/core-logger-winston/package.json +++ b/packages/core-logger-winston/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-logger-winston", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Winston Logger for ARK Core", "license": "MIT", "contributors": [ @@ -20,8 +20,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-logger": "^2.5.0-next.10", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-logger": "^2.6.0-next.0", "chalk": "^2.4.2", "colors": "^1.3.3", "dayjs": "^1.8.15", diff --git a/packages/core-logger/package.json b/packages/core-logger/package.json index fba359ec1f..935f7a6716 100644 --- a/packages/core-logger/package.json +++ b/packages/core-logger/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-logger", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Logger Manager for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", "lodash.isempty": "^4.4.0" }, "devDependencies": { diff --git a/packages/core-magistrate-crypto/package.json b/packages/core-magistrate-crypto/package.json index 984147002b..441f0e728b 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": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "ARK transactions for businesses and bridgechains", "license": "MIT", "contributors": [ @@ -21,7 +21,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/crypto": "^2.6.0-next.0", "bytebuffer": "^5.0.1", "long": "~3" }, diff --git a/packages/core-magistrate-transactions/package.json b/packages/core-magistrate-transactions/package.json index 138bd69f74..8d4b675f96 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": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "ARK transactions for businesses and bridgechains", "license": "MIT", "contributors": [ @@ -21,13 +21,13 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-magistrate-crypto": "^2.5.0-next.10", - "@arkecosystem/core-state": "^2.5.0-next.10", - "@arkecosystem/core-transactions": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10" + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-magistrate-crypto": "^2.6.0-next.0", + "@arkecosystem/core-state": "^2.6.0-next.0", + "@arkecosystem/core-transactions": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0" }, "publishConfig": { "access": "public" diff --git a/packages/core-new-relic/package.json b/packages/core-new-relic/package.json index 0a41218bb4..981636823e 100644 --- a/packages/core-new-relic/package.json +++ b/packages/core-new-relic/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-new-relic", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "New Relic integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", "newrelic": "^5.13.0" }, "devDependencies": { diff --git a/packages/core-p2p/package.json b/packages/core-p2p/package.json index 64128d6fe9..74056d0fc3 100644 --- a/packages/core-p2p/package.json +++ b/packages/core-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-p2p", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "P2P API for ARK Core", "license": "MIT", "contributors": [ @@ -23,13 +23,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-http-utils": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-transaction-pool": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-http-utils": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-transaction-pool": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@hapi/boom": "^8.0.0", "@hapi/sntp": "^3.1.1", "ajv": "^6.10.2", @@ -89,4 +89,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} diff --git a/packages/core-snapshots/package.json b/packages/core-snapshots/package.json index 31a134d7d7..13ee3cc9fe 100644 --- a/packages/core-snapshots/package.json +++ b/packages/core-snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-snapshots", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Provides live local streamed snapshots functionality for ARK Core", "license": "MIT", "contributors": [ @@ -20,11 +20,11 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-database-postgres": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-database-postgres": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "JSONStream": "^1.3.5", "cpy-cli": "^2.0.0", "fs-extra": "^8.1.0", diff --git a/packages/core-state/package.json b/packages/core-state/package.json index 7415211e9b..9ed21416de 100644 --- a/packages/core-state/package.json +++ b/packages/core-state/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-state", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "State Management for ARK Core", "license": "MIT", "contributors": [ @@ -21,20 +21,20 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-transactions": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-transactions": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", + "dottie": "^2.0.1", "immutable": "^4.0.0-rc.12", "lodash.clonedeep": "^4.5.0", - "pluralize": "^8.0.0", - "dottie": "^2.0.1" + "pluralize": "^8.0.0" }, "devDependencies": { + "@types/dottie": "^2.0.3", "@types/lodash.clonedeep": "^4.5.6", - "@types/pluralize": "^0.0.29", - "@types/dottie": "^2.0.3" + "@types/pluralize": "^0.0.29" }, "engines": { "node": ">=10.x" diff --git a/packages/core-tester-cli/package.json b/packages/core-tester-cli/package.json index 2ce5989774..bf7035ba1b 100644 --- a/packages/core-tester-cli/package.json +++ b/packages/core-tester-cli/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-tester-cli", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Tester CLI for ARK Core", "license": "MIT", "contributors": [ @@ -28,9 +28,9 @@ "tester": "./bin/run" }, "dependencies": { - "@arkecosystem/core-forger": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-forger": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@oclif/command": "^1.5.16", "@oclif/config": "^1.13.2", "@oclif/plugin-help": "^2.2.0", diff --git a/packages/core-transaction-pool/package.json b/packages/core-transaction-pool/package.json index 2da3ed10fc..9c8b659d46 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": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Transaction Pool Manager for ARK Core", "license": "MIT", "contributors": [ @@ -24,14 +24,14 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-database": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-state": "^2.5.0-next.10", - "@arkecosystem/core-transactions": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-database": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-state": "^2.6.0-next.0", + "@arkecosystem/core-transactions": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@types/better-sqlite3": "^5.4.0", "@types/fs-extra": "^8.0.0", "@types/pluralize": "^0.0.29", diff --git a/packages/core-transactions/package.json b/packages/core-transactions/package.json index f2c8afdb98..4bca3a0fcc 100644 --- a/packages/core-transactions/package.json +++ b/packages/core-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-transactions", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Transaction Services for ARK Core", "license": "MIT", "contributors": [ @@ -19,11 +19,11 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "bs58check": "^2.1.2" }, "engines": { diff --git a/packages/core-utils/package.json b/packages/core-utils/package.json index af792ff9dc..3b96677c2d 100644 --- a/packages/core-utils/package.json +++ b/packages/core-utils/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-utils", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Utilities for ARK Core", "license": "MIT", "contributors": [ @@ -18,9 +18,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "cli-table3": "^0.5.1", "dayjs": "^1.8.15", "fast-json-parse": "^1.0.3", diff --git a/packages/core-vote-report/package.json b/packages/core-vote-report/package.json index 43acde7ef7..0c39219cb8 100644 --- a/packages/core-vote-report/package.json +++ b/packages/core-vote-report/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-vote-report", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Vote Report for ARK Core", "license": "MIT", "contributors": [ @@ -18,10 +18,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-http-utils": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-http-utils": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@hapi/vision": "^5.5.4", "handlebars": "^4.1.2" }, diff --git a/packages/core-wallet-api/package.json b/packages/core-wallet-api/package.json index b7b2c871d1..8212591c9e 100644 --- a/packages/core-wallet-api/package.json +++ b/packages/core-wallet-api/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-wallet-api", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Wallet API for ARK Core", "license": "MIT", "contributors": [ @@ -21,10 +21,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-http-utils": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-http-utils": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", "@hapi/h2o2": "^8.3.0", "hapi-rate-limit": "^4.0.0", "ip": "^1.1.5" diff --git a/packages/core-webhooks/package.json b/packages/core-webhooks/package.json index 8038a3d8a4..c2461f8862 100644 --- a/packages/core-webhooks/package.json +++ b/packages/core-webhooks/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-webhooks", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Webhooks for ARK Core", "license": "MIT", "contributors": [ @@ -19,11 +19,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-http-utils": "^2.5.0-next.10", - "@arkecosystem/core-interfaces": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-http-utils": "^2.6.0-next.0", + "@arkecosystem/core-interfaces": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", "@hapi/boom": "^8.0.0", "@hapi/joi": "^15.1.0", "fs-extra": "^8.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 9dc3b4d1bd..c7f0074b29 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Core of the ARK Blockchain", "license": "MIT", "contributors": [ @@ -44,22 +44,22 @@ "start:testnet": "cross-env CORE_PATH_CONFIG=./bin/config/testnet yarn ark core:run --env=test" }, "dependencies": { - "@arkecosystem/core-api": "^2.5.0-next.10", - "@arkecosystem/core-blockchain": "^2.5.0-next.10", - "@arkecosystem/core-container": "^2.5.0-next.10", - "@arkecosystem/core-database-postgres": "^2.5.0-next.10", - "@arkecosystem/core-event-emitter": "^2.5.0-next.10", - "@arkecosystem/core-exchange-json-rpc": "^2.5.0-next.10", - "@arkecosystem/core-forger": "^2.5.0-next.10", - "@arkecosystem/core-logger-pino": "^2.5.0-next.10", - "@arkecosystem/core-p2p": "^2.5.0-next.10", - "@arkecosystem/core-snapshots": "^2.5.0-next.10", - "@arkecosystem/core-state": "^2.5.0-next.10", - "@arkecosystem/core-transaction-pool": "^2.5.0-next.10", - "@arkecosystem/core-utils": "^2.5.0-next.10", - "@arkecosystem/core-wallet-api": "^2.5.0-next.10", - "@arkecosystem/core-webhooks": "^2.5.0-next.10", - "@arkecosystem/crypto": "^2.5.0-next.10", + "@arkecosystem/core-api": "^2.6.0-next.0", + "@arkecosystem/core-blockchain": "^2.6.0-next.0", + "@arkecosystem/core-container": "^2.6.0-next.0", + "@arkecosystem/core-database-postgres": "^2.6.0-next.0", + "@arkecosystem/core-event-emitter": "^2.6.0-next.0", + "@arkecosystem/core-exchange-json-rpc": "^2.6.0-next.0", + "@arkecosystem/core-forger": "^2.6.0-next.0", + "@arkecosystem/core-logger-pino": "^2.6.0-next.0", + "@arkecosystem/core-p2p": "^2.6.0-next.0", + "@arkecosystem/core-snapshots": "^2.6.0-next.0", + "@arkecosystem/core-state": "^2.6.0-next.0", + "@arkecosystem/core-transaction-pool": "^2.6.0-next.0", + "@arkecosystem/core-utils": "^2.6.0-next.0", + "@arkecosystem/core-wallet-api": "^2.6.0-next.0", + "@arkecosystem/core-webhooks": "^2.6.0-next.0", + "@arkecosystem/crypto": "^2.6.0-next.0", "@oclif/command": "^1.5.16", "@oclif/config": "^1.13.2", "@oclif/plugin-autocomplete": "^0.1.1", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 4d4f2b1cfc..3efa4a82d6 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/crypto", - "version": "2.5.0-next.10", + "version": "2.6.0-next.0", "description": "Crypto utilities for the ARK Blockchain", "license": "MIT", "contributors": [