@carrot-protocol/clend-vaults-rpc 0.0.13 → 0.0.14-upgrade-sol1-dev-c970813

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.
@@ -1922,6 +1922,11 @@
1922
1922
  "code": 6024,
1923
1923
  "name": "TooManyItems",
1924
1924
  "msg": "Too many items in array"
1925
+ },
1926
+ {
1927
+ "code": 6025,
1928
+ "name": "ClendGroupNotFound",
1929
+ "msg": "Clend group not found"
1925
1930
  }
1926
1931
  ],
1927
1932
  "types": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/clend-vaults-rpc",
3
- "version": "0.0.13",
3
+ "version": "0.0.14-upgrade-sol1-dev-c970813",
4
4
  "description": "clend vaults rpc client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@carrot-protocol/clend-rpc": "0.1.48",
27
- "@coral-xyz/anchor": "^0.31.1",
27
+ "@coral-xyz/anchor": "^0.32.1",
28
28
  "@jup-ag/api": "6.0.44",
29
29
  "@solana/spl-token": "^0.4.14",
30
30
  "decimal.js": "^10.6.0"