@kamino-finance/klend-sdk 5.7.0 → 5.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kamino-finance/klend-sdk",
3
- "version": "5.7.0",
3
+ "version": "5.8.0",
4
4
  "description": "Typescript SDK for interacting with the Kamino Lending (klend) protocol",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,6 +22,7 @@
22
22
  "types": "dist/index.d.ts",
23
23
  "files": [
24
24
  "dist",
25
+ "src/**/*.json",
25
26
  "src/**/*.ts"
26
27
  ],
27
28
  "exports": {
@@ -134,7 +135,7 @@
134
135
  "@coral-xyz/anchor": "^0.28.0",
135
136
  "@coral-xyz/borsh": "^0.28.0",
136
137
  "@kamino-finance/farms-sdk": "^2.2.0",
137
- "@kamino-finance/kliquidity-sdk": "^6.3.1",
138
+ "@kamino-finance/kliquidity-sdk": "^6.4.0",
138
139
  "@kamino-finance/scope-sdk": "^8.0.2",
139
140
  "@solana/buffer-layout": "^4.0.0",
140
141
  "@solana/spl-token": "^0.4.8",