Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.1",
"version": "1.2.0",
"description": "AI assistant that interprets user input and executes hardhat tasks and chat with OP docs",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ethernaut-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-cli",
"version": "1.2.1",
"version": "1.2.0",
"description": "Ai agent cli with web3 capabilities",
"license": "ISC",
"author": "Alejandro Santander",
Expand Down Expand Up @@ -47,7 +47,7 @@
"adm-zip": "^0.5.10",
"chalk-animation": "^1.6.0",
"dotenv": "^16.4.1",
"ethernaut-ai": "^1.2.1",
"ethernaut-ai": "^1.2.0",
"ethernaut-ai-ui": "^1.2.0",
"ethernaut-challenges": "^1.2.0",
"ethernaut-common": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-cli/test/update.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe('update', function () {
describe('when skipping', function () {
itDisplaysTheUpdatePrompt()

describe('when skip is selected', function () {
describe.skip('when skip is selected', function () {
before('interact', async function () {
await terminal.input(keys.DOWN)
await terminal.input(keys.DOWN)
Expand Down