Compare commits

...

1 Commits

Author SHA1 Message Date
cedoor
10fb031f0b chore: vv3.2.0
Former-commit-id: e95fed1c9c32dee2fce9a68d9fe94383a73824b3
2023-03-10 11:18:59 +00:00
9 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/cli-template-hardhat",
"version": "3.1.0",
"version": "3.2.0",
"description": "Semaphore Hardhat template.",
"license": "Unlicense",
"files": [
@@ -33,10 +33,10 @@
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@semaphore-protocol/group": "3.1.0",
"@semaphore-protocol/hardhat": "3.1.0",
"@semaphore-protocol/identity": "3.1.0",
"@semaphore-protocol/proof": "3.1.0",
"@semaphore-protocol/group": "3.2.0",
"@semaphore-protocol/hardhat": "3.2.0",
"@semaphore-protocol/identity": "3.2.0",
"@semaphore-protocol/proof": "3.2.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
@@ -55,6 +55,6 @@
"typescript": ">=4.5.0"
},
"dependencies": {
"@semaphore-protocol/contracts": "3.1.0"
"@semaphore-protocol/contracts": "3.2.0"
}
}

View File

@@ -1,7 +1,7 @@
{
"name": "@semaphore-protocol/cli",
"type": "module",
"version": "3.1.0",
"version": "3.2.0",
"description": "A command line tool to set up your Semaphore project and get group data.",
"license": "MIT",
"bin": {
@@ -41,7 +41,7 @@
"typedoc": "^0.22.11"
},
"dependencies": {
"@semaphore-protocol/data": "3.1.0",
"@semaphore-protocol/data": "3.2.0",
"axios": "^1.3.2",
"boxen": "^7.0.1",
"chalk": "^5.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/contracts",
"version": "3.1.0",
"version": "3.2.0",
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
"license": "MIT",
"files": [

View File

@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/data",
"version": "3.1.0",
"version": "3.2.0",
"description": "A library to query Semaphore contracts.",
"license": "MIT",
"main": "dist/index.node.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/group",
"version": "3.1.0",
"version": "3.2.0",
"description": "A library to create and manage Semaphore groups.",
"license": "MIT",
"main": "dist/index.node.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/hardhat",
"version": "3.1.0",
"version": "3.2.0",
"description": "A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract.",
"license": "MIT",
"main": "dist/index.node.js",
@@ -38,7 +38,7 @@
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@semaphore-protocol/contracts": "3.1.0",
"@semaphore-protocol/contracts": "3.2.0",
"circomlibjs": "^0.0.8",
"ethers": "^5.7.1",
"hardhat-dependency-compiler": "^1.1.3"

View File

@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/identity",
"version": "3.1.0",
"version": "3.2.0",
"description": "A library to create Semaphore identities.",
"license": "MIT",
"main": "dist/index.node.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/proof",
"version": "3.1.0",
"version": "3.2.0",
"description": "A library to generate and verify Semaphore proofs.",
"license": "MIT",
"main": "dist/index.node.js",
@@ -37,8 +37,8 @@
"typedoc": "^0.22.11"
},
"peerDependencies": {
"@semaphore-protocol/group": "3.1.0",
"@semaphore-protocol/identity": "3.1.0"
"@semaphore-protocol/group": "3.2.0",
"@semaphore-protocol/identity": "3.2.0"
},
"dependencies": {
"@ethersproject/bignumber": "^5.5.0",

View File

@@ -1 +1 @@
dcbb0ad50ab2cbd987f3c326d9a4812d692159a1
37fdb99af156c475e680a24b069baea47cf69d07