Skip to content

Commit

Permalink
Merge pull request #126 from zama-ai/kc1212/update-tfhe-tkms
Browse files Browse the repository at this point in the history
Update tfhe and tkms
  • Loading branch information
immortal-tofu authored Nov 7, 2024
2 parents 769ad83 + e363368 commit 2c7c397
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhevmjs",
"version": "0.6.0-5",
"version": "0.6.0-6",
"description": "fhEVM SDK for blockchain using TFHE",
"main": "lib/node.js",
"types": "lib/node/node.d.ts",
Expand Down Expand Up @@ -50,11 +50,11 @@
"bigint-buffer": "^1.1.5",
"commander": "^11.0.0",
"fetch-mock": "^11.1.3",
"node-tfhe": "^0.9.0",
"node-tkms": "0.9.0-rc19",
"node-tfhe": "^0.9.1",
"node-tkms": "0.9.0-rc21",
"sha3": "^2.1.4",
"tfhe": "^0.9.0",
"tkms": "0.9.0-rc19",
"tfhe": "^0.9.1",
"tkms": "0.9.0-rc21",
"url": "^0.11.3",
"web3-validator": "^2.0.6"
},
Expand Down

0 comments on commit 2c7c397

Please sign in to comment.