Skip to content

Commit f271747

Browse files
authored
chore: sync version with npm (#2228)
1 parent ac778f8 commit f271747

File tree

29 files changed

+129
-129
lines changed

29 files changed

+129
-129
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"npmClient": "yarn",
44
"packages": ["packages/*", "plugins/*"],
55
"useWorkspaces": true,
6-
"version": "2.2.0"
6+
"version": "2.2.1"
77
}

packages/core-api/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-api",
33
"description": "Public API for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Kristjan Košič <kristjan@ark.io>",
77
"Brian Faust <brian@ark.io>"
@@ -33,12 +33,12 @@
3333
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3434
},
3535
"dependencies": {
36-
"@arkecosystem/core-container": "^2.2.0",
37-
"@arkecosystem/core-http-utils": "^2.2.0",
38-
"@arkecosystem/core-interfaces": "^2.2.0",
39-
"@arkecosystem/core-transaction-pool": "^2.2.0",
40-
"@arkecosystem/core-utils": "^2.2.0",
41-
"@arkecosystem/crypto": "^2.2.0",
36+
"@arkecosystem/core-container": "^2.2.1",
37+
"@arkecosystem/core-http-utils": "^2.2.1",
38+
"@arkecosystem/core-interfaces": "^2.2.1",
39+
"@arkecosystem/core-transaction-pool": "^2.2.1",
40+
"@arkecosystem/core-utils": "^2.2.1",
41+
"@arkecosystem/crypto": "^2.2.1",
4242
"@arkecosystem/utils": "^0.2.4",
4343
"@faustbrian/hapi-version": "^0.2.11",
4444
"ajv": "^6.9.1",
@@ -55,7 +55,7 @@
5555
"lodash.snakecase": "^4.1.1"
5656
},
5757
"devDependencies": {
58-
"@arkecosystem/core-test-utils": "^2.2.0",
58+
"@arkecosystem/core-test-utils": "^2.2.1",
5959
"@types/boom": "^7.2.1",
6060
"@types/ip": "^1.1.0",
6161
"@types/joi": "^14.3.1",

packages/core-blockchain/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-blockchain",
33
"description": "Blockchain Manager for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"François-Xavier Thoorens <fx@ark.io>",
77
"Kristjan Košič <kristjan@ark.io>",
@@ -34,10 +34,10 @@
3434
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3535
},
3636
"dependencies": {
37-
"@arkecosystem/core-container": "^2.2.0",
38-
"@arkecosystem/core-interfaces": "^2.2.0",
39-
"@arkecosystem/core-utils": "^2.2.0",
40-
"@arkecosystem/crypto": "^2.2.0",
37+
"@arkecosystem/core-container": "^2.2.1",
38+
"@arkecosystem/core-interfaces": "^2.2.1",
39+
"@arkecosystem/core-utils": "^2.2.1",
40+
"@arkecosystem/crypto": "^2.2.1",
4141
"async": "^2.6.2",
4242
"awilix": "^4.2.0",
4343
"delay": "^4.1.0",
@@ -48,8 +48,8 @@
4848
"xstate": "^4.3.1"
4949
},
5050
"devDependencies": {
51-
"@arkecosystem/core-p2p": "^2.2.0",
52-
"@arkecosystem/core-test-utils": "^2.2.0",
51+
"@arkecosystem/core-p2p": "^2.2.1",
52+
"@arkecosystem/core-test-utils": "^2.2.1",
5353
"@types/async": "^2.4.0",
5454
"@types/lodash.get": "^4.4.4",
5555
"@types/pluralize": "^0.0.29",

packages/core-container/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-container",
33
"description": "Container for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -32,8 +32,8 @@
3232
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3333
},
3434
"dependencies": {
35-
"@arkecosystem/core-interfaces": "^2.2.0",
36-
"@arkecosystem/crypto": "^2.2.0",
35+
"@arkecosystem/core-interfaces": "^2.2.1",
36+
"@arkecosystem/crypto": "^2.2.1",
3737
"awilix": "^4.2.0",
3838
"axios": "^0.18.0",
3939
"delay": "^4.1.0",

packages/core-database-postgres/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-database-postgres",
33
"description": "PostgreSQL integration for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -33,11 +33,11 @@
3333
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3434
},
3535
"dependencies": {
36-
"@arkecosystem/core-container": "^2.2.0",
37-
"@arkecosystem/core-database": "^2.2.0",
38-
"@arkecosystem/core-interfaces": "^2.2.0",
39-
"@arkecosystem/core-utils": "^2.2.0",
40-
"@arkecosystem/crypto": "^2.2.0",
36+
"@arkecosystem/core-container": "^2.2.1",
37+
"@arkecosystem/core-database": "^2.2.1",
38+
"@arkecosystem/core-interfaces": "^2.2.1",
39+
"@arkecosystem/core-utils": "^2.2.1",
40+
"@arkecosystem/crypto": "^2.2.1",
4141
"bluebird": "^3.5.3",
4242
"cpy-cli": "^2.0.0",
4343
"lodash.chunk": "^4.2.0",

packages/core-database/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-database",
33
"description": "Database Interface for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"François-Xavier Thoorens <fx@ark.io>",
77
"Kristjan Košič <kristjan@ark.io>",
@@ -34,18 +34,18 @@
3434
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3535
},
3636
"dependencies": {
37-
"@arkecosystem/core-container": "^2.2.0",
38-
"@arkecosystem/core-interfaces": "^2.2.0",
39-
"@arkecosystem/core-utils": "^2.2.0",
40-
"@arkecosystem/crypto": "^2.2.0",
37+
"@arkecosystem/core-container": "^2.2.1",
38+
"@arkecosystem/core-interfaces": "^2.2.1",
39+
"@arkecosystem/core-utils": "^2.2.1",
40+
"@arkecosystem/crypto": "^2.2.1",
4141
"@arkecosystem/utils": "^0.2.4",
4242
"lodash.clonedeep": "^4.5.0",
4343
"lodash.compact": "^3.0.1",
4444
"lodash.uniq": "^4.5.0",
4545
"pluralize": "^7.0.0"
4646
},
4747
"devDependencies": {
48-
"@arkecosystem/core-test-utils": "^2.2.0",
48+
"@arkecosystem/core-test-utils": "^2.2.1",
4949
"@types/lodash.clonedeep": "^4.5.4",
5050
"@types/lodash.compact": "^3.0.4",
5151
"@types/lodash.uniq": "^4.5.4",

packages/core-debugger-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-debugger-cli",
33
"description": "Debugger CLI for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -39,7 +39,7 @@
3939
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
4040
},
4141
"dependencies": {
42-
"@arkecosystem/crypto": "^2.2.0",
42+
"@arkecosystem/crypto": "^2.2.1",
4343
"@oclif/command": "^1.5.10",
4444
"@oclif/config": "^1.12.6",
4545
"@oclif/plugin-help": "^2.1.6",

packages/core-elasticsearch/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-elasticsearch",
33
"description": "A powerful Elasticsearch integration for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -26,10 +26,10 @@
2626
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
2727
},
2828
"dependencies": {
29-
"@arkecosystem/core-container": "^2.2.0",
30-
"@arkecosystem/core-http-utils": "^2.2.0",
31-
"@arkecosystem/core-interfaces": "^2.2.0",
32-
"@arkecosystem/crypto": "^2.2.0",
29+
"@arkecosystem/core-container": "^2.2.1",
30+
"@arkecosystem/core-http-utils": "^2.2.1",
31+
"@arkecosystem/core-interfaces": "^2.2.1",
32+
"@arkecosystem/crypto": "^2.2.1",
3333
"elasticsearch": "^15.4.1",
3434
"fs-extra": "^7.0.1",
3535
"joi": "^14.3.1"

packages/core-error-tracker-bugsnag/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-error-tracker-bugsnag",
33
"description": "Bugsnag error tracker integration for Ark Core.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -26,7 +26,7 @@
2626
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
2727
},
2828
"dependencies": {
29-
"@arkecosystem/core-container": "^2.1.1",
29+
"@arkecosystem/core-container": "^2.2.1",
3030
"@bugsnag/js": "^5.2.0"
3131
},
3232
"publishConfig": {

packages/core-error-tracker-sentry/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-error-tracker-sentry",
33
"description": "Sentry error tracker integration for Ark Core.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -26,7 +26,7 @@
2626
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
2727
},
2828
"dependencies": {
29-
"@arkecosystem/core-container": "^2.1.1",
29+
"@arkecosystem/core-container": "^2.2.1",
3030
"@sentry/node": "^4.5.4"
3131
},
3232
"publishConfig": {

packages/core-event-emitter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-event-emitter",
33
"description": "Event Manager for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],

packages/core-forger/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-forger",
33
"description": "Forger for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"François-Xavier Thoorens <fx@ark.io>",
77
"Kristjan Košič <kristjan@ark.io>",
@@ -33,10 +33,10 @@
3333
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3434
},
3535
"dependencies": {
36-
"@arkecosystem/core-container": "^2.2.0",
37-
"@arkecosystem/core-interfaces": "^2.2.0",
38-
"@arkecosystem/core-p2p": "^2.2.0",
39-
"@arkecosystem/crypto": "^2.2.0",
36+
"@arkecosystem/core-container": "^2.2.1",
37+
"@arkecosystem/core-interfaces": "^2.2.1",
38+
"@arkecosystem/core-p2p": "^2.2.1",
39+
"@arkecosystem/crypto": "^2.2.1",
4040
"axios": "^0.18.0",
4141
"delay": "^4.1.0",
4242
"lodash.isempty": "^4.4.0",
@@ -45,7 +45,7 @@
4545
"pluralize": "^7.0.0"
4646
},
4747
"devDependencies": {
48-
"@arkecosystem/core-test-utils": "^2.2.0",
48+
"@arkecosystem/core-test-utils": "^2.2.1",
4949
"@types/lodash.isempty": "^4.4.4",
5050
"@types/lodash.sample": "^4.2.4",
5151
"@types/lodash.uniq": "^4.5.4",

packages/core-graphql/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-graphql",
33
"description": "GraphQL Integration for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Lúcio Rubens <lucio@ark.io>"
77
],
@@ -31,16 +31,16 @@
3131
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3232
},
3333
"dependencies": {
34-
"@arkecosystem/core-container": "^2.2.0",
35-
"@arkecosystem/core-http-utils": "^2.2.0",
36-
"@arkecosystem/core-interfaces": "^2.2.0",
37-
"@arkecosystem/crypto": "^2.2.0",
34+
"@arkecosystem/core-container": "^2.2.1",
35+
"@arkecosystem/core-http-utils": "^2.2.1",
36+
"@arkecosystem/core-interfaces": "^2.2.1",
37+
"@arkecosystem/crypto": "^2.2.1",
3838
"apollo-server-hapi": "^2.4.0",
3939
"dayjs-ext": "^2.2.0",
4040
"graphql-tools-types": "^1.2.1"
4141
},
4242
"devDependencies": {
43-
"@arkecosystem/core-test-utils": "^2.1.1"
43+
"@arkecosystem/core-test-utils": "^2.2.1"
4444
},
4545
"publishConfig": {
4646
"access": "public"

packages/core-http-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-http-utils",
33
"description": "Http Utilities for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>"
77
],
@@ -31,7 +31,7 @@
3131
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3232
},
3333
"dependencies": {
34-
"@arkecosystem/core-container": "^2.2.0",
34+
"@arkecosystem/core-container": "^2.2.1",
3535
"boom": "^7.3.0",
3636
"expand-home-dir": "^0.0.3",
3737
"good": "^8.1.2",

packages/core-interfaces/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-interfaces",
33
"description": "Interface types for essential Ark core modules",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"François-Xavier Thoorens <fx@ark.io>",
77
"Kristjan Košič <kristjan@ark.io>",
@@ -30,7 +30,7 @@
3030
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3131
},
3232
"dependencies": {
33-
"@arkecosystem/crypto": "^2.2.0",
33+
"@arkecosystem/crypto": "^2.2.1",
3434
"awilix": "^4.2.0",
3535
"eventemitter3": "^3.1.0"
3636
},

packages/core-jest-matchers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-jest-matchers",
33
"description": "Jest matchers for Ark Core",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"Brian Faust <brian@ark.io>",
77
"Erwann Gentric <erwann@ark.io>",
@@ -33,8 +33,8 @@
3333
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3434
},
3535
"dependencies": {
36-
"@arkecosystem/core-container": "^2.2.0",
37-
"@arkecosystem/crypto": "^2.2.0",
36+
"@arkecosystem/core-container": "^2.2.1",
37+
"@arkecosystem/crypto": "^2.2.1",
3838
"@arkecosystem/utils": "^0.2.4",
3939
"bip39": "^2.5.0",
4040
"lodash.get": "^4.4.2",

packages/core-json-rpc/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arkecosystem/core-json-rpc",
33
"description": "A JSON-RPC 2.0 Specification compliant server to interact with the Ark Blockchain.",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"contributors": [
66
"François-Xavier Thoorens <fx@ark.io>",
77
"Brian Faust <brian@ark.io>"
@@ -32,10 +32,10 @@
3232
"updates": "../../node_modules/npm-check-updates/bin/npm-check-updates -a"
3333
},
3434
"dependencies": {
35-
"@arkecosystem/core-container": "^2.2.0",
36-
"@arkecosystem/core-http-utils": "^2.2.0",
37-
"@arkecosystem/core-interfaces": "^2.2.0",
38-
"@arkecosystem/crypto": "^2.2.0",
35+
"@arkecosystem/core-container": "^2.2.1",
36+
"@arkecosystem/core-http-utils": "^2.2.1",
37+
"@arkecosystem/core-interfaces": "^2.2.1",
38+
"@arkecosystem/crypto": "^2.2.1",
3939
"@keyv/sqlite": "^2.0.0",
4040
"axios": "^0.18.0",
4141
"bip39": "^2.5.0",
@@ -48,8 +48,8 @@
4848
"wif": "^2.0.6"
4949
},
5050
"devDependencies": {
51-
"@arkecosystem/core-p2p": "^2.2.0",
52-
"@arkecosystem/core-test-utils": "^2.2.0",
51+
"@arkecosystem/core-p2p": "^2.2.1",
52+
"@arkecosystem/core-test-utils": "^2.2.1",
5353
"@types/bip39": "^2.4.1",
5454
"@types/boom": "^7.2.1",
5555
"@types/is-reachable": "^3.0.0",

0 commit comments

Comments
 (0)