|
1 | 1 | { |
2 | 2 | "name": "@semaphore-protocol/cli-template-contracts-hardhat", |
3 | | - "version": "3.6.0-beta.4", |
| 3 | + "version": "3.6.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.6.0-beta.4", |
40 | | - "@semaphore-protocol/hardhat": "3.6.0-beta.4", |
41 | | - "@semaphore-protocol/identity": "3.6.0-beta.4", |
42 | | - "@semaphore-protocol/proof": "3.6.0-beta.4", |
| 39 | + "@semaphore-protocol/group": "3.6.0", |
| 40 | + "@semaphore-protocol/hardhat": "3.6.0", |
| 41 | + "@semaphore-protocol/identity": "3.6.0", |
| 42 | + "@semaphore-protocol/proof": "3.6.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.6.0-beta.4" |
| 61 | + "@semaphore-protocol/contracts": "3.6.0" |
62 | 62 | }, |
63 | 63 | "config": { |
64 | 64 | "solidity": { |
|
74 | 74 | "typechain": "./build/typechain" |
75 | 75 | } |
76 | 76 | } |
77 | | - }, |
78 | | - "stableVersion": "3.6.0-beta.3" |
| 77 | + } |
79 | 78 | } |
0 commit comments