Skip to content

Commit

Permalink
Resolving CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Oct 31, 2024
1 parent 225bc4b commit 4d3591d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
22 changes: 20 additions & 2 deletions package-lock.json

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

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-prover-circuits",
"description": "ZK Circuits for WebProofs",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -13,24 +13,25 @@
},
"dependencies": {
"@zk-email/circuits": "^6.1.1",
"aes-proof": "github:pluto/aes-proof#1d08e13ea4f381649cdff83f56d93444008b6548",
"circomlib": "^2.0.5",
"parser-attestor": "github:pluto/parser-attestor#b9feeeb240ddf867da85198de7d59e73cba4b008",
"aes-proof": "github:pluto/aes-proof#1d08e13ea4f381649cdff83f56d93444008b6548"
"parser-attestor": "github:pluto/parser-attestor#b9feeeb240ddf867da85198de7d59e73cba4b008"
},
"devDependencies": {
"circomkit": "0.3.0",
"snarkjs": "0.7.4",
"typescript": "5.6.2",
"@types/node": "22.5.4",
"mocha": "10.7.3",
"@types/mocha": "^10.0.1",
"poseidon-lite": "0.3.0",
"ts-node": "^10.9.1",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"semantic-release": "^23.0.2"
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "22.5.4",
"circomkit": "0.3.0",
"mocha": "10.7.3",
"poseidon-lite": "0.3.0",
"semantic-release": "^23.0.2",
"snarkjs": "0.7.4",
"ts-node": "^10.9.1",
"typescript": "5.6.2"
}
}
}

0 comments on commit 4d3591d

Please sign in to comment.