Skip to content

Commit

Permalink
chore: sync version with npm (ArkEcosystem#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Mar 12, 2019
1 parent ac778f8 commit f271747
Show file tree
Hide file tree
Showing 29 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"npmClient": "yarn",
"packages": ["packages/*", "plugins/*"],
"useWorkspaces": true,
"version": "2.2.0"
"version": "2.2.1"
}
16 changes: 8 additions & 8 deletions packages/core-api/package.json
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]>"
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions packages/core-blockchain/package.json
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]>",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/core-container/package.json
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]>"
],
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-database-postgres/package.json
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]>"
],
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-database/package.json
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]>",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-debugger-cli/package.json
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]>"
],
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions packages/core-elasticsearch/package.json
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]>"
],
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-bugsnag/package.json
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]>"
],
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-sentry/package.json
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]>"
],
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-event-emitter/package.json
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]>"
],
Expand Down
12 changes: 6 additions & 6 deletions packages/core-forger/package.json
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]>",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-graphql/package.json
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]>"
],
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-http-utils/package.json
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]>"
],
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-interfaces/package.json
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]>",
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core-jest-matchers/package.json
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]>",
Expand Down Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions packages/core-json-rpc/package.json
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]>"
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit f271747

Please sign in to comment.