@spicenet-io/spiceflow-ui 1.9.29 → 1.9.30

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
@@ -5283,7 +5283,7 @@ const DepositWidget = ({
5283
5283
  if (!signature) throw new Error("Failed to sign intent authorization");
5284
5284
  const intent = {
5285
5285
  mode: "7702",
5286
- signatureType: "eip712",
5286
+ signatureType: "ecdsa",
5287
5287
  signature,
5288
5288
  nbf: 0,
5289
5289
  exp: 0,
package/dist/index.js CHANGED
@@ -5281,7 +5281,7 @@ const DepositWidget = ({
5281
5281
  if (!signature) throw new Error("Failed to sign intent authorization");
5282
5282
  const intent = {
5283
5283
  mode: "7702",
5284
- signatureType: "eip712",
5284
+ signatureType: "ecdsa",
5285
5285
  signature,
5286
5286
  nbf: 0,
5287
5287
  exp: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.9.29",
3
+ "version": "1.9.30",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",