@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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
6834
|
-
|
|
6833
|
+
bondState: state,
|
|
6834
|
+
stateStats: bondStateStats
|
|
6835
6835
|
}
|
|
6836
6836
|
);
|
|
6837
6837
|
}
|