Skip to content

Commit

Permalink
Introduce alpha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 5, 2024
1 parent 3409924 commit bdf3732
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 16 deletions.
6 changes: 1 addition & 5 deletions packages/ethernaut-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand All @@ -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:

```
Expand All @@ -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
```
2 changes: 1 addition & 1 deletion packages/ethernaut-ai/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-challenges/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-interact-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-interact/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-network-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-network/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-util-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-util/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-wallet-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-wallet/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit bdf3732

Please sign in to comment.