forked from ArkEcosystem/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sync version with npm (ArkEcosystem#2228)
- Loading branch information
1 parent
ac778f8
commit f271747
Showing
29 changed files
with
129 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-api", | ||
"description": "Public API for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Kristjan Košič <[email protected]>", | ||
"Brian Faust <[email protected]>" | ||
|
@@ -33,12 +33,12 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-http-utils": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/core-transaction-pool": "^2.2.0", | ||
"@arkecosystem/core-utils": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-http-utils": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/core-transaction-pool": "^2.2.1", | ||
"@arkecosystem/core-utils": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"@arkecosystem/utils": "^0.2.4", | ||
"@faustbrian/hapi-version": "^0.2.11", | ||
"ajv": "^6.9.1", | ||
|
@@ -55,7 +55,7 @@ | |
"lodash.snakecase": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"@arkecosystem/core-test-utils": "^2.2.0", | ||
"@arkecosystem/core-test-utils": "^2.2.1", | ||
"@types/boom": "^7.2.1", | ||
"@types/ip": "^1.1.0", | ||
"@types/joi": "^14.3.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-blockchain", | ||
"description": "Blockchain Manager for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -34,10 +34,10 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/core-utils": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/core-utils": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"async": "^2.6.2", | ||
"awilix": "^4.2.0", | ||
"delay": "^4.1.0", | ||
|
@@ -48,8 +48,8 @@ | |
"xstate": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"@arkecosystem/core-p2p": "^2.2.0", | ||
"@arkecosystem/core-test-utils": "^2.2.0", | ||
"@arkecosystem/core-p2p": "^2.2.1", | ||
"@arkecosystem/core-test-utils": "^2.2.1", | ||
"@types/async": "^2.4.0", | ||
"@types/lodash.get": "^4.4.4", | ||
"@types/pluralize": "^0.0.29", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-container", | ||
"description": "Container for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -32,8 +32,8 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"awilix": "^4.2.0", | ||
"axios": "^0.18.0", | ||
"delay": "^4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-database-postgres", | ||
"description": "PostgreSQL integration for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -33,11 +33,11 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-database": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/core-utils": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-database": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/core-utils": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"bluebird": "^3.5.3", | ||
"cpy-cli": "^2.0.0", | ||
"lodash.chunk": "^4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-database", | ||
"description": "Database Interface for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -34,18 +34,18 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/core-utils": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/core-utils": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"@arkecosystem/utils": "^0.2.4", | ||
"lodash.clonedeep": "^4.5.0", | ||
"lodash.compact": "^3.0.1", | ||
"lodash.uniq": "^4.5.0", | ||
"pluralize": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@arkecosystem/core-test-utils": "^2.2.0", | ||
"@arkecosystem/core-test-utils": "^2.2.1", | ||
"@types/lodash.clonedeep": "^4.5.4", | ||
"@types/lodash.compact": "^3.0.4", | ||
"@types/lodash.uniq": "^4.5.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-debugger-cli", | ||
"description": "Debugger CLI for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -39,7 +39,7 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"@oclif/command": "^1.5.10", | ||
"@oclif/config": "^1.12.6", | ||
"@oclif/plugin-help": "^2.1.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-elasticsearch", | ||
"description": "A powerful Elasticsearch integration for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -26,10 +26,10 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-http-utils": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-http-utils": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"elasticsearch": "^15.4.1", | ||
"fs-extra": "^7.0.1", | ||
"joi": "^14.3.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-error-tracker-bugsnag", | ||
"description": "Bugsnag error tracker integration for Ark Core.", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -26,7 +26,7 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.1.1", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@bugsnag/js": "^5.2.0" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-error-tracker-sentry", | ||
"description": "Sentry error tracker integration for Ark Core.", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -26,7 +26,7 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.1.1", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@sentry/node": "^4.5.4" | ||
}, | ||
"publishConfig": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-event-emitter", | ||
"description": "Event Manager for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-forger", | ||
"description": "Forger for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -33,10 +33,10 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/core-p2p": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/core-p2p": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"axios": "^0.18.0", | ||
"delay": "^4.1.0", | ||
"lodash.isempty": "^4.4.0", | ||
|
@@ -45,7 +45,7 @@ | |
"pluralize": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@arkecosystem/core-test-utils": "^2.2.0", | ||
"@arkecosystem/core-test-utils": "^2.2.1", | ||
"@types/lodash.isempty": "^4.4.4", | ||
"@types/lodash.sample": "^4.2.4", | ||
"@types/lodash.uniq": "^4.5.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-graphql", | ||
"description": "GraphQL Integration for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Lúcio Rubens <[email protected]>" | ||
], | ||
|
@@ -31,16 +31,16 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-http-utils": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-http-utils": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"apollo-server-hapi": "^2.4.0", | ||
"dayjs-ext": "^2.2.0", | ||
"graphql-tools-types": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@arkecosystem/core-test-utils": "^2.1.1" | ||
"@arkecosystem/core-test-utils": "^2.2.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-http-utils", | ||
"description": "Http Utilities for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -31,7 +31,7 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"boom": "^7.3.0", | ||
"expand-home-dir": "^0.0.3", | ||
"good": "^8.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-interfaces", | ||
"description": "Interface types for essential Ark core modules", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -30,7 +30,7 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"awilix": "^4.2.0", | ||
"eventemitter3": "^3.1.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-jest-matchers", | ||
"description": "Jest matchers for Ark Core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>", | ||
"Erwann Gentric <[email protected]>", | ||
|
@@ -33,8 +33,8 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"@arkecosystem/utils": "^0.2.4", | ||
"bip39": "^2.5.0", | ||
"lodash.get": "^4.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@arkecosystem/core-json-rpc", | ||
"description": "A JSON-RPC 2.0 Specification compliant server to interact with the Ark Blockchain.", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Brian Faust <[email protected]>" | ||
|
@@ -32,10 +32,10 @@ | |
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.2.0", | ||
"@arkecosystem/core-http-utils": "^2.2.0", | ||
"@arkecosystem/core-interfaces": "^2.2.0", | ||
"@arkecosystem/crypto": "^2.2.0", | ||
"@arkecosystem/core-container": "^2.2.1", | ||
"@arkecosystem/core-http-utils": "^2.2.1", | ||
"@arkecosystem/core-interfaces": "^2.2.1", | ||
"@arkecosystem/crypto": "^2.2.1", | ||
"@keyv/sqlite": "^2.0.0", | ||
"axios": "^0.18.0", | ||
"bip39": "^2.5.0", | ||
|
@@ -48,8 +48,8 @@ | |
"wif": "^2.0.6" | ||
}, | ||
"devDependencies": { | ||
"@arkecosystem/core-p2p": "^2.2.0", | ||
"@arkecosystem/core-test-utils": "^2.2.0", | ||
"@arkecosystem/core-p2p": "^2.2.1", | ||
"@arkecosystem/core-test-utils": "^2.2.1", | ||
"@types/bip39": "^2.4.1", | ||
"@types/boom": "^7.2.1", | ||
"@types/is-reachable": "^3.0.0", | ||
|
Oops, something went wrong.