Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit 55a9e0e

Browse files
author
Guillaume Nicolas
committed
release: 3.1.0-beta.2
1 parent 2fbc863 commit 55a9e0e

File tree

34 files changed

+146
-146
lines changed

34 files changed

+146
-146
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"npmClient": "yarn",
44
"packages": ["packages/*", "plugins/*"],
55
"useWorkspaces": true,
6-
"version": "3.1.0-beta.1"
6+
"version": "3.1.0-beta.2"
77
}

packages/core-api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-api",
33
"description": "Public API for UNS Core",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"Kristjan Košič <kristjan@ark.io>",
77
"Brian Faust <brian@ark.io>",
@@ -25,12 +25,12 @@
2525
"@arkecosystem/utils": "^0.3.0",
2626
"@faustbrian/dato": "^0.2.0",
2727
"@faustbrian/hapi-version": "^0.2.11",
28-
"@uns/core-container": "^3.1.0-beta.1",
29-
"@uns/core-http-utils": "^3.1.0-beta.1",
30-
"@uns/core-interfaces": "^3.1.0-beta.1",
31-
"@uns/core-transaction-pool": "^3.1.0-beta.1",
32-
"@uns/core-utils": "^3.1.0-beta.1",
33-
"@uns/crypto": "^3.1.0-beta.1",
28+
"@uns/core-container": "^3.1.0-beta.2",
29+
"@uns/core-http-utils": "^3.1.0-beta.2",
30+
"@uns/core-interfaces": "^3.1.0-beta.2",
31+
"@uns/core-transaction-pool": "^3.1.0-beta.2",
32+
"@uns/core-utils": "^3.1.0-beta.2",
33+
"@uns/crypto": "^3.1.0-beta.2",
3434
"ajv": "^6.10.0",
3535
"boom": "^7.3.0",
3636
"bs58check": "^2.1.2",

packages/core-blockchain/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-blockchain",
33
"description": "Blockchain Manager for UNS Core",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"François-Xavier Thoorens <fx@ark.io>",
77
"Kristjan Košič <kristjan@ark.io>",
@@ -23,10 +23,10 @@
2323
"clean": "del dist"
2424
},
2525
"dependencies": {
26-
"@uns/core-container": "^3.1.0-beta.1",
27-
"@uns/core-interfaces": "^3.1.0-beta.1",
28-
"@uns/core-utils": "^3.1.0-beta.1",
29-
"@uns/crypto": "^3.1.0-beta.1",
26+
"@uns/core-container": "^3.1.0-beta.2",
27+
"@uns/core-interfaces": "^3.1.0-beta.2",
28+
"@uns/core-utils": "^3.1.0-beta.2",
29+
"@uns/crypto": "^3.1.0-beta.2",
3030
"async": "^2.6.2",
3131
"awilix": "^4.2.1",
3232
"delay": "^4.1.0",
@@ -41,7 +41,7 @@
4141
"@types/lodash.get": "^4.4.6",
4242
"@types/pluralize": "^0.0.29",
4343
"@types/pretty-ms": "^4.0.0",
44-
"@uns/core-p2p": "^3.1.0-beta.1"
44+
"@uns/core-p2p": "^3.1.0-beta.2"
4545
},
4646
"publishConfig": {
4747
"access": "public"

packages/core-container/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-container",
33
"description": "Container for UNS Core",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"Brian Faust <brian@ark.io>",
77
"Guillaume Nicolas <guillaume@spacelephant.org>"
@@ -20,8 +20,8 @@
2020
"clean": "del dist"
2121
},
2222
"dependencies": {
23-
"@uns/core-interfaces": "^3.1.0-beta.1",
24-
"@uns/crypto": "^3.1.0-beta.1",
23+
"@uns/core-interfaces": "^3.1.0-beta.2",
24+
"@uns/crypto": "^3.1.0-beta.2",
2525
"awilix": "^4.2.1",
2626
"delay": "^4.1.0",
2727
"env-paths": "^2.1.0",

packages/core-database-postgres/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-database-postgres",
33
"description": "PostgreSQL integration for UNS Core",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"Brian Faust <brian@ark.io>",
77
"Guillaume Nicolas <guillaume@spacelephant.org>"
@@ -27,11 +27,11 @@
2727
"@types/bluebird": "^3.5.26",
2828
"@types/lodash.chunk": "^4.2.6",
2929
"@types/pluralize": "^0.0.29",
30-
"@uns/core-container": "^3.1.0-beta.1",
31-
"@uns/core-database": "^3.1.0-beta.1",
32-
"@uns/core-interfaces": "^3.1.0-beta.1",
33-
"@uns/core-utils": "^3.1.0-beta.1",
34-
"@uns/crypto": "^3.1.0-beta.1",
30+
"@uns/core-container": "^3.1.0-beta.2",
31+
"@uns/core-database": "^3.1.0-beta.2",
32+
"@uns/core-interfaces": "^3.1.0-beta.2",
33+
"@uns/core-utils": "^3.1.0-beta.2",
34+
"@uns/crypto": "^3.1.0-beta.2",
3535
"bluebird": "^3.5.3",
3636
"cpy-cli": "^2.0.0",
3737
"lodash.chunk": "^4.2.0",

packages/core-database/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-database",
33
"description": "Database Interface for UNS Core",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"François-Xavier Thoorens <fx@ark.io>",
77
"Kristjan Košič <kristjan@ark.io>",
@@ -24,12 +24,12 @@
2424
},
2525
"dependencies": {
2626
"@arkecosystem/utils": "^0.3.0",
27-
"@uns/core-container": "^3.1.0-beta.1",
28-
"@uns/core-event-emitter": "^3.1.0-beta.1",
29-
"@uns/core-interfaces": "^3.1.0-beta.1",
30-
"@uns/core-transactions": "^3.1.0-beta.1",
31-
"@uns/core-utils": "^3.1.0-beta.1",
32-
"@uns/crypto": "^3.1.0-beta.1",
27+
"@uns/core-container": "^3.1.0-beta.2",
28+
"@uns/core-event-emitter": "^3.1.0-beta.2",
29+
"@uns/core-interfaces": "^3.1.0-beta.2",
30+
"@uns/core-transactions": "^3.1.0-beta.2",
31+
"@uns/core-utils": "^3.1.0-beta.2",
32+
"@uns/crypto": "^3.1.0-beta.2",
3333
"lodash.clonedeep": "^4.5.0",
3434
"lodash.compact": "^3.0.1",
3535
"lodash.uniq": "^4.5.0",

packages/core-elasticsearch/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-elasticsearch",
33
"description": "A powerful Elasticsearch integration for UNS Core",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"Brian Faust <brian@ark.io>",
77
"Guillaume Nicolas <guillaume@spacelephant.org>"
@@ -19,11 +19,11 @@
1919
"clean": "del dist"
2020
},
2121
"dependencies": {
22-
"@uns/core-container": "^3.1.0-beta.1",
23-
"@uns/core-event-emitter": "^3.1.0-beta.1",
24-
"@uns/core-http-utils": "^3.1.0-beta.1",
25-
"@uns/core-interfaces": "^3.1.0-beta.1",
26-
"@uns/crypto": "^3.1.0-beta.1",
22+
"@uns/core-container": "^3.1.0-beta.2",
23+
"@uns/core-event-emitter": "^3.1.0-beta.2",
24+
"@uns/core-http-utils": "^3.1.0-beta.2",
25+
"@uns/core-interfaces": "^3.1.0-beta.2",
26+
"@uns/crypto": "^3.1.0-beta.2",
2727
"boom": "^7.3.0",
2828
"elasticsearch": "^15.4.1",
2929
"fs-extra": "^7.0.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-error-tracker-airbrake",
33
"description": "Airbrake error tracker integration for UNS Core.",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"Brian Faust <brian@ark.io>",
77
"Guillaume Nicolas <guillaume@spacelephant.org>"
@@ -19,7 +19,7 @@
1919
"clean": "del dist"
2020
},
2121
"dependencies": {
22-
"@uns/core-container": "^3.1.0-beta.1",
22+
"@uns/core-container": "^3.1.0-beta.2",
2323
"airbrake-js": "^1.6.6"
2424
},
2525
"publishConfig": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-error-tracker-bugsnag",
33
"description": "Bugsnag error tracker integration for UNS Core.",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"Brian Faust <brian@ark.io>",
77
"Guillaume Nicolas <guillaume@spacelephant.org>"
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@bugsnag/js": "^6.0.0",
23-
"@uns/core-container": "^3.1.0-beta.1"
23+
"@uns/core-container": "^3.1.0-beta.2"
2424
},
2525
"publishConfig": {
2626
"access": "public"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uns/core-error-tracker-raygun",
33
"description": "Raygun error tracker integration for UNS Core.",
4-
"version": "3.1.0-beta.1",
4+
"version": "3.1.0-beta.2",
55
"contributors": [
66
"Brian Faust <brian@ark.io>",
77
"Guillaume Nicolas <guillaume@spacelephant.org>"
@@ -19,7 +19,7 @@
1919
"clean": "del dist"
2020
},
2121
"dependencies": {
22-
"@uns/core-container": "^3.1.0-beta.1",
22+
"@uns/core-container": "^3.1.0-beta.2",
2323
"raygun": "^0.10.1"
2424
},
2525
"publishConfig": {

0 commit comments

Comments
 (0)