Skip to content

Commit

Permalink
Published 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Mar 9, 2024
1 parent f6e571c commit f8582af
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 29 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ for Ethereum hackers.

`npm i -g ethernaut-cli`

Warning! This software is still in alpha, and very experimental rn.

## Intuitive navigation

No more man pages. No more --help.
Expand Down
3 changes: 2 additions & 1 deletion packages/ethernaut-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"devDependencies": {
"hardhat": "^2.20.0",
"nyc": "^15.1.0"
}
},
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
3 changes: 2 additions & 1 deletion packages/ethernaut-challenges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"openzeppelin-contracts-08": "npm:@openzeppelin/contracts@4.7.3"
},
"author": "theethernaut",
"license": "ISC"
"license": "ISC",
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
27 changes: 14 additions & 13 deletions packages/ethernaut-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"chalk-animation": "^1.6.0",
"dotenv": "^16.4.1",
"ethernaut-ai": "../ethernaut-ai",
"ethernaut-challenges": "../ethernaut-challenges",
"ethernaut-common": "../ethernaut-common",
"ethernaut-interact": "../ethernaut-interact",
"ethernaut-interact-ui": "../ethernaut-interact-ui",
"ethernaut-network": "../ethernaut-network",
"ethernaut-network-ui": "../ethernaut-network-ui",
"ethernaut-ui": "../ethernaut-ui",
"ethernaut-util": "../ethernaut-util",
"ethernaut-util-ui": "../ethernaut-util-ui",
"ethernaut-wallet": "../ethernaut-wallet",
"ethernaut-wallet-ui": "../ethernaut-wallet-ui",
"ethernaut-ai": "^1.0.1",
"ethernaut-challenges": "^1.0.1",
"ethernaut-common": "^1.0.1",
"ethernaut-interact": "^1.0.1",
"ethernaut-interact-ui": "^1.0.1",
"ethernaut-network": "^1.0.1",
"ethernaut-network-ui": "^1.0.1",
"ethernaut-ui": "^1.0.1",
"ethernaut-util": "^1.0.1",
"ethernaut-util-ui": "^1.0.1",
"ethernaut-wallet": "^1.0.1",
"ethernaut-wallet-ui": "^1.0.1",
"figlet": "^1.7.0",
"hardhat": "^2.20.0"
},
Expand All @@ -57,5 +57,6 @@
"devDependencies": {
"hardhat": "^2.20.0",
"nyc": "^15.1.0"
}
},
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
3 changes: 2 additions & 1 deletion packages/ethernaut-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"mocha": "^10.3.0",
"node-pty": "^1.0.0",
"nyc": "^15.1.0"
}
},
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
5 changes: 3 additions & 2 deletions packages/ethernaut-interact-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-interact": "../ethernaut-interact"
"ethernaut-interact": "^1.0.1"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand All @@ -25,5 +25,6 @@
"directories": {
"test": "test"
},
"keywords": []
"keywords": [],
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
3 changes: 2 additions & 1 deletion packages/ethernaut-interact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"devDependencies": {
"hardhat": "^2.20.0",
"nyc": "^15.1.0"
}
},
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
5 changes: 3 additions & 2 deletions packages/ethernaut-network-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-network": "../ethernaut-network"
"ethernaut-network": "^1.0.1"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand All @@ -25,5 +25,6 @@
"directories": {
"test": "test"
},
"keywords": []
"keywords": [],
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
3 changes: 2 additions & 1 deletion packages/ethernaut-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"hardhat": "^2.20.0",
"nyc": "^15.1.0"
}
},
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
3 changes: 2 additions & 1 deletion packages/ethernaut-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"mocha": "^10.3.0",
"node-pty": "^1.0.0",
"nyc": "^15.1.0"
}
},
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
5 changes: 3 additions & 2 deletions packages/ethernaut-util-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-util": "../ethernaut-util"
"ethernaut-util": "^1.0.1"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand All @@ -25,5 +25,6 @@
"directories": {
"test": "test"
},
"keywords": []
"keywords": [],
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
3 changes: 2 additions & 1 deletion packages/ethernaut-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"directories": {
"test": "test"
},
"keywords": []
"keywords": [],
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
5 changes: 3 additions & 2 deletions packages/ethernaut-wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "theethernaut",
"license": "ISC",
"dependencies": {
"ethernaut-wallet": "../ethernaut-wallet"
"ethernaut-wallet": "^1.0.1"
},
"peerDependencies": {
"hardhat": "^2.20.0"
Expand All @@ -28,5 +28,6 @@
"directories": {
"test": "test"
},
"keywords": []
"keywords": [],
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}
3 changes: 2 additions & 1 deletion packages/ethernaut-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"hardhat": "^2.20.0",
"nyc": "^15.1.0"
}
},
"gitHead": "f6e571c4cffbfe06a45cd681c9c40b5617360790"
}

0 comments on commit f8582af

Please sign in to comment.