Skip to content

Commit

Permalink
release: 3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Aug 31, 2020
1 parent 4167457 commit 934d306
Show file tree
Hide file tree
Showing 21 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"plugins/*"
],
"useWorkspaces": true,
"version": "3.0.0-alpha.0"
"version": "3.0.0-alpha.2"
}
10 changes: 5 additions & 5 deletions packages/core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-api",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Public API for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,10 +22,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-transaction-pool": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-transaction-pool": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"@hapi/boom": "^9.0.0",
"@hapi/hapi": "^19.0.0",
"@hapi/joi": "^17.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-blockchain",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Blockchain Manager for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -23,11 +23,11 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-state": "^3.0.0-alpha.0",
"@arkecosystem/core-transactions": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-state": "^3.0.0-alpha.2",
"@arkecosystem/core-transactions": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"async": "^3.1.0",
"delay": "^4.3.0",
"immutable": "^4.0.0-rc.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/core-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-cli",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Core of the ARK Blockchain",
"license": "MIT",
"contributors": [
Expand All @@ -21,8 +21,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"@arkecosystem/utils": "^1.2.0",
"@hapi/joi": "^17.1.0",
"boxen": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core-database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-database",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Database Interface for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,8 +22,8 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"dayjs": "^1.8.17",
"pg": "^8.2.1",
"reflect-metadata": "^0.1.13",
Expand Down
10 changes: 5 additions & 5 deletions packages/core-forger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-forger",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Forger for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,10 +22,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-p2p": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-p2p": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"@hapi/hapi": "^19.0.0",
"node-forge": "^0.9.1",
"otplib": "^12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arkecosystem/core-kernel",
"description": "Kernel of ARK Core",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -21,7 +21,7 @@
"clean": "del dist"
},
"dependencies": {
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"@arkecosystem/utils": "^1.2.0",
"@hapi/joi": "^17.1.0",
"@pm2/io": "^4.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-logger-pino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-logger-pino",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Webhooks for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"chalk": "^4.0.0",
"pino": "^6.0.0",
"pino-pretty": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/core-magistrate-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-magistrate-api",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Magistrate API for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,8 +22,8 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-api": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-api": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@hapi/boom": "^9.0.0",
"@hapi/hapi": "^19.0.0",
"@hapi/joi": "^17.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/core-magistrate-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-magistrate-crypto",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "ARK transactions for businesses and bridgechains",
"license": "MIT",
"contributors": [
Expand All @@ -21,8 +21,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"bytebuffer": "^5.0.1"
}
}
14 changes: 7 additions & 7 deletions packages/core-magistrate-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-magistrate-transactions",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "ARK transactions for businesses and bridgechains",
"license": "MIT",
"contributors": [
Expand All @@ -21,12 +21,12 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-state": "^3.0.0-alpha.0",
"@arkecosystem/core-transactions": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0"
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-alpha.2",
"@arkecosystem/core-state": "^3.0.0-alpha.2",
"@arkecosystem/core-transactions": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/core-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-manager",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Manager for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,10 +21,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-cli": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-state": "^3.0.0-alpha.0",
"@arkecosystem/core-cli": "^3.0.0-alpha.2",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-state": "^3.0.0-alpha.2",
"@hapi/basic": "^6.0.0",
"@hapi/boom": "^9.0.0",
"@hapi/hapi": "^19.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/core-p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-p2p",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "P2P API for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -24,10 +24,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-transaction-pool": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-transaction-pool": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"@hapi/boom": "^9.0.0",
"@hapi/bounce": "2.x.x",
"@hapi/cryptiles": "5.x.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/core-snapshots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-snapshots",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Provides live local streamed snapshots functionality for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -20,9 +20,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"bytebuffer": "^5.0.1",
"fs-extra": "^8.1.0",
"msgpack-lite": "^0.1.26",
Expand Down
10 changes: 5 additions & 5 deletions packages/core-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-state",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "State Management for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,10 +22,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-transactions": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-transactions": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"immutable": "^4.0.0-rc.12"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core-test-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-test-framework",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Test Framework for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,10 +21,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-cli": "^3.0.0-alpha.0",
"@arkecosystem/core-forger": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-cli": "^3.0.0-alpha.2",
"@arkecosystem/core-forger": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"bip39": "^3.0.2",
"bs58": "^4.0.1",
"chance": "^1.1.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/core-transaction-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-transaction-pool",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Transaction Pool Manager for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -25,11 +25,11 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-state": "^3.0.0-alpha.0",
"@arkecosystem/core-transactions": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0",
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/core-state": "^3.0.0-alpha.2",
"@arkecosystem/core-transactions": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2",
"@types/better-sqlite3": "^5.4.0",
"@types/fs-extra": "^8.0.1",
"better-sqlite3": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-transactions",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Transaction Services for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -20,9 +20,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/crypto": "^3.0.0-alpha.0"
"@arkecosystem/core-database": "^3.0.0-alpha.2",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@arkecosystem/crypto": "^3.0.0-alpha.2"
},
"engines": {
"node": ">=10.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/core-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arkecosystem/core-webhooks",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.2",
"description": "Webhooks for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-alpha.0",
"@arkecosystem/core-kernel": "^3.0.0-alpha.2",
"@hapi/boom": "^9.0.0",
"@hapi/hapi": "^19.0.0",
"@hapi/joi": "^17.1.0",
Expand Down
Loading

0 comments on commit 934d306

Please sign in to comment.