Skip to content

Commit

Permalink
v0.0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
humaci authored and shan57blocks committed Dec 11, 2024
1 parent 0a91102 commit 7ae40bf
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.0.61"
"version": "0.0.62"
}
4 changes: 2 additions & 2 deletions packages/huma-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huma-finance/sdk",
"version": "0.0.61",
"version": "0.0.62",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.6.0",
"@huma-finance/shared": "^0.0.61",
"@huma-finance/shared": "^0.0.62",
"@irys/sdk": "^0.2.11",
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/huma-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huma-finance/shared",
"version": "0.0.61",
"version": "0.0.62",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -74,8 +74,8 @@
]
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@typechain/ethers-v5": "^10.1.0",
"@types/bn.js": "^5.1.0",
"@types/jest": "^29.5.2",
"@types/node": "^17.0.45",
"@types/qrcode": "^1.5.0",
Expand Down Expand Up @@ -105,10 +105,10 @@
"url-loader": "^4.1.1"
},
"peerDependencies": {
"@web3-react/types": "^8.2.0",
"@coral-xyz/anchor": "^0.30.1",
"@solana/web3.js": "^1.95.3",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.3",
"@web3-react/types": "^8.2.0",
"ethers": "^5.6.1",
"graphql-request": "5.1.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/huma-web-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huma-finance/web-shared",
"version": "0.0.61",
"version": "0.0.62",
"types": "./dist/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -82,21 +82,21 @@
"ts-jest": "^29.1.1"
},
"peerDependencies": {
"ethers": "^5.6.1",
"@coral-xyz/anchor": "^0.30.1",
"@huma-finance/soroban-credit-storage": "0.0.15",
"@huma-finance/soroban-huma-config": "0.0.15",
"@huma-finance/soroban-pool-storage": "0.0.15",
"@huma-finance/soroban-sdk": "^0.0.15",
"@huma-finance/soroban-tranche-vault": "0.0.15",
"@solana/spl-token": "^0.4.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.3",
"@solana/spl-token": "^0.4.8",
"@stellar/freighter-api": "^3.0.0",
"@huma-finance/soroban-credit-storage": "0.0.15",
"@huma-finance/soroban-huma-config": "0.0.15",
"@huma-finance/soroban-pool-storage": "0.0.15",
"@huma-finance/soroban-sdk": "^0.0.15",
"@huma-finance/soroban-tranche-vault": "0.0.15",
"@stellar/stellar-sdk": "^12.3.0",
"@coral-xyz/anchor": "^0.30.1",
"ethers": "^5.6.1",
"lodash": "^4.17.21"
},
"optionalDependencies": {
Expand Down
32 changes: 16 additions & 16 deletions packages/huma-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huma-finance/widgets",
"version": "0.0.61",
"version": "0.0.62",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,9 +29,9 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.6.0",
"@ethersproject/units": "^5.6.0",
"@huma-finance/sdk": "^0.0.61",
"@huma-finance/shared": "^0.0.61",
"@huma-finance/web-shared": "^0.0.61",
"@huma-finance/sdk": "^0.0.62",
"@huma-finance/shared": "^0.0.62",
"@huma-finance/web-shared": "^0.0.62",
"@mui/x-date-pickers": "^5.0.7",
"@notifi-network/notifi-frontend-client": "^1.1.2",
"@notifi-network/notifi-react": "^1.1.2",
Expand Down Expand Up @@ -178,25 +178,25 @@
"wagmi": "^0.12.10"
},
"peerDependencies": {
"ethers": "^5.6.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-redux": ">=7.2.2",
"redux": ">=4.1.2",
"@coral-xyz/anchor": "^0.30.1",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@huma-finance/soroban-tranche-vault": "0.0.15",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@soroban-react/core": "^9.3.0",
"@mui/icons-material": "^5.3.0",
"@mui/material": "^5.0.6",
"@mui/styles": "^5.0.2",
"@mui/system": "^5.0.6",
"@mui/x-date-pickers": "^5.0.7",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0"
"@solana/spl-token": "^0.4.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.3",
"@soroban-react/core": "^9.3.0",
"ethers": "^5.6.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-redux": ">=7.2.2",
"redux": ">=4.1.2"
},
"optionalDependencies": {
"encoding": "^0.1.13"
Expand Down

0 comments on commit 7ae40bf

Please sign in to comment.