Skip to content

Commit

Permalink
Merge pull request #82 from zama-ai/pre-release-0.2.1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
PacificYield authored Dec 12, 2024
2 parents 821eb1d + 996acea commit 5d116a1
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 192 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fhevm-contracts",
"description": "fhEVM contracts is a Solidity library for secure smart-contract development using fhEVM and TFHE.",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "zama-ai",
"url": "https://github.com/zama-ai"
Expand Down Expand Up @@ -31,11 +31,11 @@
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.4",
"fhevm": "0.6.1",
"fhevm-core-contracts": "0.6.1",
"extra-bigint": "^1.1.18",
"fhevm-core-contracts": "^0.6.1",
"fhevmjs": "^0.6.1",
"fs-extra": "^11.2.0",
"hardhat": "2.22.14",
"hardhat": "^2.22.17",
"hardhat-gas-reporter": "^1.0.10",
"hardhat-ignore-warnings": "^0.2.11",
"hardhat-preprocessor": "^0.1.5",
Expand All @@ -48,8 +48,9 @@
"sha3": "^2.1.4",
"solhint": "^5.0.3",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "0.8.13",
"solidity-coverage": "^0.8.13",
"solidity-docgen": "^0.6.0-beta.36",
"sqlite3": "^5.1.7",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
Expand Down Expand Up @@ -93,9 +94,8 @@
"task:accounts": "hardhat task:accounts"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "5.0.2",
"extra-bigint": "^1.1.18",
"sqlite3": "^5.1.7"
"fhevm": "^0.6.1",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2"
}
}
Loading

0 comments on commit 5d116a1

Please sign in to comment.