diff --git a/package-lock.json b/package-lock.json index 7621c22d..91b16eb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14849,7 +14849,7 @@ } }, "packages/ethernaut-ai": { - "version": "1.2.1", + "version": "1.2.0", "license": "ISC", "dependencies": { "adm-zip": "^0.5.10", @@ -15110,14 +15110,14 @@ } }, "packages/ethernaut-cli": { - "version": "1.2.1", + "version": "1.2.0", "license": "ISC", "dependencies": { "@nomicfoundation/hardhat-ethers": "^3.0.5", "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", diff --git a/packages/ethernaut-ai/package.json b/packages/ethernaut-ai/package.json index c390d210..3cfc7d51 100644 --- a/packages/ethernaut-ai/package.json +++ b/packages/ethernaut-ai/package.json @@ -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": { diff --git a/packages/ethernaut-cli/package.json b/packages/ethernaut-cli/package.json index f754b362..e8ad19eb 100644 --- a/packages/ethernaut-cli/package.json +++ b/packages/ethernaut-cli/package.json @@ -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", @@ -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", diff --git a/packages/ethernaut-cli/test/update.test.js b/packages/ethernaut-cli/test/update.test.js index ccfdb713..d54c0ea5 100644 --- a/packages/ethernaut-cli/test/update.test.js +++ b/packages/ethernaut-cli/test/update.test.js @@ -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)