Skip to content

Commit

Permalink
Bump parser version to support quo operations and parentheses in expr…
Browse files Browse the repository at this point in the history
…essions (#70)
  • Loading branch information
KyrylR authored Dec 25, 2024
1 parent 7e1b57d commit bf35a14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarity/hardhat-zkit",
"version": "0.5.7",
"version": "0.5.8",
"description": "The ultimate TypeScript environment for Circom development",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"node": ">=16"
},
"dependencies": {
"@distributedlab/circom-parser": "0.2.4",
"@distributedlab/circom-parser": "0.2.5",
"@solarity/zkit": "0.3.2",
"@solarity/zktype": "0.4.3",
"@wasmer/wasi": "0.12.0",
Expand Down

0 comments on commit bf35a14

Please sign in to comment.