Skip to content

Commit

Permalink
release: 0.0.1-alpha.19 (#645)
Browse files Browse the repository at this point in the history
* release:  0.0.1-alpha.19

* style: resolve style guide violations

---------

Co-authored-by: sebastijankuzner <[email protected]>
  • Loading branch information
sebastijankuzner and sebastijankuzner authored Jun 26, 2024
1 parent df420a4 commit 38c9540
Show file tree
Hide file tree
Showing 78 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.1-alpha.18"
"version": "0.0.1-alpha.19"
}
2 changes: 1 addition & 1 deletion packages/api-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/api-common",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Common API building blocks for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/api-database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/api-database",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "API database for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/api-development/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/api-development",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Development API for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/api-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/api-http",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "HTTP/S API for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/api-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/api-sync",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "API database sync for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/api-transaction-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/api-transaction-pool",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Transaction Pool API for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/api",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "API for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/bootstrap",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Bootstrap manager for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/cli",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "CLI utilities for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/configuration-generator",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Configuration generator for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/consensus-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/consensus-storage",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Consensus storage for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/consensus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/consensus",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Consensus for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/container",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Container for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/contracts",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Contracts for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/core",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Core CLI commands for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-address-base58/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-address-base58",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Base58 address derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-address-bech32/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-address-bech32",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Bech32 address derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-address-bech32m/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-address-bech32m",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Bech32 address derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-address-keccak256/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-address-keccak256",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Keccak256 address derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-address-ss58/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-address-ss58",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Ss58 address derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-block",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Block utilities for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-commit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-commit",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Commit utilities for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-config",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Crypto configuration for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-consensus-bls12-381/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-consensus-bls12-381",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Combined BLS12-381 utilities for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-hash-bcrypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-hash-bcrypto",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Hashing powered by bcrypto for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-hash-noble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-hash-noble",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Hashing powered by @noble/hashes for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-hash-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-hash-wasm",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Hashing powered by WASM for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-bls12-381/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-key-pair-bls12-381",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "BLS12-381 key derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-ecdsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-key-pair-ecdsa",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Secp256k1 key derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-key-pair-ed25519",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Ed25519 key derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-key-pair-schnorr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-key-pair-schnorr",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Schnorr key derivation for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-messages",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Crypto messages utilities for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-signature-bls12-381/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-signature-bls12-381",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "BLS12-381 signatures for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-signature-ecdsa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-signature-ecdsa",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Elliptic Curve Cryptography (ECDSA) signatures for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-signature-ed25519/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-signature-ed25519",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Elliptic Curve Cryptography (ed25519) signatures for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-signature-schnorr-secp256k1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-signature-schnorr-secp256k1",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Schnorr (BIP340) signatures from libsecp256k1 for Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-signature-schnorr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-signature-schnorr",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Schnorr (BIP340) signatures from libtorsion for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-transaction-multi-payment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-multi-payment",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Multi payment transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-multi-signature-registration",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Multi signature registration transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-transaction-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-transfer",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Transfer transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-username-registration",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Username transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-username-resignation",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Username resignation transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-validator-registration",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Validator registration transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-validator-resignation",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Validator resignation transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-transaction-vote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction-vote",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Vote transaction for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-transaction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-transaction",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Crypto transaction utilities for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-validation",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Crypto validation utilities for the Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-wif/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-wif",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Standalone version of identity interactions for the Mainsail blockchain.",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mainsail/crypto-worker",
"version": "0.0.1-alpha.18",
"version": "0.0.1-alpha.19",
"description": "Crypto worker based on node child processes for Mainsail blockchain",
"license": "GPL-3.0-only",
"contributors": [],
Expand Down
Loading

0 comments on commit 38c9540

Please sign in to comment.