Skip to content

Commit

Permalink
release: 3.0.0-next.35 (#4483)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner authored Sep 8, 2021
1 parent d41d65c commit e51071a
Show file tree
Hide file tree
Showing 21 changed files with 101 additions and 101 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-next.34"
"version": "3.0.0-next.35"
}
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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-transactions": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-database": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-transactions": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@hapi/boom": "^9.0.0",
"@hapi/hapi": "^20.0.3",
"@hapi/hoek": "^9.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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-state": "^3.0.0-next.34",
"@arkecosystem/core-transactions": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-database": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-state": "^3.0.0-next.35",
"@arkecosystem/core-transactions": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"joi": "^17.3.0",
"xstate": "^4.8.0"
},
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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@arkecosystem/utils": "^1.3.0",
"boxen": "^4.2.0",
"cli-table3": "^0.6.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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@arkecosystem/utils": "^1.3.0",
"dayjs": "^1.8.17",
"joi": "^17.3.0",
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-next.34",
"version": "3.0.0-next.35",
"description": "Forger for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,10 +22,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-p2p": "^3.0.0-next.34",
"@arkecosystem/core-transactions": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-p2p": "^3.0.0-next.35",
"@arkecosystem/core-transactions": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"joi": "^17.3.0",
"node-forge": "^0.10.0",
"wif": "^2.0.6"
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-next.34",
"version": "3.0.0-next.35",
"contributors": [
"Brian Faust <brian@ark.io>"
],
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@arkecosystem/utils": "^1.3.0",
"@pm2/io": "^4.3.5",
"chalk": "^4.0.0",
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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"chalk": "^4.0.0",
"joi": "^17.3.0",
"pino": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 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-next.34",
"version": "3.0.0-next.35",
"description": "Magistrate API for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -22,11 +22,11 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-api": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-next.34",
"@arkecosystem/core-magistrate-transactions": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-api": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-next.35",
"@arkecosystem/core-magistrate-transactions": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@hapi/boom": "^9.0.0",
"@hapi/hapi": "^20.0.3",
"joi": "^17.3.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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"bytebuffer": "^5.0.1"
}
}
10 changes: 5 additions & 5 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-next.34",
"version": "3.0.0-next.35",
"description": "ARK transactions for businesses and bridgechains",
"license": "MIT",
"contributors": [
Expand All @@ -21,10 +21,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-next.34",
"@arkecosystem/core-transactions": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34"
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-next.35",
"@arkecosystem/core-transactions": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35"
},
"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-next.34",
"version": "3.0.0-next.35",
"description": "Manager for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,10 +21,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core": "^3.0.0-next.34",
"@arkecosystem/core-cli": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core": "^3.0.0-next.35",
"@arkecosystem/core-cli": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@hapi/basic": "^6.0.0",
"@hapi/hapi": "^20.0.3",
"@hapist/json-rpc": "^0.2.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-next.34",
"version": "3.0.0-next.35",
"description": "P2P API for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -27,10 +27,10 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-database": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-state": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-database": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-state": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@hapi/boom": "^9.0.0",
"@hapi/bounce": "2.x.x",
"@hapi/hapi": "^20.0.3",
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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-database": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"bytebuffer": "^5.0.1",
"fs-extra": "^8.1.0",
"joi": "^17.3.0",
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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-transactions": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-database": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-transactions": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"immutable": "^4.0.0-rc.12",
"joi": "^17.3.0"
},
Expand Down
24 changes: 12 additions & 12 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-next.34",
"version": "3.0.0-next.35",
"description": "Test Framework for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,17 +21,17 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core": "^3.0.0-next.34",
"@arkecosystem/core-api": "^3.0.0-next.34",
"@arkecosystem/core-blockchain": "^3.0.0-next.34",
"@arkecosystem/core-cli": "^3.0.0-next.34",
"@arkecosystem/core-database": "^3.0.0-next.34",
"@arkecosystem/core-forger": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-next.34",
"@arkecosystem/core-p2p": "^3.0.0-next.34",
"@arkecosystem/core-state": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core": "^3.0.0-next.35",
"@arkecosystem/core-api": "^3.0.0-next.35",
"@arkecosystem/core-blockchain": "^3.0.0-next.35",
"@arkecosystem/core-cli": "^3.0.0-next.35",
"@arkecosystem/core-database": "^3.0.0-next.35",
"@arkecosystem/core-forger": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-magistrate-crypto": "^3.0.0-next.35",
"@arkecosystem/core-p2p": "^3.0.0-next.35",
"@arkecosystem/core-state": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"bip39": "^3.0.2",
"bs58": "^4.0.1",
"bytebuffer": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 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-next.34",
"version": "3.0.0-next.35",
"description": "Transaction Pool Manager for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -25,9 +25,9 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/core-transactions": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/core-transactions": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35",
"@types/better-sqlite3": "^5.4.0",
"@types/fs-extra": "^8.0.1",
"better-sqlite3": "^7.1.2",
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-next.34",
"version": "3.0.0-next.35",
"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-next.34",
"@arkecosystem/core-kernel": "^3.0.0-next.34",
"@arkecosystem/crypto": "^3.0.0-next.34"
"@arkecosystem/core-database": "^3.0.0-next.35",
"@arkecosystem/core-kernel": "^3.0.0-next.35",
"@arkecosystem/crypto": "^3.0.0-next.35"
},
"engines": {
"node": ">=10.x"
Expand Down
Loading

0 comments on commit e51071a

Please sign in to comment.