Skip to content

Commit

Permalink
v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Apr 9, 2024
1 parent 11c02bf commit 327e70e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.1.11",
"version": "1.1.12",
"npmClient": "npm",
"packages": ["packages/*"]
}
9 changes: 5 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 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.1.11",
"version": "1.1.12",
"description": "Ai agent cli with web3 capabilities",
"license": "ISC",
"author": "Alejandro Santander",
Expand Down Expand Up @@ -39,17 +39,17 @@
"ethernaut-ai": "^1.1.11",
"ethernaut-ai-ui": "^1.1.11",
"ethernaut-challenges": "^1.1.11",
"ethernaut-common": "^1.1.11",
"ethernaut-common": "^1.1.12",
"ethernaut-interact": "^1.1.11",
"ethernaut-interact-ui": "^1.1.11",
"ethernaut-network": "^1.1.11",
"ethernaut-network-ui": "^1.1.11",
"ethernaut-oso": "^1.1.12",
"ethernaut-ui": "^1.1.11",
"ethernaut-util": "^1.1.11",
"ethernaut-util-ui": "^1.1.11",
"ethernaut-wallet": "^1.1.11",
"ethernaut-wallet-ui": "^1.1.11",
"ethernaut-oso": "^1.1.11",
"figlet": "^1.7.0",
"hardhat": "^2.22.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-common",
"version": "1.1.11",
"version": "1.1.12",
"description": "Simple utilities used across all packages in the monorepo",
"author": "Alejandro Santander",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethernaut-oso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethernaut-oso",
"version": "1.1.11",
"version": "1.1.12",
"description": "Tasks for interacting with Open Source Observer, a tool for tracking and analyzing the metrics of open source projects.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 327e70e

Please sign in to comment.