Skip to content

Commit

Permalink
Merge pull request #65 from zama-ai/update-deps
Browse files Browse the repository at this point in the history
chore: update to tfhe-rs 0.6.1
  • Loading branch information
immortal-tofu authored Jun 5, 2024
2 parents 4405e11 + 91f8490 commit c1ce5fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhevmjs",
"version": "0.4.0",
"version": "0.5.0-0",
"description": "fhEVM SDK for blockchain using TFHE",
"main": "lib/node.cjs",
"types": "lib/node.d.ts",
Expand Down Expand Up @@ -49,8 +49,8 @@
"ethers": "^6.6.4",
"libsodium": "^0.7.11",
"libsodium-wrappers": "^0.7.11",
"node-tfhe": "^0.5.1",
"tfhe": "^0.5.1"
"node-tfhe": "^0.6.1",
"tfhe": "^0.6.1"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
Expand Down

0 comments on commit c1ce5fc

Please sign in to comment.