mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 16:07:56 -05:00
chore: v2.0.0
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"build": "nest build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/credentials": "1.1.0",
|
||||
"@bandada/utils": "1.1.0",
|
||||
"@bandada/credentials": "2.0.0",
|
||||
"@bandada/utils": "2.0.0",
|
||||
"@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": "1.1.0",
|
||||
"@bandada/utils": "1.1.0",
|
||||
"@bandada/api-sdk": "2.0.0",
|
||||
"@bandada/utils": "2.0.0",
|
||||
"@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": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"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": "1.1.0",
|
||||
"@bandada/utils": "1.1.0",
|
||||
"@bandada/credentials": "2.0.0",
|
||||
"@bandada/utils": "2.0.0",
|
||||
"@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/api-sdk",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"description": "A Typescript SDK for the Bandada API.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
@@ -29,7 +29,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/utils": "1.1.0"
|
||||
"@bandada/utils": "2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-typescript": "^11.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/credentials",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"description": "Bandada library to validate users' credentials.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
@@ -29,7 +29,7 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bandada/utils": "1.1.0",
|
||||
"@bandada/utils": "2.0.0",
|
||||
"ethers": "5.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/hardhat",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"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": "1.1.0",
|
||||
"@bandada/contracts": "2.0.0",
|
||||
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
||||
"@semaphore-protocol/contracts": "3.4.0",
|
||||
"ethers": "^5.4.7",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bandada/utils",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"description": "General Bandada utility functions.",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.node.js",
|
||||
|
||||
24
yarn.lock
24
yarn.lock
@@ -783,11 +783,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@bandada/api-sdk@1.1.0, @bandada/api-sdk@workspace:libs/api-sdk":
|
||||
"@bandada/api-sdk@2.0.0, @bandada/api-sdk@workspace:libs/api-sdk":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@bandada/api-sdk@workspace:libs/api-sdk"
|
||||
dependencies:
|
||||
"@bandada/utils": 1.1.0
|
||||
"@bandada/utils": 2.0.0
|
||||
"@rollup/plugin-typescript": ^11.0.0
|
||||
rimraf: ^4.1.2
|
||||
rollup: ^3.17.2
|
||||
@@ -805,11 +805,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@bandada/credentials@1.1.0, @bandada/credentials@workspace:libs/credentials":
|
||||
"@bandada/credentials@2.0.0, @bandada/credentials@workspace:libs/credentials":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@bandada/credentials@workspace:libs/credentials"
|
||||
dependencies:
|
||||
"@bandada/utils": 1.1.0
|
||||
"@bandada/utils": 2.0.0
|
||||
"@rollup/plugin-typescript": ^11.0.0
|
||||
ethers: 5.7.0
|
||||
rimraf: ^4.1.2
|
||||
@@ -833,7 +833,7 @@ __metadata:
|
||||
rollup-plugin-cleanup: ^3.2.1
|
||||
typescript: ^4.9.5
|
||||
peerDependencies:
|
||||
"@bandada/contracts": 1.1.0
|
||||
"@bandada/contracts": 2.0.0
|
||||
"@nomiclabs/hardhat-ethers": ^2.0.0
|
||||
"@semaphore-protocol/contracts": 3.4.0
|
||||
ethers: ^5.4.7
|
||||
@@ -841,7 +841,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@bandada/utils@1.1.0, @bandada/utils@workspace:libs/utils":
|
||||
"@bandada/utils@2.0.0, @bandada/utils@workspace:libs/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@bandada/utils@workspace:libs/utils"
|
||||
dependencies:
|
||||
@@ -7698,8 +7698,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "api@workspace:apps/api"
|
||||
dependencies:
|
||||
"@bandada/credentials": 1.1.0
|
||||
"@bandada/utils": 1.1.0
|
||||
"@bandada/credentials": 2.0.0
|
||||
"@bandada/utils": 2.0.0
|
||||
"@ethersproject/hash": ^5.7.0
|
||||
"@nestjs/cli": ^9.0.0
|
||||
"@nestjs/common": ^9.0.0
|
||||
@@ -9302,8 +9302,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "client@workspace:apps/client"
|
||||
dependencies:
|
||||
"@bandada/api-sdk": 1.1.0
|
||||
"@bandada/utils": 1.1.0
|
||||
"@bandada/api-sdk": 2.0.0
|
||||
"@bandada/utils": 2.0.0
|
||||
"@chakra-ui/react": ^2.5.1
|
||||
"@chakra-ui/styled-system": ^2.0.0
|
||||
"@chakra-ui/theme-tools": ^2.0.16
|
||||
@@ -10104,8 +10104,8 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "dashboard@workspace:apps/dashboard"
|
||||
dependencies:
|
||||
"@bandada/credentials": 1.1.0
|
||||
"@bandada/utils": 1.1.0
|
||||
"@bandada/credentials": 2.0.0
|
||||
"@bandada/utils": 2.0.0
|
||||
"@chakra-ui/react": ^2.5.1
|
||||
"@chakra-ui/styled-system": ^2.0.0
|
||||
"@chakra-ui/theme-tools": ^2.0.16
|
||||
|
||||
Reference in New Issue
Block a user