@meteora-ag/dlmm 1.4.8-rc.0 → 1.4.10

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/dist/index.mjs CHANGED
@@ -11826,7 +11826,6 @@ var DLMM = class {
11826
11826
  ])
11827
11827
  ]);
11828
11828
  const [activeBin, positionsV2] = promiseResults;
11829
- console.log("\u{1F680} ~ DLMM ~ getPositionsByUserAndLbPair ~ positionsV2:", positionsV2);
11830
11829
  if (!activeBin) {
11831
11830
  throw new Error("Error fetching active bin");
11832
11831
  }
@@ -15039,7 +15038,7 @@ var DLMM = class {
15039
15038
  position.positionData
15040
15039
  );
15041
15040
  if (!maybeClaimableBinRange)
15042
- return;
15041
+ return [];
15043
15042
  const { lowerBinId, upperBinId } = maybeClaimableBinRange;
15044
15043
  const binArrayAccountsMeta = getBinArrayAccountMetasCoverage(
15045
15044
  lowerBinId,