Skip to content

Commit

Permalink
chore: v4.0.0-alpha.8
Browse files Browse the repository at this point in the history
Former-commit-id: 85d61e6
  • Loading branch information
cedoor committed Feb 15, 2024
1 parent f5e997d commit 2679040
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 50 deletions.
5 changes: 3 additions & 2 deletions packages/circuits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/circuits",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Semaphore Circom circuits to generate zero-knowledge proofs.",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -34,5 +34,6 @@
"circomkit": "^0.0.19",
"mocha": "^10.2.0",
"poseidon-lite": "^0.2.0"
}
},
"stableVersion": "4.0.0-alpha.7"
}
15 changes: 8 additions & 7 deletions packages/cli-template-contracts-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Semaphore Hardhat template.",
"license": "Unlicense",
"files": [
Expand Down Expand Up @@ -35,10 +35,10 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/group": "4.0.0-alpha.7",
"@semaphore-protocol/hardhat": "4.0.0-alpha.7",
"@semaphore-protocol/identity": "4.0.0-alpha.7",
"@semaphore-protocol/proof": "4.0.0-alpha.7",
"@semaphore-protocol/group": "4.0.0-alpha.8",
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
"@semaphore-protocol/identity": "4.0.0-alpha.8",
"@semaphore-protocol/proof": "4.0.0-alpha.8",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand All @@ -55,11 +55,12 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@semaphore-protocol/contracts": "4.0.0-alpha.7"
"@semaphore-protocol/contracts": "4.0.0-alpha.8"
},
"config": {
"solidity": {
"version": "0.8.4"
}
}
},
"stableVersion": "4.0.0-alpha.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/data": "4.0.0-alpha.7",
"@semaphore-protocol/hardhat": "4.0.0-alpha.7",
"@semaphore-protocol/data": "4.0.0-alpha.8",
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand All @@ -37,6 +37,6 @@
"typechain": "^8.3.0"
},
"dependencies": {
"@semaphore-protocol/contracts": "4.0.0-alpha.7"
"@semaphore-protocol/contracts": "4.0.0-alpha.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@next/font": "13.0.3",
"@semaphore-protocol/core": "4.0.0-alpha.7",
"@semaphore-protocol/data": "4.0.0-alpha.7",
"@semaphore-protocol/core": "4.0.0-alpha.8",
"@semaphore-protocol/data": "4.0.0-alpha.8",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"dotenv": "^16.0.3",
Expand Down
5 changes: 3 additions & 2 deletions packages/cli-template-monorepo-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/cli-template-monorepo-ethers",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
"license": "Unlicense",
"files": [
Expand Down Expand Up @@ -39,5 +39,6 @@
"prettier": "^2.5.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
}
},
"stableVersion": "4.0.0-alpha.7"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@semaphore-protocol/core": "4.0.0-alpha.7",
"@semaphore-protocol/hardhat": "4.0.0-alpha.7",
"@semaphore-protocol/core": "4.0.0-alpha.8",
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
Expand All @@ -37,6 +37,6 @@
"typechain": "^8.3.0"
},
"dependencies": {
"@semaphore-protocol/contracts": "4.0.0-alpha.7"
"@semaphore-protocol/contracts": "4.0.0-alpha.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@next/font": "13.0.3",
"@semaphore-protocol/core": "4.0.0-alpha.7",
"@semaphore-protocol/data": "4.0.0-alpha.7",
"@semaphore-protocol/core": "4.0.0-alpha.8",
"@semaphore-protocol/data": "4.0.0-alpha.8",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"dotenv": "^16.0.3",
Expand Down
5 changes: 3 additions & 2 deletions packages/cli-template-monorepo-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/cli-template-monorepo-subgraph",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
"license": "Unlicense",
"files": [
Expand Down Expand Up @@ -39,5 +39,6 @@
"prettier": "^2.5.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
}
},
"stableVersion": "4.0.0-alpha.7"
}
7 changes: 4 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@semaphore-protocol/cli",
"type": "module",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "A command line tool to set up your Semaphore project and get group data.",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"rollup-plugin-typescript2": "^0.36.0"
},
"dependencies": {
"@semaphore-protocol/data": "4.0.0-alpha.7",
"@semaphore-protocol/data": "4.0.0-alpha.8",
"axios": "^1.3.2",
"boxen": "^7.0.1",
"chalk": "^5.1.2",
Expand All @@ -52,5 +52,6 @@
"ora": "^6.1.2",
"pacote": "^15.1.1",
"semver": "^7.3.8"
}
},
"stableVersion": "4.0.0-alpha.7"
}
5 changes: 3 additions & 2 deletions packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/contracts",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -31,5 +31,6 @@
},
"dependencies": {
"@zk-kit/imt.sol": "2.0.0-beta.5"
}
},
"stableVersion": "4.0.0-alpha.7"
}
11 changes: 6 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/core",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "Core library for the essential Semaphore features.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,9 @@
"access": "public"
},
"dependencies": {
"@semaphore-protocol/group": "4.0.0-alpha.7",
"@semaphore-protocol/identity": "4.0.0-alpha.7",
"@semaphore-protocol/proof": "4.0.0-alpha.7"
}
"@semaphore-protocol/group": "4.0.0-alpha.8",
"@semaphore-protocol/identity": "4.0.0-alpha.8",
"@semaphore-protocol/proof": "4.0.0-alpha.8"
},
"stableVersion": "4.0.0-alpha.7"
}
5 changes: 3 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/data",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "A library to query Semaphore contracts.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -37,5 +37,6 @@
"dependencies": {
"axios": "1.6.6",
"ethers": "6.11.0"
}
},
"stableVersion": "4.0.0-alpha.7"
}
5 changes: 3 additions & 2 deletions packages/group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/group",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "A library to create and manage Semaphore groups.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -38,5 +38,6 @@
},
"dependencies": {
"@zk-kit/imt": "^2.0.0-beta.1"
}
},
"stableVersion": "4.0.0-alpha.7"
}
7 changes: 4 additions & 3 deletions packages/hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/hardhat",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -39,8 +39,9 @@
},
"dependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@semaphore-protocol/contracts": "4.0.0-alpha.7",
"@semaphore-protocol/contracts": "4.0.0-alpha.8",
"ethers": "^6.4.0",
"hardhat-dependency-compiler": "^1.1.3"
}
},
"stableVersion": "4.0.0-alpha.7"
}
7 changes: 4 additions & 3 deletions packages/heyauthn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/heyauthn",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "A library to allow developers to create and manage Semaphore identities using WebAuthn",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -34,8 +34,9 @@
"rollup-plugin-typescript2": "^0.36.0"
},
"dependencies": {
"@semaphore-protocol/identity": "4.0.0-alpha.7",
"@semaphore-protocol/identity": "4.0.0-alpha.8",
"@simplewebauthn/browser": "7.2.0",
"@simplewebauthn/server": "7.2.0"
}
},
"stableVersion": "4.0.0-alpha.7"
}
5 changes: 3 additions & 2 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/identity",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "A library to create Semaphore identities.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -47,5 +47,6 @@
"dependencies": {
"@zk-kit/eddsa-poseidon": "0.4.1",
"poseidon-lite": "^0.2.0"
}
},
"stableVersion": "4.0.0-alpha.7"
}
9 changes: 5 additions & 4 deletions packages/proof/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semaphore-protocol/proof",
"version": "4.0.0-alpha.7",
"version": "4.0.0-alpha.8",
"description": "A library to generate and verify Semaphore proofs.",
"type": "module",
"license": "MIT",
Expand Down Expand Up @@ -49,12 +49,13 @@
"rollup-plugin-typescript2": "^0.36.0"
},
"peerDependencies": {
"@semaphore-protocol/group": "4.0.0-alpha.7",
"@semaphore-protocol/identity": "4.0.0-alpha.7"
"@semaphore-protocol/group": "4.0.0-alpha.8",
"@semaphore-protocol/identity": "4.0.0-alpha.8"
},
"dependencies": {
"@types/snarkjs": "0.7.8",
"ethers": "6.10.0",
"snarkjs": "0.7.3"
}
},
"stableVersion": "4.0.0-alpha.7"
}
2 changes: 1 addition & 1 deletion yarn.lock.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c846531c38bcc21c8c7ebc08e5d175f80dc77ac6
cf953157d9a4ca57b5b5423a360a0c17f4039e8f

0 comments on commit 2679040

Please sign in to comment.