@kamino-finance/klend-sdk 5.6.0 → 5.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kamino-finance/klend-sdk",
3
- "version": "5.6.0",
3
+ "version": "5.7.0",
4
4
  "description": "Typescript SDK for interacting with the Kamino Lending (klend) protocol",
5
5
  "repository": {
6
6
  "type": "git",
@@ -133,7 +133,7 @@
133
133
  "dependencies": {
134
134
  "@coral-xyz/anchor": "^0.28.0",
135
135
  "@coral-xyz/borsh": "^0.28.0",
136
- "@kamino-finance/farms-sdk": "^2.1.0",
136
+ "@kamino-finance/farms-sdk": "^2.2.0",
137
137
  "@kamino-finance/kliquidity-sdk": "^6.3.1",
138
138
  "@kamino-finance/scope-sdk": "^8.0.2",
139
139
  "@solana/buffer-layout": "^4.0.0",
@@ -186,10 +186,5 @@
186
186
  "typedoc": "^0.22.10",
187
187
  "typescript": "^5.4.5",
188
188
  "typescript-eslint": "^0.0.1-alpha.0"
189
- },
190
- "resolutions": {
191
- "@kamino-finance/farms-sdk": "^2.0.3",
192
- "@kamino-finance/kliquidity-sdk": "^6.2.1"
193
- },
194
- "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
189
+ }
195
190
  }