mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 02:17:53 -05:00
chore: v2.2.6
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"build": "nest build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/credentials": "2.2.5",
|
||||
"@bandada/utils": "2.2.5",
|
||||
"@bandada/credentials": "2.2.6",
|
||||
"@bandada/utils": "2.2.6",
|
||||
"@ethersproject/hash": "^5.7.0",
|
||||
"@nestjs/common": "^9.0.0",
|
||||
"@nestjs/core": "^9.0.0",
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/api-sdk": "2.2.5",
|
||||
"@bandada/utils": "2.2.5",
|
||||
"@bandada/api-sdk": "2.2.6",
|
||||
"@bandada/utils": "2.2.6",
|
||||
"@chakra-ui/react": "^2.5.1",
|
||||
"@chakra-ui/styled-system": "^2.0.0",
|
||||
"@chakra-ui/theme-tools": "^2.0.16",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/contracts",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "Bandada smart contracts to manage off-chain groups and verify their zero-knowledge proofs.",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/credentials": "2.2.5",
|
||||
"@bandada/utils": "2.2.5",
|
||||
"@bandada/credentials": "2.2.6",
|
||||
"@bandada/utils": "2.2.6",
|
||||
"@chakra-ui/icons": "^2.1.1",
|
||||
"@chakra-ui/react": "^2.5.1",
|
||||
"@chakra-ui/styled-system": "^2.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/api-sdk",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "A Typescript SDK for the Bandada API.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
@@ -29,7 +29,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/utils": "2.2.5"
|
||||
"@bandada/utils": "2.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-typescript": "^11.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/credentials",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "Bandada library to validate users' credentials.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
@@ -29,7 +29,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/utils": "2.2.5",
|
||||
"@bandada/utils": "2.2.6",
|
||||
"ethers": "5.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/hardhat",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "A Hardhat plugin which provides tasks to deploy Bandada contracts.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
@@ -39,7 +39,7 @@
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@bandada/contracts": "2.2.5",
|
||||
"@bandada/contracts": "2.2.6",
|
||||
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
||||
"@semaphore-protocol/contracts": "3.4.0",
|
||||
"ethers": "^5.4.7",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/utils",
|
||||
"version": "2.2.5",
|
||||
"version": "2.2.6",
|
||||
"description": "General Bandada utility functions.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
|
||||
24
yarn.lock
24
yarn.lock
@@ -2301,11 +2301,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@bandada/api-sdk@npm:2.2.5, @bandada/api-sdk@workspace:libs/api-sdk":
|
||||
"@bandada/api-sdk@npm:2.2.6, @bandada/api-sdk@workspace:libs/api-sdk":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@bandada/api-sdk@workspace:libs/api-sdk"
|
||||
dependencies:
|
||||
"@bandada/utils": "npm:2.2.5"
|
||||
"@bandada/utils": "npm:2.2.6"
|
||||
"@rollup/plugin-typescript": "npm:^11.0.0"
|
||||
rimraf: "npm:^4.1.2"
|
||||
rollup: "npm:^3.17.2"
|
||||
@@ -2323,11 +2323,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@bandada/credentials@npm:2.2.5, @bandada/credentials@workspace:libs/credentials":
|
||||
"@bandada/credentials@npm:2.2.6, @bandada/credentials@workspace:libs/credentials":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@bandada/credentials@workspace:libs/credentials"
|
||||
dependencies:
|
||||
"@bandada/utils": "npm:2.2.5"
|
||||
"@bandada/utils": "npm:2.2.6"
|
||||
"@rollup/plugin-typescript": "npm:^11.0.0"
|
||||
ethers: "npm:5.7.0"
|
||||
rimraf: "npm:^4.1.2"
|
||||
@@ -2351,7 +2351,7 @@ __metadata:
|
||||
rollup-plugin-cleanup: "npm:^3.2.1"
|
||||
typescript: "npm:^4.9.5"
|
||||
peerDependencies:
|
||||
"@bandada/contracts": 2.2.5
|
||||
"@bandada/contracts": 2.2.6
|
||||
"@nomiclabs/hardhat-ethers": ^2.0.0
|
||||
"@semaphore-protocol/contracts": 3.4.0
|
||||
ethers: ^5.4.7
|
||||
@@ -2359,7 +2359,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@bandada/utils@npm:2.2.5, @bandada/utils@workspace:libs/utils":
|
||||
"@bandada/utils@npm:2.2.6, @bandada/utils@workspace:libs/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@bandada/utils@workspace:libs/utils"
|
||||
dependencies:
|
||||
@@ -10722,8 +10722,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "api@workspace:apps/api"
|
||||
dependencies:
|
||||
"@bandada/credentials": "npm:2.2.5"
|
||||
"@bandada/utils": "npm:2.2.5"
|
||||
"@bandada/credentials": "npm:2.2.6"
|
||||
"@bandada/utils": "npm:2.2.6"
|
||||
"@ethersproject/hash": "npm:^5.7.0"
|
||||
"@nestjs/cli": "npm:^9.0.0"
|
||||
"@nestjs/common": "npm:^9.0.0"
|
||||
@@ -12725,8 +12725,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "client@workspace:apps/client"
|
||||
dependencies:
|
||||
"@bandada/api-sdk": "npm:2.2.5"
|
||||
"@bandada/utils": "npm:2.2.5"
|
||||
"@bandada/api-sdk": "npm:2.2.6"
|
||||
"@bandada/utils": "npm:2.2.6"
|
||||
"@chakra-ui/react": "npm:^2.5.1"
|
||||
"@chakra-ui/styled-system": "npm:^2.0.0"
|
||||
"@chakra-ui/theme-tools": "npm:^2.0.16"
|
||||
@@ -13945,8 +13945,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "dashboard@workspace:apps/dashboard"
|
||||
dependencies:
|
||||
"@bandada/credentials": "npm:2.2.5"
|
||||
"@bandada/utils": "npm:2.2.5"
|
||||
"@bandada/credentials": "npm:2.2.6"
|
||||
"@bandada/utils": "npm:2.2.6"
|
||||
"@chakra-ui/icons": "npm:^2.1.1"
|
||||
"@chakra-ui/react": "npm:^2.5.1"
|
||||
"@chakra-ui/styled-system": "npm:^2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user