@jimmygu/sfa-sdk-test 1.0.7 → 1.0.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.js CHANGED
@@ -4892,7 +4892,7 @@ var HyperliquidService = class {
4892
4892
  method: "GET",
4893
4893
  url: "/v0/deposit",
4894
4894
  query: {
4895
- deposit_id: params.depositId
4895
+ depositId: params.depositId
4896
4896
  },
4897
4897
  mediaType: "application/json",
4898
4898
  errors: {
package/dist/index.mjs CHANGED
@@ -4831,7 +4831,7 @@ var HyperliquidService = class {
4831
4831
  method: "GET",
4832
4832
  url: "/v0/deposit",
4833
4833
  query: {
4834
- deposit_id: params.depositId
4834
+ depositId: params.depositId
4835
4835
  },
4836
4836
  mediaType: "application/json",
4837
4837
  errors: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmygu/sfa-sdk-test",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
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",