@jimmygu/sfa-sdk-test 1.0.10 → 1.0.11

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 CHANGED
@@ -776,6 +776,7 @@ declare class HyperliquidService {
776
776
  spender: string;
777
777
  token: string;
778
778
  v: 28 | 27;
779
+ nonce: any;
779
780
  }>;
780
781
  }
781
782
  declare const Hyperliquid: HyperliquidService;
package/dist/index.d.ts CHANGED
@@ -776,6 +776,7 @@ declare class HyperliquidService {
776
776
  spender: string;
777
777
  token: string;
778
778
  v: 28 | 27;
779
+ nonce: any;
779
780
  }>;
780
781
  }
781
782
  declare const Hyperliquid: HyperliquidService;
package/dist/index.js CHANGED
@@ -4966,7 +4966,8 @@ var HyperliquidService = class {
4966
4966
  s,
4967
4967
  spender: SPENDER,
4968
4968
  token: tokenAddress,
4969
- v
4969
+ v,
4970
+ nonce
4970
4971
  };
4971
4972
  console.log("permitParams: %o", permitParams);
4972
4973
  return permitParams;
package/dist/index.mjs CHANGED
@@ -4904,7 +4904,8 @@ var HyperliquidService = class {
4904
4904
  s,
4905
4905
  spender: SPENDER,
4906
4906
  token: tokenAddress,
4907
- v
4907
+ v,
4908
+ nonce
4908
4909
  };
4909
4910
  console.log("permitParams: %o", permitParams);
4910
4911
  return permitParams;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmygu/sfa-sdk-test",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "TypeScript SDK for StableFlow AI API - Cross-chain token swap solution",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",