@spicenet-io/spiceflow-ui 1.8.7 → 1.8.8

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.js CHANGED
@@ -4424,7 +4424,6 @@ const DepositWidget = ({
4424
4424
  chainBatches: hashedChainBatches
4425
4425
  },
4426
4426
  tokenTransfers: [
4427
- [],
4428
4427
  [
4429
4428
  {
4430
4429
  tokenAddress,
package/dist/index.js CHANGED
@@ -4422,7 +4422,6 @@ const DepositWidget = ({
4422
4422
  chainBatches: hashedChainBatches
4423
4423
  },
4424
4424
  tokenTransfers: [
4425
- [],
4426
4425
  [
4427
4426
  {
4428
4427
  tokenAddress,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",