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

Commit

Permalink
release: 3.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Nicolas committed Nov 6, 2019
1 parent 2fbc863 commit 55a9e0e
Show file tree
Hide file tree
Showing 34 changed files with 146 additions and 146 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": "3.1.0-beta.1"
"version": "3.1.0-beta.2"
}
14 changes: 7 additions & 7 deletions packages/core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-api",
"description": "Public API for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Kristjan Košič <kristjan@ark.io>",
"Brian Faust <brian@ark.io>",
Expand All @@ -25,12 +25,12 @@
"@arkecosystem/utils": "^0.3.0",
"@faustbrian/dato": "^0.2.0",
"@faustbrian/hapi-version": "^0.2.11",
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-http-utils": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/core-transaction-pool": "^3.1.0-beta.1",
"@uns/core-utils": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-http-utils": "^3.1.0-beta.2",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/core-transaction-pool": "^3.1.0-beta.2",
"@uns/core-utils": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"ajv": "^6.10.0",
"boom": "^7.3.0",
"bs58check": "^2.1.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-blockchain",
"description": "Blockchain Manager for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -23,10 +23,10 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/core-utils": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/core-utils": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"async": "^2.6.2",
"awilix": "^4.2.1",
"delay": "^4.1.0",
Expand All @@ -41,7 +41,7 @@
"@types/lodash.get": "^4.4.6",
"@types/pluralize": "^0.0.29",
"@types/pretty-ms": "^4.0.0",
"@uns/core-p2p": "^3.1.0-beta.1"
"@uns/core-p2p": "^3.1.0-beta.2"
},
"publishConfig": {
"access": "public"
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": "@uns/core-container",
"description": "Container for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -20,8 +20,8 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"awilix": "^4.2.1",
"delay": "^4.1.0",
"env-paths": "^2.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": "@uns/core-database-postgres",
"description": "PostgreSQL integration for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -27,11 +27,11 @@
"@types/bluebird": "^3.5.26",
"@types/lodash.chunk": "^4.2.6",
"@types/pluralize": "^0.0.29",
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-database": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/core-utils": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-database": "^3.1.0-beta.2",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/core-utils": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"bluebird": "^3.5.3",
"cpy-cli": "^2.0.0",
"lodash.chunk": "^4.2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/core-database/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-database",
"description": "Database Interface for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -24,12 +24,12 @@
},
"dependencies": {
"@arkecosystem/utils": "^0.3.0",
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-event-emitter": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/core-transactions": "^3.1.0-beta.1",
"@uns/core-utils": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-event-emitter": "^3.1.0-beta.2",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/core-transactions": "^3.1.0-beta.2",
"@uns/core-utils": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"lodash.clonedeep": "^4.5.0",
"lodash.compact": "^3.0.1",
"lodash.uniq": "^4.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-elasticsearch",
"description": "A powerful Elasticsearch integration for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -19,11 +19,11 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-event-emitter": "^3.1.0-beta.1",
"@uns/core-http-utils": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-event-emitter": "^3.1.0-beta.2",
"@uns/core-http-utils": "^3.1.0-beta.2",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"boom": "^7.3.0",
"elasticsearch": "^15.4.1",
"fs-extra": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-airbrake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-error-tracker-airbrake",
"description": "Airbrake error tracker integration for UNS Core.",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -19,7 +19,7 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"airbrake-js": "^1.6.6"
},
"publishConfig": {
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": "@uns/core-error-tracker-bugsnag",
"description": "Bugsnag error tracker integration for UNS Core.",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@bugsnag/js": "^6.0.0",
"@uns/core-container": "^3.1.0-beta.1"
"@uns/core-container": "^3.1.0-beta.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-raygun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-error-tracker-raygun",
"description": "Raygun error tracker integration for UNS Core.",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -19,7 +19,7 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"raygun": "^0.10.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core-error-tracker-rollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-error-tracker-rollbar",
"description": "Rollbar error tracker integration for UNS Core.",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -19,7 +19,7 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"rollbar": "^2.5.4"
},
"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": "@uns/core-error-tracker-sentry",
"description": "Sentry error tracker integration for UNS Core.",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@sentry/node": "^4.6.4",
"@uns/core-container": "^3.1.0-beta.1"
"@uns/core-container": "^3.1.0-beta.2"
},
"publishConfig": {
"access": "public"
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": "@uns/core-event-emitter",
"description": "Event Manager for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
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": "@uns/core-forger",
"description": "Forger for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -22,11 +22,11 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/core-p2p": "^3.1.0-beta.1",
"@uns/core-utils": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/core-p2p": "^3.1.0-beta.2",
"@uns/core-utils": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"lodash.isempty": "^4.4.0",
"lodash.uniq": "^4.5.0",
"pluralize": "^7.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uns/core-http-utils",
"description": "Http Utilities for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Guillaume Nicolas <guillaume@spacelephant.org>"
Expand All @@ -19,9 +19,9 @@
"clean": "del dist"
},
"dependencies": {
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-utils": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-utils": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"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": "@uns/core-interfaces",
"description": "Interface types for essential UNS Core modules",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Kristjan Košič <kristjan@ark.io>",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@faustbrian/dato": "^0.2.0",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.2",
"awilix": "^4.2.1"
},
"publishConfig": {
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": "@uns/core-jest-matchers",
"description": "Jest matchers for UNS Core",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"Brian Faust <brian@ark.io>",
"Erwann Gentric <erwann@ark.io>",
Expand All @@ -22,8 +22,8 @@
},
"dependencies": {
"@arkecosystem/utils": "^0.3.0",
"@uns/core-container": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"bip39": "^2.5.0",
"jest-extended": "^0.11.1",
"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": "@uns/core-json-rpc",
"description": "A JSON-RPC 2.0 Specification compliant server to interact with the UNS Blockchain.",
"version": "3.1.0-beta.1",
"version": "3.1.0-beta.2",
"contributors": [
"François-Xavier Thoorens <fx@ark.io>",
"Brian Faust <brian@ark.io>",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@keyv/sqlite": "^2.0.0",
"@uns/core-container": "^3.1.0-beta.1",
"@uns/core-http-utils": "^3.1.0-beta.1",
"@uns/core-interfaces": "^3.1.0-beta.1",
"@uns/core-utils": "^3.1.0-beta.1",
"@uns/crypto": "^3.1.0-beta.1",
"@uns/core-container": "^3.1.0-beta.2",
"@uns/core-http-utils": "^3.1.0-beta.2",
"@uns/core-interfaces": "^3.1.0-beta.2",
"@uns/core-utils": "^3.1.0-beta.2",
"@uns/crypto": "^3.1.0-beta.2",
"bip39": "^2.5.0",
"boom": "^7.3.0",
"is-reachable": "^3.0.0",
Expand All @@ -46,7 +46,7 @@
"@types/lodash.get": "^4.4.6",
"@types/uuid": "^3.4.4",
"@types/wif": "^2.0.1",
"@uns/core-p2p": "^3.1.0-beta.1"
"@uns/core-p2p": "^3.1.0-beta.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 55a9e0e

Please sign in to comment.