Skip to content

Commit

Permalink
Merge pull request #141 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 f64cd9f + 5d2c811 commit 3d077b4
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-14",
"version": "0.6.0-15",
"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-rc27",
"node-tkms": "^0.9.0-rc36",
"tfhe": "^0.9.1",
"tkms": "^0.9.0-rc27",
"tkms": "^0.9.0-rc36",
"wasm-feature-detect": "^1.8.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3d077b4

Please sign in to comment.