Skip to content

Commit

Permalink
Merge pull request #149 from zama-ai/fix-ebytes
Browse files Browse the repository at this point in the history
fix: update tkms to latest stable version
  • Loading branch information
immortal-tofu authored Dec 10, 2024
2 parents 5aac20d + ddd4a25 commit 23f898b
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.6.0",
"version": "0.6.1-0",
"description": "fhEVM SDK for blockchain using TFHE",
"main": "lib/node.js",
"types": "lib/node/node.d.ts",
Expand Down Expand Up @@ -52,9 +52,9 @@
"fetch-mock": "^11.1.3",
"keccak": "^3.0.4",
"node-tfhe": "^0.9.1",
"node-tkms": "0.9.0-rc36",
"node-tkms": "^0.9.0",
"tfhe": "^0.9.1",
"tkms": "0.9.0-rc36",
"tkms": "^0.9.0",
"wasm-feature-detect": "^1.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit 23f898b

Please sign in to comment.