diff --git a/lerna.json b/lerna.json index f08f257..89763cc 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,6 @@ { - "packages": ["packages/*"], - "version": "0.0.0" + "packages": [ + "packages/*" + ], + "version": "0.1.0" } diff --git a/packages/ignore-contracts/package.json b/packages/ignore-contracts/package.json index 08dc010..7445c6d 100644 --- a/packages/ignore-contracts/package.json +++ b/packages/ignore-contracts/package.json @@ -1,6 +1,6 @@ { "name": "ignore-contracts", - "version": "1.0.0", + "version": "0.1.0", "description": "", "main": "safe_ignore.js", "scripts": { diff --git a/packages/known-bots/package.json b/packages/known-bots/package.json index ce10997..cf6a991 100644 --- a/packages/known-bots/package.json +++ b/packages/known-bots/package.json @@ -1,6 +1,6 @@ { "name": "mev-known-bots", - "version": "0.0.0", + "version": "0.1.0", "description": "known bots", "author": "sam ", "homepage": "https://github.com/manifoldfinance/mev-corpus", diff --git a/packages/mev-accounts/package.json b/packages/mev-accounts/package.json index da3a838..976c08e 100644 --- a/packages/mev-accounts/package.json +++ b/packages/mev-accounts/package.json @@ -1,6 +1,6 @@ { "name": "mev-accounts", - "version": "1.0.0", + "version": "0.1.0", "description": "", "main": "list.eoa.js", "scripts": { diff --git a/packages/mev-bundle-gwei/package.json b/packages/mev-bundle-gwei/package.json index 0281319..7db42a7 100644 --- a/packages/mev-bundle-gwei/package.json +++ b/packages/mev-bundle-gwei/package.json @@ -1,6 +1,6 @@ { "name": "mev-bundle-gwei", - "version": "1.0.0", + "version": "0.1.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/mev-contracts-list/package.json b/packages/mev-contracts-list/package.json index fc06761..5a2cd6d 100644 --- a/packages/mev-contracts-list/package.json +++ b/packages/mev-contracts-list/package.json @@ -1,6 +1,6 @@ { "name": "mev-contracts-list", - "version": "0.0.0", + "version": "0.1.0", "description": "> TODO: description", "author": "sam ", "homepage": "https://github.com/freight-trust/", diff --git a/packages/mev-honeypot/package-lock.json b/packages/mev-honeypot/package-lock.json index d5304b0..274052b 100644 --- a/packages/mev-honeypot/package-lock.json +++ b/packages/mev-honeypot/package-lock.json @@ -1,6 +1,6 @@ { "name": "mev-honeypot", - "version": "0.0.14", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/mev-honeypot/package.json b/packages/mev-honeypot/package.json index 589dda5..0c0bd00 100644 --- a/packages/mev-honeypot/package.json +++ b/packages/mev-honeypot/package.json @@ -1,6 +1,6 @@ { "name": "mev-corpus-honeypot", - "version": "0.0.14", + "version": "0.1.0", "main": "index.js", "type": "module", "description": "MEV Honeypot Contract Addresses", @@ -13,7 +13,13 @@ "url": "git+https://github.com/manifoldfinance/mev-corpus.git", "directory": "packages/mev-honeypot" }, - "keywords": ["ethereum", "MEV", "defi", "cryptocurrencies", "blockchain"], + "keywords": [ + "ethereum", + "MEV", + "defi", + "cryptocurrencies", + "blockchain" + ], "author": "sam bacha ", "license": "Apache-2.0", "devDependencies": { diff --git a/packages/mev-miner-txs/package.json b/packages/mev-miner-txs/package.json index 714d2d4..4638ee0 100644 --- a/packages/mev-miner-txs/package.json +++ b/packages/mev-miner-txs/package.json @@ -1,6 +1,6 @@ { "name": "mev-miner-txs", - "version": "0.0.0", + "version": "0.1.0", "description": "miner transaction hashes", "author": "sam ", "homepage": "https://github.com/manifoldfinance/mev-corpus", diff --git a/packages/mev-pending-classification/package.json b/packages/mev-pending-classification/package.json index 65d7604..e301009 100644 --- a/packages/mev-pending-classification/package.json +++ b/packages/mev-pending-classification/package.json @@ -1,6 +1,6 @@ { "name": "mev-pending-classification", - "version": "0.0.0", + "version": "0.1.0", "description": "miner transaction hashes", "author": "sam ", "homepage": "https://github.com/manifoldfinance/mev-corpus", diff --git a/packages/mev-sql/package.json b/packages/mev-sql/package.json index e9fe31d..e72be39 100644 --- a/packages/mev-sql/package.json +++ b/packages/mev-sql/package.json @@ -1,6 +1,6 @@ { "name": "mev-sql-format", - "version": "0.0.0", + "version": "0.1.0", "description": "data format", "author": "sam ", "homepage": "https://github.com/manifoldfinance/mev-corpus/packages/mev-sql", diff --git a/packages/mev-transactions/package.json b/packages/mev-transactions/package.json index e984898..158739c 100644 --- a/packages/mev-transactions/package.json +++ b/packages/mev-transactions/package.json @@ -1,6 +1,6 @@ { "name": "mev-ethereum-txs", - "version": "0.0.1", + "version": "0.1.0", "description": "mev transaction hashes", "author": "sam ", "homepage": "https://github.com/manifoldfinance/mev-corpus",