mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 07:08:17 -05:00
chore: v4.0.0-beta.6
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"@docusaurus/core": "3.1.1",
|
||||
"@docusaurus/preset-classic": "3.1.1",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"@svgr/webpack": "^5.5.0",
|
||||
"clsx": "^1.2.1",
|
||||
"docusaurus-plugin-sass": "^0.2.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/circuits",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "Semaphore Circom circuits to generate zero-knowledge proofs.",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/cli-template-contracts-hardhat",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "Semaphore Hardhat template.",
|
||||
"license": "Unlicense",
|
||||
"files": [
|
||||
@@ -41,9 +41,9 @@
|
||||
"@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-beta.5",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/core": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"@typechain/ethers-v6": "^0.5.0",
|
||||
"@typechain/hardhat": "^9.0.0",
|
||||
"@types/chai": "^4.2.0",
|
||||
@@ -71,7 +71,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.5"
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.6"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
}
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
"@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-beta.5",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/core": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"@typechain/ethers-v6": "^0.5.0",
|
||||
"@typechain/hardhat": "^9.0.0",
|
||||
"@types/chai": "^4.2.0",
|
||||
@@ -50,7 +50,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.5"
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.6"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
}
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/core": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/data": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/core": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/data": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"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-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "Semaphore Hardhat + Next.js + SemaphoreEthers template.",
|
||||
"license": "Unlicense",
|
||||
"files": [
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
"@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-beta.5",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/core": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/hardhat": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"@typechain/ethers-v6": "^0.5.0",
|
||||
"@typechain/hardhat": "^9.0.0",
|
||||
"@types/chai": "^4.2.0",
|
||||
@@ -50,7 +50,7 @@
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.5"
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.6"
|
||||
},
|
||||
"packageManager": "yarn@4.1.0"
|
||||
}
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/core": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/data": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/core": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/data": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"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-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "Semaphore Hardhat + Next.js + SemaphoreSubgraph template.",
|
||||
"license": "Unlicense",
|
||||
"files": [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/cli",
|
||||
"type": "module",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A command line tool to set up your Semaphore project and get group data.",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
@@ -41,8 +41,8 @@
|
||||
"rollup-plugin-cleanup": "^3.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/data": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/data": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"axios": "^1.6.7",
|
||||
"boxen": "^7.1.1",
|
||||
"chalk": "^5.3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/contracts",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "Semaphore contracts to manage groups and broadcast anonymous signals.",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/core",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "Core library for the essential Semaphore features.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -42,8 +42,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/group": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/proof": "4.0.0-beta.5"
|
||||
"@semaphore-protocol/group": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/proof": "4.0.0-beta.6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/data",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A library to query Semaphore contracts.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -37,7 +37,7 @@
|
||||
"rollup-plugin-cleanup": "^3.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"axios": "1.6.6",
|
||||
"ethers": "6.11.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/group",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A library to create and manage Semaphore groups.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/hardhat",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A Semaphore Hardhat plugin to deploy verifiers and Semaphore contract.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -41,7 +41,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/contracts": "4.0.0-beta.6",
|
||||
"ethers": "^6.4.0",
|
||||
"hardhat-dependency-compiler": "^1.1.3"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/heyauthn",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A library to allow developers to create and manage Semaphore identities using WebAuthn",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -36,7 +36,7 @@
|
||||
"rollup-plugin-cleanup": "^3.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/identity": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta.6",
|
||||
"@simplewebauthn/browser": "7.2.0",
|
||||
"@simplewebauthn/server": "7.2.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/identity",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A library to create Semaphore identities.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/proof",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A library to generate and verify Semaphore proofs.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -48,11 +48,11 @@
|
||||
"rollup-plugin-cleanup": "^3.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@semaphore-protocol/group": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta.5"
|
||||
"@semaphore-protocol/group": "4.0.0-beta.6",
|
||||
"@semaphore-protocol/identity": "4.0.0-beta.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.5",
|
||||
"@semaphore-protocol/utils": "4.0.0-beta.6",
|
||||
"@zk-kit/utils": "0.8.1",
|
||||
"ethers": "6.10.0",
|
||||
"snarkjs": "0.7.3"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@semaphore-protocol/utils",
|
||||
"version": "4.0.0-beta.5",
|
||||
"version": "4.0.0-beta.6",
|
||||
"description": "A library to provide utility functions to the other Semaphore packages.",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
|
||||
76
yarn.lock
76
yarn.lock
@@ -6350,10 +6350,10 @@ __metadata:
|
||||
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.0"
|
||||
"@nomicfoundation/hardhat-toolbox": "npm:^4.0.0"
|
||||
"@nomicfoundation/hardhat-verify": "npm:^2.0.0"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/hardhat": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/hardhat": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@typechain/ethers-v6": "npm:^0.5.0"
|
||||
"@typechain/hardhat": "npm:^9.0.0"
|
||||
"@types/chai": "npm:^4.2.0"
|
||||
@@ -6403,8 +6403,8 @@ __metadata:
|
||||
resolution: "@semaphore-protocol/cli@workspace:packages/cli"
|
||||
dependencies:
|
||||
"@rollup/plugin-typescript": "npm:^11.1.6"
|
||||
"@semaphore-protocol/data": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/data": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@types/figlet": "npm:^1.5.8"
|
||||
"@types/inquirer": "npm:^9.0.7"
|
||||
"@types/pacote": "npm:^11.1.8"
|
||||
@@ -6428,7 +6428,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/contracts@npm:4.0.0-beta.5, @semaphore-protocol/contracts@workspace:packages/contracts/contracts":
|
||||
"@semaphore-protocol/contracts@npm:4.0.0-beta.6, @semaphore-protocol/contracts@workspace:packages/contracts/contracts":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/contracts@workspace:packages/contracts/contracts"
|
||||
dependencies:
|
||||
@@ -6436,23 +6436,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/core@npm:4.0.0-beta.5, @semaphore-protocol/core@workspace:packages/core":
|
||||
"@semaphore-protocol/core@npm:4.0.0-beta.6, @semaphore-protocol/core@workspace:packages/core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/core@workspace:packages/core"
|
||||
dependencies:
|
||||
"@semaphore-protocol/group": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/identity": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/proof": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/group": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/identity": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/proof": "npm:4.0.0-beta.6"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/data@npm:4.0.0-beta.5, @semaphore-protocol/data@workspace:packages/data":
|
||||
"@semaphore-protocol/data@npm:4.0.0-beta.6, @semaphore-protocol/data@workspace:packages/data":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/data@workspace:packages/data"
|
||||
dependencies:
|
||||
"@rollup/plugin-json": "npm:^6.1.0"
|
||||
"@rollup/plugin-typescript": "npm:^11.1.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
axios: "npm:1.6.6"
|
||||
ethers: "npm:6.11.0"
|
||||
rimraf: "npm:^5.0.5"
|
||||
@@ -6461,7 +6461,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/group@npm:4.0.0-beta.5, @semaphore-protocol/group@workspace:packages/group":
|
||||
"@semaphore-protocol/group@npm:4.0.0-beta.6, @semaphore-protocol/group@workspace:packages/group":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/group@workspace:packages/group"
|
||||
dependencies:
|
||||
@@ -6476,13 +6476,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/hardhat@npm:4.0.0-beta.5, @semaphore-protocol/hardhat@workspace:packages/hardhat":
|
||||
"@semaphore-protocol/hardhat@npm:4.0.0-beta.6, @semaphore-protocol/hardhat@workspace:packages/hardhat":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/hardhat@workspace:packages/hardhat"
|
||||
dependencies:
|
||||
"@nomicfoundation/hardhat-ethers": "npm:^3.0.0"
|
||||
"@rollup/plugin-typescript": "npm:^11.1.6"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.6"
|
||||
ethers: "npm:^6.4.0"
|
||||
hardhat: "npm:^2.19.4"
|
||||
hardhat-dependency-compiler: "npm:^1.1.3"
|
||||
@@ -6499,7 +6499,7 @@ __metadata:
|
||||
resolution: "@semaphore-protocol/heyauthn@workspace:packages/heyauthn"
|
||||
dependencies:
|
||||
"@rollup/plugin-typescript": "npm:^11.1.6"
|
||||
"@semaphore-protocol/identity": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/identity": "npm:4.0.0-beta.6"
|
||||
"@simplewebauthn/browser": "npm:7.2.0"
|
||||
"@simplewebauthn/server": "npm:7.2.0"
|
||||
rimraf: "npm:^5.0.5"
|
||||
@@ -6508,7 +6508,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/identity@npm:4.0.0-beta.5, @semaphore-protocol/identity@workspace:packages/identity":
|
||||
"@semaphore-protocol/identity@npm:4.0.0-beta.6, @semaphore-protocol/identity@workspace:packages/identity":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/identity@workspace:packages/identity"
|
||||
dependencies:
|
||||
@@ -6526,14 +6526,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/proof@npm:4.0.0-beta.5, @semaphore-protocol/proof@workspace:packages/proof":
|
||||
"@semaphore-protocol/proof@npm:4.0.0-beta.6, @semaphore-protocol/proof@workspace:packages/proof":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/proof@workspace:packages/proof"
|
||||
dependencies:
|
||||
"@rollup/plugin-alias": "npm:^5.1.0"
|
||||
"@rollup/plugin-json": "npm:^6.1.0"
|
||||
"@rollup/plugin-typescript": "npm:^11.1.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@types/snarkjs": "npm:^0"
|
||||
"@zk-kit/utils": "npm:0.8.1"
|
||||
ethers: "npm:6.10.0"
|
||||
@@ -6543,12 +6543,12 @@ __metadata:
|
||||
rollup-plugin-cleanup: "npm:^3.2.1"
|
||||
snarkjs: "npm:0.7.3"
|
||||
peerDependencies:
|
||||
"@semaphore-protocol/group": 4.0.0-beta.5
|
||||
"@semaphore-protocol/identity": 4.0.0-beta.5
|
||||
"@semaphore-protocol/group": 4.0.0-beta.6
|
||||
"@semaphore-protocol/identity": 4.0.0-beta.6
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@semaphore-protocol/utils@npm:4.0.0-beta.5, @semaphore-protocol/utils@workspace:packages/utils":
|
||||
"@semaphore-protocol/utils@npm:4.0.0-beta.6, @semaphore-protocol/utils@workspace:packages/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@semaphore-protocol/utils@workspace:packages/utils"
|
||||
dependencies:
|
||||
@@ -20672,10 +20672,10 @@ __metadata:
|
||||
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.0"
|
||||
"@nomicfoundation/hardhat-toolbox": "npm:^4.0.0"
|
||||
"@nomicfoundation/hardhat-verify": "npm:^2.0.0"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/hardhat": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/hardhat": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@typechain/ethers-v6": "npm:^0.5.0"
|
||||
"@typechain/hardhat": "npm:^9.0.0"
|
||||
"@types/chai": "npm:^4.2.0"
|
||||
@@ -20708,9 +20708,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "monorepo-ethers-web-app@workspace:packages/cli-template-monorepo-ethers/apps/web-app"
|
||||
dependencies:
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/data": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/data": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@types/node": "npm:^20"
|
||||
"@types/react": "npm:^18"
|
||||
"@types/react-dom": "npm:^18"
|
||||
@@ -20735,10 +20735,10 @@ __metadata:
|
||||
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.0"
|
||||
"@nomicfoundation/hardhat-toolbox": "npm:^4.0.0"
|
||||
"@nomicfoundation/hardhat-verify": "npm:^2.0.0"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/hardhat": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/contracts": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/hardhat": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@typechain/ethers-v6": "npm:^0.5.0"
|
||||
"@typechain/hardhat": "npm:^9.0.0"
|
||||
"@types/chai": "npm:^4.2.0"
|
||||
@@ -20771,9 +20771,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "monorepo-subgraph-web-app@workspace:packages/cli-template-monorepo-subgraph/apps/web-app"
|
||||
dependencies:
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/data": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/core": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/data": "npm:4.0.0-beta.6"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@types/node": "npm:^20"
|
||||
"@types/react": "npm:^18"
|
||||
"@types/react-dom": "npm:^18"
|
||||
@@ -24803,7 +24803,7 @@ __metadata:
|
||||
"@docusaurus/preset-classic": "npm:3.1.1"
|
||||
"@docusaurus/tsconfig": "npm:3.1.1"
|
||||
"@mdx-js/react": "npm:^3.0.0"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.5"
|
||||
"@semaphore-protocol/utils": "npm:4.0.0-beta.6"
|
||||
"@svgr/webpack": "npm:^5.5.0"
|
||||
"@types/react": "npm:^18.2.29"
|
||||
clsx: "npm:^1.2.1"
|
||||
|
||||
Reference in New Issue
Block a user