File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/cli-template-hardhat" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Semaphore Hardhat template." ,
5
5
"license" : " Unlicense" ,
6
6
"files" : [
33
33
"@nomicfoundation/hardhat-toolbox" : " ^2.0.0" ,
34
34
"@nomiclabs/hardhat-ethers" : " ^2.0.0" ,
35
35
"@nomiclabs/hardhat-etherscan" : " ^3.0.0" ,
36
- "@semaphore-protocol/group" : " 3.1 .0" ,
37
- "@semaphore-protocol/hardhat" : " 3.1 .0" ,
38
- "@semaphore-protocol/identity" : " 3.1 .0" ,
39
- "@semaphore-protocol/proof" : " 3.1 .0" ,
36
+ "@semaphore-protocol/group" : " 3.2 .0" ,
37
+ "@semaphore-protocol/hardhat" : " 3.2 .0" ,
38
+ "@semaphore-protocol/identity" : " 3.2 .0" ,
39
+ "@semaphore-protocol/proof" : " 3.2 .0" ,
40
40
"@typechain/ethers-v5" : " ^10.1.0" ,
41
41
"@typechain/hardhat" : " ^6.1.2" ,
42
42
"@types/chai" : " ^4.2.0" ,
55
55
"typescript" : " >=4.5.0"
56
56
},
57
57
"dependencies" : {
58
- "@semaphore-protocol/contracts" : " 3.1 .0"
58
+ "@semaphore-protocol/contracts" : " 3.2 .0"
59
59
}
60
60
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/cli" ,
3
3
"type" : " module" ,
4
- "version" : " 3.1 .0" ,
4
+ "version" : " 3.2 .0" ,
5
5
"description" : " A command line tool to set up your Semaphore project and get group data." ,
6
6
"license" : " MIT" ,
7
7
"bin" : {
41
41
"typedoc" : " ^0.22.11"
42
42
},
43
43
"dependencies" : {
44
- "@semaphore-protocol/data" : " 3.1 .0" ,
44
+ "@semaphore-protocol/data" : " 3.2 .0" ,
45
45
"axios" : " ^1.3.2" ,
46
46
"boxen" : " ^7.0.1" ,
47
47
"chalk" : " ^5.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/contracts" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Semaphore contracts to manage groups and broadcast anonymous signals." ,
5
5
"license" : " MIT" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/data" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " A library to query Semaphore contracts." ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.node.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/group" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " A library to create and manage Semaphore groups." ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.node.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/hardhat" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract." ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.node.js" ,
38
38
},
39
39
"dependencies" : {
40
40
"@nomiclabs/hardhat-ethers" : " ^2.1.1" ,
41
- "@semaphore-protocol/contracts" : " 3.1 .0" ,
41
+ "@semaphore-protocol/contracts" : " 3.2 .0" ,
42
42
"circomlibjs" : " ^0.0.8" ,
43
43
"ethers" : " ^5.7.1" ,
44
44
"hardhat-dependency-compiler" : " ^1.1.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/identity" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " A library to create Semaphore identities." ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.node.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/proof" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " A library to generate and verify Semaphore proofs." ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.node.js" ,
37
37
"typedoc" : " ^0.22.11"
38
38
},
39
39
"peerDependencies" : {
40
- "@semaphore-protocol/group" : " 3.1 .0" ,
41
- "@semaphore-protocol/identity" : " 3.1 .0"
40
+ "@semaphore-protocol/group" : " 3.2 .0" ,
41
+ "@semaphore-protocol/identity" : " 3.2 .0"
42
42
},
43
43
"dependencies" : {
44
44
"@ethersproject/bignumber" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 1
- dcbb0ad50ab2cbd987f3c326d9a4812d692159a1
1
+ 37fdb99af156c475e680a24b069baea47cf69d07
You can’t perform that action at this time.
0 commit comments