@minswap/noodles-sdk 0.0.38-next.1 → 0.0.38-next.2

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.cjs CHANGED
@@ -673,7 +673,6 @@ var types_TradeFeeOptions;
673
673
  txb,
674
674
  slippage
675
675
  });
676
- await client.devInspectTransactionBlock(txb);
677
676
  return txb.build({
678
677
  client: this._suiClient
679
678
  });
package/dist/index.js CHANGED
@@ -572,7 +572,6 @@ var types_TradeFeeOptions;
572
572
  txb,
573
573
  slippage
574
574
  });
575
- await client.devInspectTransactionBlock(txb);
576
575
  return txb.build({
577
576
  client: this._suiClient
578
577
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minswap/noodles-sdk",
3
- "version": "0.0.38-next.1",
3
+ "version": "0.0.38-next.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {