Skip to content

Commit

Permalink
release: 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed Jun 19, 2024
1 parent eab138e commit 1812cb2
Show file tree
Hide file tree
Showing 20 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/*",
"plugins/*"
],
"version": "3.9.0",
"version": "3.9.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/core-transactions": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-database": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-transactions": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"@hapi/boom": "9.1.4",
"@hapi/hapi": "20.1.5",
"@hapi/hoek": "9.2.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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/core-state": "3.9.0",
"@arkecosystem/core-transactions": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-database": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-state": "3.9.1",
"@arkecosystem/core-transactions": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"joi": "17.12.1",
"xstate": "4.38.3"
},
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.9.0",
"version": "3.9.1",
"description": "Core of the ARK Blockchain",
"license": "MIT",
"contributors": [
Expand All @@ -21,8 +21,8 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"@arkecosystem/utils": "1.3.1",
"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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"@arkecosystem/utils": "1.3.1",
"dayjs": "1.11.10",
"joi": "17.12.1",
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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-p2p": "3.9.0",
"@arkecosystem/core-transactions": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-p2p": "3.9.1",
"@arkecosystem/core-transactions": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"joi": "17.12.1",
"node-forge": "1.3.1",
"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.9.0",
"version": "3.9.1",
"contributors": [
"Brian Faust <[email protected]>"
],
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/crypto": "3.9.1",
"@arkecosystem/utils": "1.3.1",
"@pm2/io": "5.0.2",
"chalk": "4.1.2",
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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-kernel": "3.9.1",
"chalk": "4.1.2",
"joi": "17.12.1",
"pino": "8.7.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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/core-magistrate-crypto": "3.9.0",
"@arkecosystem/core-magistrate-transactions": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-api": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-magistrate-crypto": "3.9.1",
"@arkecosystem/core-magistrate-transactions": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"@hapi/boom": "9.1.4",
"@hapi/hapi": "20.1.5",
"joi": "17.12.1"
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.9.0",
"version": "3.9.1",
"description": "ARK transactions for businesses and bridgechains",
"license": "MIT",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/crypto": "3.9.0"
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/crypto": "3.9.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.9.0",
"version": "3.9.1",
"description": "ARK transactions for businesses and bridgechains",
"license": "MIT",
"contributors": [
Expand All @@ -21,10 +21,10 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/core-magistrate-crypto": "3.9.0",
"@arkecosystem/core-transactions": "3.9.0",
"@arkecosystem/crypto": "3.9.0"
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-magistrate-crypto": "3.9.1",
"@arkecosystem/core-transactions": "3.9.1",
"@arkecosystem/crypto": "3.9.1"
},
"publishConfig": {
"access": "public"
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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/core-state": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-database": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-state": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"@hapi/boom": "9.0.0",
"@hapi/bounce": "2.0.0",
"@hapi/hapi": "20.1.5",
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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-database": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"bytebuffer": "5.0.1",
"fs-extra": "8.1.0",
"joi": "17.12.1",
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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/core-transactions": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-database": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-transactions": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"immutable": "5.0.0-beta.5",
"joi": "17.12.1"
},
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.9.0",
"version": "3.9.1",
"description": "Test Framework for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -21,17 +21,17 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core": "3.9.0",
"@arkecosystem/core-api": "3.9.0",
"@arkecosystem/core-blockchain": "3.9.0",
"@arkecosystem/core-cli": "3.9.0",
"@arkecosystem/core-database": "3.9.0",
"@arkecosystem/core-forger": "3.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/core-magistrate-crypto": "3.9.0",
"@arkecosystem/core-p2p": "3.9.0",
"@arkecosystem/core-state": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core": "3.9.1",
"@arkecosystem/core-api": "3.9.1",
"@arkecosystem/core-blockchain": "3.9.1",
"@arkecosystem/core-cli": "3.9.1",
"@arkecosystem/core-database": "3.9.1",
"@arkecosystem/core-forger": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-magistrate-crypto": "3.9.1",
"@arkecosystem/core-p2p": "3.9.1",
"@arkecosystem/core-state": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"bip39": "3.0.4",
"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.9.0",
"version": "3.9.1",
"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.9.0",
"@arkecosystem/core-transactions": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/core-transactions": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"better-sqlite3": "9.3.0",
"fs-extra": "8.1.0",
"joi": "17.12.1"
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.9.0",
"version": "3.9.1",
"description": "Transaction Services for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -20,9 +20,9 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@arkecosystem/core-database": "3.9.0",
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-database": "3.9.1",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"joi": "17.12.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 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.9.0",
"version": "3.9.1",
"description": "Webhooks for ARK Core",
"license": "MIT",
"contributors": [
Expand All @@ -20,8 +20,8 @@
"pretest": "bash ../../scripts/pre-test.sh"
},
"dependencies": {
"@arkecosystem/core-kernel": "3.9.0",
"@arkecosystem/crypto": "3.9.0",
"@arkecosystem/core-kernel": "3.9.1",
"@arkecosystem/crypto": "3.9.1",
"@hapi/boom": "9.0.0",
"@hapi/hapi": "20.1.5",
"fs-extra": "8.1.0",
Expand Down
Loading

0 comments on commit 1812cb2

Please sign in to comment.