-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
182 additions
and
154 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
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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Kristjan Košič <[email protected]>", | ||
"Brian Faust <[email protected]>" | ||
|
@@ -21,12 +21,12 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-http-utils": "^2.3.15", | ||
"@arkecosystem/core-interfaces": "^2.3.15", | ||
"@arkecosystem/core-transaction-pool": "^2.3.15", | ||
"@arkecosystem/core-utils": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@arkecosystem/core-http-utils": "^2.3.18", | ||
"@arkecosystem/core-interfaces": "^2.3.18", | ||
"@arkecosystem/core-transaction-pool": "^2.3.18", | ||
"@arkecosystem/core-utils": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"@arkecosystem/utils": "^0.3.0", | ||
"@faustbrian/dato": "^0.3.0", | ||
"@faustbrian/hapi-version": "^0.2.11", | ||
|
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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -22,10 +22,10 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-interfaces": "^2.3.15", | ||
"@arkecosystem/core-utils": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@arkecosystem/core-interfaces": "^2.3.18", | ||
"@arkecosystem/core-utils": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"async": "^2.6.2", | ||
"delay": "^4.2.0", | ||
"immutable": "^4.0.0-rc.12", | ||
|
@@ -35,7 +35,7 @@ | |
"xstate": "^4.5.0" | ||
}, | ||
"devDependencies": { | ||
"@arkecosystem/core-p2p": "^2.3.15", | ||
"@arkecosystem/core-p2p": "^2.3.18", | ||
"@types/async": "^2.4.1", | ||
"@types/lodash.get": "^4.4.6", | ||
"@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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -19,8 +19,8 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-interfaces": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-interfaces": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"awilix": "^4.2.1", | ||
"delay": "^4.2.0", | ||
"env-paths": "^2.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-postgres", | ||
"description": "PostgreSQL integration for ARK Core", | ||
"version": "2.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -21,11 +21,11 @@ | |
"copy": "cd src/ && cpy './**/*.sql' --parents ../dist/ && cd ../" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-database": "^2.3.15", | ||
"@arkecosystem/core-interfaces": "^2.3.15", | ||
"@arkecosystem/core-utils": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@arkecosystem/core-database": "^2.3.18", | ||
"@arkecosystem/core-interfaces": "^2.3.18", | ||
"@arkecosystem/core-utils": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"@arkecosystem/utils": "^0.3.0", | ||
"@faustbrian/dato": "^0.3.0", | ||
"@types/bluebird": "^3.5.26", | ||
|
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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -22,12 +22,12 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-event-emitter": "^2.3.15", | ||
"@arkecosystem/core-interfaces": "^2.3.15", | ||
"@arkecosystem/core-transactions": "^2.3.15", | ||
"@arkecosystem/core-utils": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@arkecosystem/core-event-emitter": "^2.3.18", | ||
"@arkecosystem/core-interfaces": "^2.3.18", | ||
"@arkecosystem/core-transactions": "^2.3.18", | ||
"@arkecosystem/core-utils": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"@arkecosystem/utils": "^0.3.0", | ||
"lodash.clonedeep": "^4.5.0", | ||
"lodash.compact": "^3.0.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
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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -18,11 +18,11 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-event-emitter": "^2.3.15", | ||
"@arkecosystem/core-http-utils": "^2.3.15", | ||
"@arkecosystem/core-interfaces": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@arkecosystem/core-event-emitter": "^2.3.18", | ||
"@arkecosystem/core-http-utils": "^2.3.18", | ||
"@arkecosystem/core-interfaces": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"boom": "^7.3.0", | ||
"elasticsearch": "^15.4.1", | ||
"fs-extra": "^7.0.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-airbrake", | ||
"description": "Airbrake error tracker integration for ARK Core.", | ||
"version": "2.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -18,7 +18,7 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"airbrake-js": "^1.6.6" | ||
}, | ||
"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-bugsnag", | ||
"description": "Bugsnag error tracker integration for ARK Core.", | ||
"version": "2.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -18,7 +18,7 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@bugsnag/js": "^6.1.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-raygun", | ||
"description": "Raygun error tracker integration for ARK Core.", | ||
"version": "2.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -18,7 +18,7 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"raygun": "^0.10.1" | ||
}, | ||
"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-rollbar", | ||
"description": "Rollbar error tracker integration for ARK Core.", | ||
"version": "2.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -18,7 +18,7 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"rollbar": "^2.6.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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -18,7 +18,7 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@sentry/node": "^5.1.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-event-emitter", | ||
"description": "Event Manager for ARK Core", | ||
"version": "2.3.15", | ||
"version": "2.3.18", | ||
"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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -21,11 +21,11 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-interfaces": "^2.3.15", | ||
"@arkecosystem/core-p2p": "^2.3.15", | ||
"@arkecosystem/core-utils": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@arkecosystem/core-interfaces": "^2.3.18", | ||
"@arkecosystem/core-p2p": "^2.3.18", | ||
"@arkecosystem/core-utils": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"delay": "^4.2.0", | ||
"lodash.isempty": "^4.4.0", | ||
"lodash.uniq": "^4.5.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
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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"Brian Faust <[email protected]>" | ||
], | ||
|
@@ -18,9 +18,9 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/core-container": "^2.3.15", | ||
"@arkecosystem/core-utils": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/core-container": "^2.3.18", | ||
"@arkecosystem/core-utils": "^2.3.18", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"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.3.15", | ||
"version": "2.3.18", | ||
"contributors": [ | ||
"François-Xavier Thoorens <[email protected]>", | ||
"Kristjan Košič <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
"clean": "del dist" | ||
}, | ||
"dependencies": { | ||
"@arkecosystem/crypto": "^2.3.15", | ||
"@arkecosystem/crypto": "^2.3.18", | ||
"@faustbrian/dato": "^0.3.0", | ||
"awilix": "^4.2.1" | ||
}, | ||
|
Oops, something went wrong.