@jpool/bond-sdk 0.9.0-next.19 → 0.9.0-next.20

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
@@ -6830,8 +6830,8 @@ var JBondClient = class _JBondClient {
6830
6830
  const bondStateStats = await this.getBondStateStats(state);
6831
6831
  bondStates.push(
6832
6832
  {
6833
- bond_state: state,
6834
- state_stats: bondStateStats
6833
+ bondState: state,
6834
+ stateStats: bondStateStats
6835
6835
  }
6836
6836
  );
6837
6837
  }