Skip to content

Commit

Permalink
Merge pull request #142 from zama-ai/fix-build-node
Browse files Browse the repository at this point in the history
Fix build node
  • Loading branch information
immortal-tofu authored Nov 29, 2024
2 parents 3d077b4 + 92fde5f commit 0df749f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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-15",
"version": "0.6.0-16",
"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-rc36",
"tfhe": "^0.9.1",
"tkms": "^0.9.0-rc36",
"tkms": "0.9.0-rc36",
"wasm-feature-detect": "^1.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0df749f

Please sign in to comment.