@sonarwatch/portfolio-plugins 0.14.7 → 0.14.8

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.14.8](https://github.com/sonarwatch/portfolio/compare/plugins-0.14.7...plugins-0.14.8) (2024-10-17)
6
+
7
+
8
+
5
9
  ## [0.14.7](https://github.com/sonarwatch/portfolio/compare/plugins-0.14.6...plugins-0.14.7) (2024-10-17)
6
10
 
7
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-plugins",
3
- "version": "0.14.7",
3
+ "version": "0.14.8",
4
4
  "type": "commonjs",
5
5
  "types": "./src/index.d.ts",
6
6
  "peerDependencies": {
@@ -130,7 +130,7 @@ function getElementsFromObligations(obligations, reserveByAddress, marketByAddre
130
130
  },
131
131
  ];
132
132
  element.addBorrowedYield(cBorrowedYields);
133
- element.addSuppliedAsset({
133
+ element.addBorrowedAsset({
134
134
  address: lMint,
135
135
  amount: borrowedAmount,
136
136
  alreadyShifted: true,