From 7ae40bf960d84e6cb21be41a5d11a95ce77c582c Mon Sep 17 00:00:00 2001 From: humaci Date: Fri, 22 Nov 2024 16:35:46 +0000 Subject: [PATCH] v0.0.62 --- lerna.json | 2 +- packages/huma-sdk/package.json | 4 ++-- packages/huma-shared/package.json | 8 +++---- packages/huma-web-shared/package.json | 18 +++++++-------- packages/huma-widget/package.json | 32 +++++++++++++-------------- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/lerna.json b/lerna.json index b2b124d..b800daf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.61" + "version": "0.0.62" } diff --git a/packages/huma-sdk/package.json b/packages/huma-sdk/package.json index a54f2e3..4e9d926 100644 --- a/packages/huma-sdk/package.json +++ b/packages/huma-sdk/package.json @@ -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", @@ -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", diff --git a/packages/huma-shared/package.json b/packages/huma-shared/package.json index f1acee3..652cceb 100644 --- a/packages/huma-shared/package.json +++ b/packages/huma-shared/package.json @@ -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", @@ -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", @@ -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" }, diff --git a/packages/huma-web-shared/package.json b/packages/huma-web-shared/package.json index 85a3fb3..bef401a 100644 --- a/packages/huma-web-shared/package.json +++ b/packages/huma-web-shared/package.json @@ -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", @@ -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": { diff --git a/packages/huma-widget/package.json b/packages/huma-widget/package.json index a6da1a0..61fa941 100644 --- a/packages/huma-widget/package.json +++ b/packages/huma-widget/package.json @@ -1,6 +1,6 @@ { "name": "@huma-finance/widgets", - "version": "0.0.61", + "version": "0.0.62", "publishConfig": { "access": "public" }, @@ -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", @@ -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"