File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/cli-template-hardhat" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " Semaphore Hardhat template." ,
55 "license" : " Unlicense" ,
66 "files" : [
3636 "@nomicfoundation/hardhat-toolbox" : " ^2.0.0" ,
3737 "@nomiclabs/hardhat-ethers" : " ^2.0.0" ,
3838 "@nomiclabs/hardhat-etherscan" : " ^3.0.0" ,
39- "@semaphore-protocol/group" : " 3.3 .0" ,
40- "@semaphore-protocol/hardhat" : " 3.3 .0" ,
41- "@semaphore-protocol/identity" : " 3.3 .0" ,
42- "@semaphore-protocol/proof" : " 3.3 .0" ,
39+ "@semaphore-protocol/group" : " 3.4 .0" ,
40+ "@semaphore-protocol/hardhat" : " 3.4 .0" ,
41+ "@semaphore-protocol/identity" : " 3.4 .0" ,
42+ "@semaphore-protocol/proof" : " 3.4 .0" ,
4343 "@typechain/ethers-v5" : " ^10.1.0" ,
4444 "@typechain/hardhat" : " ^6.1.2" ,
4545 "@types/chai" : " ^4.2.0" ,
5858 "typescript" : " >=4.5.0"
5959 },
6060 "dependencies" : {
61- "@semaphore-protocol/contracts" : " 3.3 .0"
61+ "@semaphore-protocol/contracts" : " 3.4 .0"
6262 },
6363 "config" : {
6464 "solidity" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/cli" ,
33 "type" : " module" ,
4- "version" : " 3.3 .0" ,
4+ "version" : " 3.4 .0" ,
55 "description" : " A command line tool to set up your Semaphore project and get group data." ,
66 "license" : " MIT" ,
77 "bin" : {
4141 "typedoc" : " ^0.22.11"
4242 },
4343 "dependencies" : {
44- "@semaphore-protocol/data" : " 3.3 .0" ,
44+ "@semaphore-protocol/data" : " 3.4 .0" ,
4545 "axios" : " ^1.3.2" ,
4646 "boxen" : " ^7.0.1" ,
4747 "chalk" : " ^5.1.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/contracts" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " Semaphore contracts to manage groups and broadcast anonymous signals." ,
55 "license" : " MIT" ,
66 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/data" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " A library to query Semaphore contracts." ,
55 "license" : " MIT" ,
66 "main" : " dist/index.node.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/group" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " A library to create and manage Semaphore groups." ,
55 "license" : " MIT" ,
66 "main" : " dist/index.node.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/hardhat" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract." ,
55 "license" : " MIT" ,
66 "main" : " dist/index.node.js" ,
3838 },
3939 "dependencies" : {
4040 "@nomiclabs/hardhat-ethers" : " ^2.1.1" ,
41- "@semaphore-protocol/contracts" : " 3.3 .0" ,
41+ "@semaphore-protocol/contracts" : " 3.4 .0" ,
4242 "circomlibjs" : " ^0.0.8" ,
4343 "ethers" : " ^5.7.1" ,
4444 "hardhat-dependency-compiler" : " ^1.1.3"
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/heyauthn" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " A library to allow developers to create and manage Semaphore identities using WebAuthn" ,
55 "license" : " MIT" ,
66 "main" : " dist/index.node.js" ,
3535 "typedoc" : " ^0.22.11"
3636 },
3737 "dependencies" : {
38- "@semaphore-protocol/identity" : " 3.3 .0" ,
38+ "@semaphore-protocol/identity" : " 3.4 .0" ,
3939 "@simplewebauthn/browser" : " 7.2.0" ,
4040 "@simplewebauthn/server" : " 7.2.0"
4141 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/identity" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " A library to create Semaphore identities." ,
55 "license" : " MIT" ,
66 "main" : " dist/index.node.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @semaphore-protocol/proof" ,
3- "version" : " 3.3 .0" ,
3+ "version" : " 3.4 .0" ,
44 "description" : " A library to generate and verify Semaphore proofs." ,
55 "license" : " MIT" ,
66 "main" : " dist/index.node.js" ,
3737 "typedoc" : " ^0.22.11"
3838 },
3939 "peerDependencies" : {
40- "@semaphore-protocol/group" : " 3.3 .0" ,
41- "@semaphore-protocol/identity" : " 3.3 .0"
40+ "@semaphore-protocol/group" : " 3.4 .0" ,
41+ "@semaphore-protocol/identity" : " 3.4 .0"
4242 },
4343 "dependencies" : {
4444 "@ethersproject/bignumber" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 1- db9ac44677af043f133407f3ec845b045c7ad6fa
1+ 749e590bb5a7dbd0f505b3b8f4e68dea5c991395
You can’t perform that action at this time.
0 commit comments