@jup-ag/lend 0.0.7 → 0.0.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.
@@ -1,8 +1,5 @@
1
1
  import { PublicKey } from '@solana/web3.js';
2
-
3
- const address$2 = "5uDkCoM96pwGYhAUucvCzLfm5UcjVRuxz6gH81RnRBmL";
4
- const liquidity$1 = {
5
- address: address$2};
2
+ import { a as address$2 } from './lend.D5fnz2Fg.mjs';
6
3
 
7
4
  const address$1 = "7tjE28izRUjzmxC1QNXnNwcc4N82CNYCexf3k8mw67s3";
8
5
  const metadata = {
@@ -3022,4 +3019,4 @@ const lendingRewardRateModel = {
3022
3019
  getLendingRewardsRateModel: getLendingRewardsRateModel
3023
3020
  };
3024
3021
 
3025
- export { liquidity as a, lendingRewardRateModel as b, getLending as c, getLiquidity as d, getLendingRewardsRateModel as e, getRateModel as f, getLendingToken as g, getUserBorrowPosition as h, getUserSupplyPosition as i, getTokenReserveFromAsset as j, getClaimAccount as k, lending as l, getLendingAdmin as m, liquidity$1 as n, lending$1 as o };
3022
+ export { liquidity as a, lendingRewardRateModel as b, getLending as c, getLiquidity as d, getLendingRewardsRateModel as e, getRateModel as f, getLendingToken as g, getUserBorrowPosition as h, getUserSupplyPosition as i, getTokenReserveFromAsset as j, getClaimAccount as k, lending as l, getLendingAdmin as m, lending$1 as n };
@@ -0,0 +1,5 @@
1
+ const address = "5uDkCoM96pwGYhAUucvCzLfm5UcjVRuxz6gH81RnRBmL";
2
+ const liquidity = {
3
+ address: address};
4
+
5
+ export { address as a, liquidity as l };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jup-ag/lend",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -13,6 +13,10 @@
13
13
  "./earn": {
14
14
  "types": "./dist/earn/index.d.mts",
15
15
  "default": "./dist/earn/index.mjs"
16
+ },
17
+ "./borrow": {
18
+ "types": "./dist/borrow/index.d.mts",
19
+ "default": "./dist/borrow/index.mjs"
16
20
  }
17
21
  },
18
22
  "files": [