@gearbox-protocol/sdk 1.5.17 → 1.5.18

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.
@@ -29,8 +29,8 @@ export declare class CreditAccountData {
29
29
  calcBorrowAmountPlusInterestRate(currentCumulativeIndex: BigNumber): BigNumber;
30
30
  updateHealthFactor(creditManager: CreditManagerData, currentCumulativeIndex: BigNumber, priceOracle: PriceOracleData): void;
31
31
  get id(): string;
32
- protected hash(): string;
33
- protected static hash(creditManager: string, borrower: string): string;
32
+ hash(): string;
33
+ static hash(creditManager: string, borrower: string): string;
34
34
  }
35
35
  export declare function sortBalances(balances: Record<string, BigNumber>, prices: Record<string, BigNumber>, tokens: Record<string, TokenData>): Array<[string, BigNumber]>;
36
36
  export declare function tokensAbcComparator(t1?: TokenData, t2?: TokenData): 1 | -1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.5.17",
3
+ "version": "1.5.18",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",