diff --git a/packages/ethernaut-ai/README.md b/packages/ethernaut-ai/README.md index 11d87586..f9362cf0 100644 --- a/packages/ethernaut-ai/README.md +++ b/packages/ethernaut-ai/README.md @@ -67,8 +67,6 @@ This plugin doesn't add any fields to the hre. ## Configuration -<_A description of each extension to the HardhatConfig or to its fields_> - This plugin extends the `HardhatUserConfig`'s `ProjectPathsUserConfig` object with the following fields: ``` @@ -84,8 +82,6 @@ config.ethernaut.ai = { ## Usage -<_A description of how to use this plugin. How to use the tasks if there are any, etc._> - The plugin pre-parses input, so you can just type what you need: ``` @@ -95,5 +91,5 @@ npx hardhat I need to compile this project However, if you need more fine grained control, you can use the `interpret` task within the `ai` scope: ``` -npx hardhat ai interpret "I need to compile this project" +npx hardhat ai interpret "I need to compile this project" --new-thread --no-confirm ``` diff --git a/packages/ethernaut-ai/package.json b/packages/ethernaut-ai/package.json index 556f9b38..e183fdbb 100644 --- a/packages/ethernaut-ai/package.json +++ b/packages/ethernaut-ai/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-ai", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "AI assistant that interprets user input and executes hardhat tasks", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-challenges/package.json b/packages/ethernaut-challenges/package.json index 0783cbd9..3db53732 100644 --- a/packages/ethernaut-challenges/package.json +++ b/packages/ethernaut-challenges/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-challenges", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Tasks for playing the Open Zeppelin Ethernaut challenges from the CLI", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-interact-ui/package.json b/packages/ethernaut-interact-ui/package.json index 384a00a9..3db2db7c 100644 --- a/packages/ethernaut-interact-ui/package.json +++ b/packages/ethernaut-interact-ui/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-interact-ui", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Ui extensions for the ethernaut-interact package", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-interact/package.json b/packages/ethernaut-interact/package.json index fc764c43..ca4ad60d 100644 --- a/packages/ethernaut-interact/package.json +++ b/packages/ethernaut-interact/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-interact", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Tasks for sending transactions and interacting with contracts", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-network-ui/package.json b/packages/ethernaut-network-ui/package.json index 96a28126..acd82807 100644 --- a/packages/ethernaut-network-ui/package.json +++ b/packages/ethernaut-network-ui/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-network-ui", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Ui extensions for the ethernaut-network package", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-network/package.json b/packages/ethernaut-network/package.json index e1238dec..0b5d1b79 100644 --- a/packages/ethernaut-network/package.json +++ b/packages/ethernaut-network/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-network", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Tasks for interacting with different networks", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-ui/package.json b/packages/ethernaut-ui/package.json index dfdcc622..efc0cdeb 100644 --- a/packages/ethernaut-ui/package.json +++ b/packages/ethernaut-ui/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-ui", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Intuitive navigation and interactive param collection for hardhat tasks", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-util-ui/package.json b/packages/ethernaut-util-ui/package.json index f44df04b..b4018b1a 100644 --- a/packages/ethernaut-util-ui/package.json +++ b/packages/ethernaut-util-ui/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-util-ui", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Ui extensions for the ethernaut-util package", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-util/package.json b/packages/ethernaut-util/package.json index 73983f8e..64c9a646 100644 --- a/packages/ethernaut-util/package.json +++ b/packages/ethernaut-util/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-util", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Simple, everyday utilities for Ethereum devs", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-wallet-ui/package.json b/packages/ethernaut-wallet-ui/package.json index d76bb54f..fbe2b261 100644 --- a/packages/ethernaut-wallet-ui/package.json +++ b/packages/ethernaut-wallet-ui/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-wallet-ui", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Ui extensions for the ethernaut-wallet package", "main": "src/index.js", "scripts": { diff --git a/packages/ethernaut-wallet/package.json b/packages/ethernaut-wallet/package.json index df7e13a4..d3de75ac 100644 --- a/packages/ethernaut-wallet/package.json +++ b/packages/ethernaut-wallet/package.json @@ -1,6 +1,6 @@ { "name": "ethernaut-wallet", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Tasks for interacting from different Ethereum accounts", "main": "src/index.js", "scripts": {