From 2f28388558f61c5701d0b82b80d5d1ae4e1dca1a Mon Sep 17 00:00:00 2001 From: Brian Faust Date: Wed, 5 Jun 2019 18:01:21 +0300 Subject: [PATCH] release: 2.4.0-next.10 --- lerna.json | 2 +- packages/core-api/package.json | 14 ++++---- packages/core-blockchain/package.json | 20 +++++------ packages/core-container/package.json | 6 ++-- packages/core-database-postgres/package.json | 16 ++++----- packages/core-database/package.json | 14 ++++---- 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 | 14 ++++---- 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-new-relic/package.json | 4 +-- packages/core-p2p/package.json | 16 ++++----- packages/core-snapshots/package.json | 12 +++---- packages/core-state/package.json | 12 +++---- packages/core-tester-cli/package.json | 8 ++--- packages/core-transaction-pool/package.json | 18 +++++----- packages/core-transactions/package.json | 8 ++--- 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 +- 36 files changed, 165 insertions(+), 165 deletions(-) diff --git a/lerna.json b/lerna.json index 02e7a7b04d..28ea367424 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "npmClient": "yarn", "packages": ["packages/*", "plugins/*"], "useWorkspaces": true, - "version": "2.4.0-next.9" + "version": "2.4.0-next.10" } diff --git a/packages/core-api/package.json b/packages/core-api/package.json index ed5cd8f672..37538b4c6b 100644 --- a/packages/core-api/package.json +++ b/packages/core-api/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-api", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Public API for ARK Core", "license": "MIT", "contributors": [ @@ -21,12 +21,12 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-http-utils": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-transaction-pool": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-http-utils": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-transaction-pool": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@arkecosystem/utils": "^0.3.0", "@faustbrian/hapi-version": "^0.2.11", "@hapi/boom": "^7.4.2", diff --git a/packages/core-blockchain/package.json b/packages/core-blockchain/package.json index 16512ecc87..6ecac95f08 100644 --- a/packages/core-blockchain/package.json +++ b/packages/core-blockchain/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-blockchain", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Blockchain Manager for ARK Core", "license": "MIT", "contributors": [ @@ -22,14 +22,14 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-database": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-state": "^2.4.0-next.9", - "@arkecosystem/core-transactions": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-database": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-state": "^2.4.0-next.10", + "@arkecosystem/core-transactions": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "async": "^3.0.0", "delay": "^4.2.0", "immutable": "^4.0.0-rc.12", @@ -39,7 +39,7 @@ "xstate": "^4.6.0" }, "devDependencies": { - "@arkecosystem/core-p2p": "^2.4.0-next.9", + "@arkecosystem/core-p2p": "^2.4.0-next.10", "@types/async": "^2.4.2", "@types/lodash.get": "^4.4.6", "@types/pluralize": "^0.0.29", diff --git a/packages/core-container/package.json b/packages/core-container/package.json index 90cf6c917e..b2aa505191 100644 --- a/packages/core-container/package.json +++ b/packages/core-container/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-container", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Container for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@hapi/hoek": "^6.2.3", "@hapi/joi": "^15.0.3", "awilix": "^4.2.2", diff --git a/packages/core-database-postgres/package.json b/packages/core-database-postgres/package.json index fa87b35d66..2ec64e2acf 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "PostgreSQL integration for ARK Core", "license": "MIT", "contributors": [ @@ -21,13 +21,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-database": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-state": "^2.4.0-next.9", - "@arkecosystem/core-transactions": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-database": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-state": "^2.4.0-next.10", + "@arkecosystem/core-transactions": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@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 466277a3b8..655403bd60 100644 --- a/packages/core-database/package.json +++ b/packages/core-database/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-database", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Database Interface for ARK Core", "license": "MIT", "contributors": [ @@ -22,12 +22,12 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-transactions": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-transactions": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@arkecosystem/utils": "^0.3.0", "lodash.clonedeep": "^4.5.0", "lodash.compact": "^3.0.1", diff --git a/packages/core-elasticsearch/package.json b/packages/core-elasticsearch/package.json index 44fd70e434..6daa436d92 100644 --- a/packages/core-elasticsearch/package.json +++ b/packages/core-elasticsearch/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-elasticsearch", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "A powerful Elasticsearch integration for ARK Core", "license": "MIT", "contributors": [ @@ -18,11 +18,11 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-http-utils": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-http-utils": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@elastic/elasticsearch": "^7.1.0", "@hapi/boom": "^7.4.2", "@hapi/joi": "^15.0.3", diff --git a/packages/core-error-tracker-airbrake/package.json b/packages/core-error-tracker-airbrake/package.json index b6eb44f7ee..9084707295 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Airbrake error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", "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 4cf7a022b0..5fcdfb1773 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Bugsnag error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", "@bugsnag/js": "^6.2.0" }, "engines": { diff --git a/packages/core-error-tracker-raygun/package.json b/packages/core-error-tracker-raygun/package.json index de4881f187..e2483394e9 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Raygun error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", "raygun": "^0.10.1" }, "devDependencies": { diff --git a/packages/core-error-tracker-rollbar/package.json b/packages/core-error-tracker-rollbar/package.json index c2de59d856..849d3bfd62 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Rollbar error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", "rollbar": "^2.7.1" }, "engines": { diff --git a/packages/core-error-tracker-sentry/package.json b/packages/core-error-tracker-sentry/package.json index b891539256..fbc2090995 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Sentry error tracker integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", "@sentry/node": "^5.3.0" }, "engines": { diff --git a/packages/core-event-emitter/package.json b/packages/core-event-emitter/package.json index c1d5c885c5..2d076bf255 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.4.0-next.9", + "version": "2.4.0-next.10", "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 585412625b..ec23eeec42 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.4.0-next.9", + "version": "2.4.0-next.10", "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.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", "@arkecosystem/exchange-json-rpc": "^1.0.0-next.5" }, "engines": { diff --git a/packages/core-explorer/package.json b/packages/core-explorer/package.json index e1d625d31a..6eb4af062f 100644 --- a/packages/core-explorer/package.json +++ b/packages/core-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-explorer", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Explorer for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", "connect-history-api-fallback": "^1.6.0", "express": "^4.17.0" }, diff --git a/packages/core-forger/package.json b/packages/core-forger/package.json index 7938d4fb95..fa75ebfafc 100644 --- a/packages/core-forger/package.json +++ b/packages/core-forger/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-forger", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Forger for ARK Core", "license": "MIT", "contributors": [ @@ -21,12 +21,12 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-p2p": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-p2p": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "delay": "^4.2.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 d75fdb9c8d..94537a9bea 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Http Utilities for ARK Core", "license": "MIT", "contributors": [ @@ -18,9 +18,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@hapi/boom": "^7.4.2", "@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 cc97702d36..415925c671 100644 --- a/packages/core-interfaces/package.json +++ b/packages/core-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-interfaces", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "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.4.0-next.9", + "@arkecosystem/crypto": "^2.4.0-next.10", "awilix": "^4.2.2", "dayjs": "^1.8.14" }, diff --git a/packages/core-jest-matchers/package.json b/packages/core-jest-matchers/package.json index 1f9f3e4f77..bf6a2cc363 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Jest matchers for ARK Core", "license": "MIT", "contributors": [ @@ -20,8 +20,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@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 0e0b225411..8f5af47fc8 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Pino integration for ARK Core", "license": "MIT", "contributors": [ @@ -19,9 +19,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-logger": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-logger": "^2.4.0-next.10", "pino": "^5.12.5", "pino-pretty": "^3.0.1", "pump": "^3.0.0", diff --git a/packages/core-logger-signale/package.json b/packages/core-logger-signale/package.json index 15d354a679..d6e1ad3c90 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Signale integration for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-logger": "^2.4.0-next.9", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-logger": "^2.4.0-next.10", "signale": "^1.4.0" }, "devDependencies": { diff --git a/packages/core-logger-winston/package.json b/packages/core-logger-winston/package.json index 9c87f6f11b..a977899fe7 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Winston Logger for ARK Core", "license": "MIT", "contributors": [ @@ -20,8 +20,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-logger": "^2.4.0-next.9", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-logger": "^2.4.0-next.10", "chalk": "^2.4.2", "colors": "^1.3.3", "dayjs": "^1.8.14", diff --git a/packages/core-logger/package.json b/packages/core-logger/package.json index aee3333f35..0ba1c3ac70 100644 --- a/packages/core-logger/package.json +++ b/packages/core-logger/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-logger", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Logger Manager for ARK Core", "license": "MIT", "contributors": [ @@ -19,8 +19,8 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", "lodash.isempty": "^4.4.0" }, "devDependencies": { diff --git a/packages/core-new-relic/package.json b/packages/core-new-relic/package.json index 62c88d4399..e5b5862a57 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "New Relic integration for ARK Core.", "license": "MIT", "contributors": [ @@ -18,7 +18,7 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", "newrelic": "^5.9.0" }, "devDependencies": { diff --git a/packages/core-p2p/package.json b/packages/core-p2p/package.json index 8c92e5db1a..ceb776d89d 100644 --- a/packages/core-p2p/package.json +++ b/packages/core-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-p2p", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "P2P API for ARK Core", "license": "MIT", "contributors": [ @@ -23,13 +23,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-http-utils": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-transaction-pool": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-http-utils": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-transaction-pool": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@hapi/boom": "^7.4.2", "@hapi/sntp": "^3.1.1", "ajv": "^6.10.0", diff --git a/packages/core-snapshots/package.json b/packages/core-snapshots/package.json index 27be30de30..7f5e5b37a4 100644 --- a/packages/core-snapshots/package.json +++ b/packages/core-snapshots/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-snapshots", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "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.4.0-next.9", - "@arkecosystem/core-database-postgres": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-database-postgres": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "JSONStream": "^1.3.5", "cpy-cli": "^2.0.0", "fs-extra": "^8.0.1", diff --git a/packages/core-state/package.json b/packages/core-state/package.json index e4645da6d8..2f48739535 100644 --- a/packages/core-state/package.json +++ b/packages/core-state/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-state", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "State Management for ARK Core", "license": "MIT", "contributors": [ @@ -21,11 +21,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-transactions": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-transactions": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "immutable": "^4.0.0-rc.12", "lodash.clonedeep": "^4.5.0", "pluralize": "^7.0.0" diff --git a/packages/core-tester-cli/package.json b/packages/core-tester-cli/package.json index 26634db6d8..436539f820 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Tester CLI for ARK Core", "license": "MIT", "contributors": [ @@ -28,9 +28,9 @@ "tester": "./bin/run" }, "dependencies": { - "@arkecosystem/core-forger": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-forger": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@oclif/command": "^1.5.13", "@oclif/config": "^1.13.0", "@oclif/plugin-help": "^2.1.6", diff --git a/packages/core-transaction-pool/package.json b/packages/core-transaction-pool/package.json index fa81005d7b..b3decc0449 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Transaction Pool Manager for ARK Core", "license": "MIT", "contributors": [ @@ -24,13 +24,13 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-database": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-state": "^2.4.0-next.9", - "@arkecosystem/core-transactions": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-database": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-state": "^2.4.0-next.10", + "@arkecosystem/core-transactions": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@types/better-sqlite3": "^5.4.0", "@types/fs-extra": "^7.0.0", "@types/pluralize": "^0.0.29", @@ -43,7 +43,7 @@ "pluralize": "^7.0.0" }, "devDependencies": { - "@arkecosystem/core-utils": "^2.4.0-next.9", + "@arkecosystem/core-utils": "^2.4.0-next.10", "@types/better-sqlite3": "^5.4.0", "@types/bip39": "^2.4.2", "@types/fs-extra": "^7.0.0", diff --git a/packages/core-transactions/package.json b/packages/core-transactions/package.json index f2c62fca80..3b66268c2a 100644 --- a/packages/core-transactions/package.json +++ b/packages/core-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-transactions", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Transaction Services for ARK Core", "license": "MIT", "contributors": [ @@ -19,9 +19,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "bs58check": "^2.1.2" }, "engines": { diff --git a/packages/core-utils/package.json b/packages/core-utils/package.json index 1e9ffe0718..345ca5114d 100644 --- a/packages/core-utils/package.json +++ b/packages/core-utils/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-utils", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Utilities for ARK Core", "license": "MIT", "contributors": [ @@ -18,9 +18,9 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "cli-table3": "^0.5.1", "dayjs": "^1.8.14", "fast-json-parse": "^1.0.3", diff --git a/packages/core-vote-report/package.json b/packages/core-vote-report/package.json index e8e8e39f20..b7480e921b 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Vote Report for ARK Core", "license": "MIT", "contributors": [ @@ -18,10 +18,10 @@ "prepublishOnly": "yarn build" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-http-utils": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-http-utils": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "handlebars": "^4.1.2", "lodash.sumby": "^4.6.0", "vision": "^5.4.4" diff --git a/packages/core-wallet-api/package.json b/packages/core-wallet-api/package.json index 49f4696d6c..b886ba784c 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.4.0-next.9", + "version": "2.4.0-next.10", "description": "Wallet API for ARK Core", "license": "MIT", "contributors": [ @@ -21,10 +21,10 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-http-utils": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-http-utils": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", "@hapi/h2o2": "^8.3.0" }, "devDependencies": { diff --git a/packages/core-webhooks/package.json b/packages/core-webhooks/package.json index ddd9935a67..1982715150 100644 --- a/packages/core-webhooks/package.json +++ b/packages/core-webhooks/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core-webhooks", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Webhooks for ARK Core", "license": "MIT", "contributors": [ @@ -19,11 +19,11 @@ "pretest": "bash ../../scripts/pre-test.sh" }, "dependencies": { - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-http-utils": "^2.4.0-next.9", - "@arkecosystem/core-interfaces": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-http-utils": "^2.4.0-next.10", + "@arkecosystem/core-interfaces": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", "@hapi/boom": "^7.4.2", "@hapi/joi": "^15.0.3", "fs-extra": "^8.0.1", diff --git a/packages/core/package.json b/packages/core/package.json index eceda78e67..4722d2c6c5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/core", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "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.4.0-next.9", - "@arkecosystem/core-blockchain": "^2.4.0-next.9", - "@arkecosystem/core-container": "^2.4.0-next.9", - "@arkecosystem/core-database-postgres": "^2.4.0-next.9", - "@arkecosystem/core-event-emitter": "^2.4.0-next.9", - "@arkecosystem/core-forger": "^2.4.0-next.9", - "@arkecosystem/core-exchange-json-rpc": "^2.4.0-next.9", - "@arkecosystem/core-logger-pino": "^2.4.0-next.9", - "@arkecosystem/core-p2p": "^2.4.0-next.9", - "@arkecosystem/core-snapshots": "^2.4.0-next.9", - "@arkecosystem/core-state": "^2.4.0-next.9", - "@arkecosystem/core-transaction-pool": "^2.4.0-next.9", - "@arkecosystem/core-utils": "^2.4.0-next.9", - "@arkecosystem/core-wallet-api": "^2.4.0-next.9", - "@arkecosystem/core-webhooks": "^2.4.0-next.9", - "@arkecosystem/crypto": "^2.4.0-next.9", + "@arkecosystem/core-api": "^2.4.0-next.10", + "@arkecosystem/core-blockchain": "^2.4.0-next.10", + "@arkecosystem/core-container": "^2.4.0-next.10", + "@arkecosystem/core-database-postgres": "^2.4.0-next.10", + "@arkecosystem/core-event-emitter": "^2.4.0-next.10", + "@arkecosystem/core-exchange-json-rpc": "^2.4.0-next.10", + "@arkecosystem/core-forger": "^2.4.0-next.10", + "@arkecosystem/core-logger-pino": "^2.4.0-next.10", + "@arkecosystem/core-p2p": "^2.4.0-next.10", + "@arkecosystem/core-snapshots": "^2.4.0-next.10", + "@arkecosystem/core-state": "^2.4.0-next.10", + "@arkecosystem/core-transaction-pool": "^2.4.0-next.10", + "@arkecosystem/core-utils": "^2.4.0-next.10", + "@arkecosystem/core-wallet-api": "^2.4.0-next.10", + "@arkecosystem/core-webhooks": "^2.4.0-next.10", + "@arkecosystem/crypto": "^2.4.0-next.10", "@faustbrian/foreman": "^0.1.3", "@oclif/command": "^1.5.13", "@oclif/config": "^1.13.0", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 31f050d743..311938ab62 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@arkecosystem/crypto", - "version": "2.4.0-next.9", + "version": "2.4.0-next.10", "description": "Crypto utilities for the ARK Blockchain", "license": "MIT", "contributors": [