Skip to content

Commit

Permalink
Merge pull request #115 from mercurial-finance/bump-saberhq-ver
Browse files Browse the repository at this point in the history
fix: saberhq version bump
  • Loading branch information
McSam94 authored Nov 6, 2023
2 parents c590d6b + 618ea5d commit b8c4e9f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 45 deletions.
8 changes: 4 additions & 4 deletions ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mercurial-finance/vault-sdk",
"version": "0.5.1",
"version": "0.5.2",
"description": "Mercurial Vault SDK is a typescript library that allows you to interact with Mercurial v2's vault.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@mithraic-labs/psylend-utils": "0.0.3-rc39",
"@project-serum/anchor": "0.25.0",
"@quarryprotocol/quarry-sdk": "5.0.2",
"@saberhq/anchor-contrib": "^1.13.6",
"@saberhq/anchor-contrib": "1.13.32",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "0.1.8",
"@solana/spl-token-registry": "0.2.1105",
Expand All @@ -42,8 +42,8 @@
"jsbi": "4.3.0"
},
"devDependencies": {
"@saberhq/solana-contrib": "1.13.6",
"@saberhq/token-utils": "1.13.6",
"@saberhq/solana-contrib": "1.13.32",
"@saberhq/token-utils": "1.13.32",
"@tsconfig/recommended": "^1.0.1",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.1",
Expand Down
72 changes: 31 additions & 41 deletions ts-client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8c4e9f

Please sign in to comment.