mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-11 15:48:12 -05:00
Compare commits
1 Commits
main
...
v4.0.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9858ba6a30 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/circuits",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "Semaphore Circom circuits to generate zero-knowledge proofs.",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@@ -34,5 +34,6 @@
|
||||
"circomkit": "^0.0.19",
|
||||
"mocha": "^10.2.0",
|
||||
"poseidon-lite": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "Semaphore Hardhat template.",
|
||||
"license": "Unlicense",
|
||||
"files": [
|
||||
@@ -43,8 +43,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.8",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/core": "4.0.0-beta",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta",
|
||||
"@typechain/ethers-v6": "^0.5.0",
|
||||
"@typechain/hardhat": "^9.0.0",
|
||||
"@types/chai": "^4.2.0",
|
||||
@@ -72,7 +72,8 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/contracts": "4.0.0-alpha.8"
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
"packageManager": "yarn@4.1.0",
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -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.8",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/core": "4.0.0-beta",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta",
|
||||
"@typechain/ethers-v6": "^0.5.0",
|
||||
"@typechain/hardhat": "^9.0.0",
|
||||
"@types/chai": "^4.2.0",
|
||||
@@ -48,7 +48,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/contracts": "4.0.0-alpha.8"
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
}
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/core": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/data": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/core": "4.0.0-beta",
|
||||
"@semaphore-protocol/data": "4.0.0-beta",
|
||||
"ethers": "^6.11.1",
|
||||
"next": "14.1.0",
|
||||
"next-pwa": "^5.6.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/cli-template-monorepo-ethers",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
|
||||
"license": "Unlicense",
|
||||
"files": [
|
||||
@@ -26,5 +26,6 @@
|
||||
"packageManager": "yarn@4.1.0",
|
||||
"devDependencies": {
|
||||
"prettier": "^3.2.5"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -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.8",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/core": "4.0.0-beta",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta",
|
||||
"@typechain/ethers-v6": "^0.5.0",
|
||||
"@typechain/hardhat": "^9.0.0",
|
||||
"@types/chai": "^4.2.0",
|
||||
@@ -48,7 +48,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/contracts": "4.0.0-alpha.8"
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
}
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/core": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/data": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/core": "4.0.0-beta",
|
||||
"@semaphore-protocol/data": "4.0.0-beta",
|
||||
"ethers": "^6.11.1",
|
||||
"next": "14.1.0",
|
||||
"next-pwa": "^5.6.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/cli-template-monorepo-subgraph",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
|
||||
"license": "Unlicense",
|
||||
"files": [
|
||||
@@ -26,5 +26,6 @@
|
||||
"packageManager": "yarn@4.1.0",
|
||||
"devDependencies": {
|
||||
"prettier": "^3.2.5"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/cli",
|
||||
"type": "module",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A command line tool to set up your Semaphore project and get group data.",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
@@ -39,7 +39,7 @@
|
||||
"rollup-plugin-typescript2": "^0.36.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/data": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/data": "4.0.0-beta",
|
||||
"axios": "^1.6.7",
|
||||
"boxen": "^7.1.1",
|
||||
"chalk": "^5.3.0",
|
||||
@@ -51,5 +51,6 @@
|
||||
"ora": "^8.0.1",
|
||||
"pacote": "^17.0.6",
|
||||
"semver": "^7.6.0"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/contracts",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
@@ -31,5 +31,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@zk-kit/imt.sol": "2.0.0-beta.5"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/core",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "Core library for the essential Semaphore features.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -42,8 +42,9 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/group": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/identity": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/proof": "4.0.0-alpha.8"
|
||||
}
|
||||
"@semaphore-protocol/group": "4.0.0-beta",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta",
|
||||
"@semaphore-protocol/proof": "4.0.0-beta"
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/data",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A library to query Semaphore contracts.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -37,5 +37,6 @@
|
||||
"dependencies": {
|
||||
"axios": "1.6.6",
|
||||
"ethers": "6.11.0"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/group",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A library to create and manage Semaphore groups.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -38,5 +38,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@zk-kit/imt": "^2.0.0-beta.1"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/hardhat",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -39,8 +39,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
||||
"@semaphore-protocol/contracts": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta",
|
||||
"ethers": "^6.4.0",
|
||||
"hardhat-dependency-compiler": "^1.1.3"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/heyauthn",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A library to allow developers to create and manage Semaphore identities using WebAuthn",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -34,8 +34,9 @@
|
||||
"rollup-plugin-typescript2": "^0.36.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/identity": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta",
|
||||
"@simplewebauthn/browser": "7.2.0",
|
||||
"@simplewebauthn/server": "7.2.0"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/identity",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A library to create Semaphore identities.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -47,5 +47,6 @@
|
||||
"dependencies": {
|
||||
"@zk-kit/eddsa-poseidon": "0.4.1",
|
||||
"poseidon-lite": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/proof",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A library to generate and verify Semaphore proofs.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -50,13 +50,14 @@
|
||||
"rollup-plugin-typescript2": "^0.36.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@semaphore-protocol/group": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/identity": "4.0.0-alpha.8"
|
||||
"@semaphore-protocol/group": "4.0.0-beta",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/utils": "4.0.0-alpha.8",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta",
|
||||
"@zk-kit/utils": "0.2.0",
|
||||
"ethers": "6.10.0",
|
||||
"snarkjs": "0.7.3"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/utils",
|
||||
"version": "4.0.0-alpha.8",
|
||||
"version": "4.0.0-beta",
|
||||
"description": "A library to provide utility functions to the other Semaphore packages.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -46,5 +46,6 @@
|
||||
"rollup": "^4.9.6",
|
||||
"rollup-plugin-cleanup": "^3.2.1",
|
||||
"rollup-plugin-typescript2": "^0.36.0"
|
||||
}
|
||||
},
|
||||
"stableVersion": "4.0.0-alpha.8"
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
18f4d257a9272ad02f3dc1ebd8ae8494356ab6f3
|
||||
93e33d662ec6be8d95014bdf7619a3d254809f43
|
||||
Reference in New Issue
Block a user