@drift-labs/sdk 2.33.1-beta.9 → 2.34.1-beta.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 2.33.1-beta.9
1
+ 2.34.1-beta.1
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.33.0",
2
+ "version": "2.34.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
package/lib/types.d.ts CHANGED
@@ -766,6 +766,7 @@ export type AMM = {
766
766
  totalFeeMinusDistributions: BN;
767
767
  totalFeeWithdrawn: BN;
768
768
  totalFee: BN;
769
+ totalFeeEarnedPerLp: BN;
769
770
  userLpShares: BN;
770
771
  baseAssetAmountWithUnsettledLp: BN;
771
772
  orderStepSize: BN;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.33.1-beta.9",
3
+ "version": "2.34.1-beta.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.33.0",
2
+ "version": "2.34.0",
3
3
  "name": "drift",
4
4
  "instructions": [
5
5
  {
package/src/types.ts CHANGED
@@ -709,6 +709,7 @@ export type AMM = {
709
709
  totalFeeMinusDistributions: BN;
710
710
  totalFeeWithdrawn: BN;
711
711
  totalFee: BN;
712
+ totalFeeEarnedPerLp: BN;
712
713
  userLpShares: BN;
713
714
  baseAssetAmountWithUnsettledLp: BN;
714
715
  orderStepSize: BN;