File tree Expand file tree Collapse file tree 16 files changed +40
-40
lines changed
cli-template-contracts-hardhat
cli-template-monorepo-ethers
cli-template-monorepo-subgraph Expand file tree Collapse file tree 16 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/cli-template-contracts-hardhat" ,
3
- "version" : " 3.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"description" : " Semaphore Hardhat template." ,
5
5
"license" : " Unlicense" ,
6
6
"files" : [
36
36
"@nomicfoundation/hardhat-toolbox" : " ^2.0.0" ,
37
37
"@nomiclabs/hardhat-ethers" : " ^2.0.0" ,
38
38
"@nomiclabs/hardhat-etherscan" : " ^3.0.0" ,
39
- "@semaphore-protocol/group" : " 3.8 .0" ,
40
- "@semaphore-protocol/hardhat" : " 3.8 .0" ,
41
- "@semaphore-protocol/identity" : " 3.8 .0" ,
42
- "@semaphore-protocol/proof" : " 3.8 .0" ,
39
+ "@semaphore-protocol/group" : " 3.9 .0" ,
40
+ "@semaphore-protocol/hardhat" : " 3.9 .0" ,
41
+ "@semaphore-protocol/identity" : " 3.9 .0" ,
42
+ "@semaphore-protocol/proof" : " 3.9 .0" ,
43
43
"@typechain/ethers-v5" : " ^10.1.0" ,
44
44
"@typechain/hardhat" : " ^6.1.2" ,
45
45
"@types/chai" : " ^4.2.0" ,
58
58
"typescript" : " >=4.5.0"
59
59
},
60
60
"dependencies" : {
61
- "@semaphore-protocol/contracts" : " 3.8 .0"
61
+ "@semaphore-protocol/contracts" : " 3.9 .0"
62
62
},
63
63
"config" : {
64
64
"solidity" : {
Original file line number Diff line number Diff line change 18
18
"@nomicfoundation/hardhat-chai-matchers" : " ^1.0.5" ,
19
19
"@nomiclabs/hardhat-ethers" : " ^2.0.0" ,
20
20
"@nomiclabs/hardhat-etherscan" : " ^3.1.7" ,
21
- "@semaphore-protocol/group" : " 3.8 .0" ,
22
- "@semaphore-protocol/hardhat" : " 3.8 .0" ,
23
- "@semaphore-protocol/identity" : " 3.8 .0" ,
24
- "@semaphore-protocol/proof" : " 3.8 .0" ,
21
+ "@semaphore-protocol/group" : " 3.9 .0" ,
22
+ "@semaphore-protocol/hardhat" : " 3.9 .0" ,
23
+ "@semaphore-protocol/identity" : " 3.9 .0" ,
24
+ "@semaphore-protocol/proof" : " 3.9 .0" ,
25
25
"@typechain/ethers-v5" : " ^10.0.0" ,
26
26
"@typechain/hardhat" : " ^6.0.0" ,
27
27
"@types/chai" : " ^4.3.1" ,
40
40
"typechain" : " ^8.0.0"
41
41
},
42
42
"dependencies" : {
43
- "@semaphore-protocol/contracts" : " 3.8 .0"
43
+ "@semaphore-protocol/contracts" : " 3.9 .0"
44
44
},
45
45
"config" : {
46
46
"solidity" : {
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@next/font" : " 13.0.3" ,
13
- "@semaphore-protocol/data" : " 3.8 .0" ,
14
- "@semaphore-protocol/group" : " 3.8 .0" ,
15
- "@semaphore-protocol/identity" : " 3.8 .0" ,
16
- "@semaphore-protocol/proof" : " 3.8 .0" ,
13
+ "@semaphore-protocol/data" : " 3.9 .0" ,
14
+ "@semaphore-protocol/group" : " 3.9 .0" ,
15
+ "@semaphore-protocol/identity" : " 3.9 .0" ,
16
+ "@semaphore-protocol/proof" : " 3.9 .0" ,
17
17
"@types/react" : " 18.0.25" ,
18
18
"@types/react-dom" : " 18.0.8" ,
19
19
"dotenv" : " ^16.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/cli-template-monorepo-ethers" ,
3
- "version" : " 3.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"description" : " Semaphore Hardhat + Next.js + SemaphoreEthers template." ,
5
5
"license" : " Unlicense" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 18
18
"@nomicfoundation/hardhat-chai-matchers" : " ^1.0.5" ,
19
19
"@nomiclabs/hardhat-ethers" : " ^2.0.0" ,
20
20
"@nomiclabs/hardhat-etherscan" : " ^3.1.7" ,
21
- "@semaphore-protocol/group" : " 3.8 .0" ,
22
- "@semaphore-protocol/hardhat" : " 3.8 .0" ,
23
- "@semaphore-protocol/identity" : " 3.8 .0" ,
24
- "@semaphore-protocol/proof" : " 3.8 .0" ,
21
+ "@semaphore-protocol/group" : " 3.9 .0" ,
22
+ "@semaphore-protocol/hardhat" : " 3.9 .0" ,
23
+ "@semaphore-protocol/identity" : " 3.9 .0" ,
24
+ "@semaphore-protocol/proof" : " 3.9 .0" ,
25
25
"@typechain/ethers-v5" : " ^10.0.0" ,
26
26
"@typechain/hardhat" : " ^6.0.0" ,
27
27
"@types/chai" : " ^4.3.1" ,
40
40
"typechain" : " ^8.0.0"
41
41
},
42
42
"dependencies" : {
43
- "@semaphore-protocol/contracts" : " 3.8 .0"
43
+ "@semaphore-protocol/contracts" : " 3.9 .0"
44
44
},
45
45
"config" : {
46
46
"solidity" : {
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@next/font" : " 13.0.3" ,
13
- "@semaphore-protocol/data" : " 3.8 .0" ,
14
- "@semaphore-protocol/group" : " 3.8 .0" ,
15
- "@semaphore-protocol/identity" : " 3.8 .0" ,
16
- "@semaphore-protocol/proof" : " 3.8 .0" ,
13
+ "@semaphore-protocol/data" : " 3.9 .0" ,
14
+ "@semaphore-protocol/group" : " 3.9 .0" ,
15
+ "@semaphore-protocol/identity" : " 3.9 .0" ,
16
+ "@semaphore-protocol/proof" : " 3.9 .0" ,
17
17
"@types/react" : " 18.0.25" ,
18
18
"@types/react-dom" : " 18.0.8" ,
19
19
"dotenv" : " ^16.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semaphore-protocol/cli-template-monorepo-subgraph" ,
3
- "version" : " 3.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"description" : " Semaphore Hardhat + Next.js + SemaphoreSubgraph template." ,
5
5
"license" : " Unlicense" ,
6
6
"files" : [
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.8 .0" ,
4
+ "version" : " 3.9 .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" : {
43
43
"typedoc" : " ^0.22.11"
44
44
},
45
45
"dependencies" : {
46
- "@semaphore-protocol/data" : " 3.8 .0" ,
46
+ "@semaphore-protocol/data" : " 3.9 .0" ,
47
47
"axios" : " ^1.3.2" ,
48
48
"boxen" : " ^7.0.1" ,
49
49
"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.8 .0" ,
3
+ "version" : " 3.9 .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.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"description" : " A library to query Semaphore contracts." ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.node.js" ,
You can’t perform that action at this time.
0 commit comments