@swapkit/sdk 4.1.4 → 4.1.5

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.
@@ -57,7 +57,7 @@ export declare const defaultPlugins: {
57
57
  resolve(name: string): Promise<string | null>;
58
58
  transfer(name: string, newOwner: string): Promise<string>;
59
59
  };
60
- swap(swapParams: import("@swapkit/helpers").SwapParams<"near", import("@swapkit/server").QuoteResponseRoute>): Promise<string>;
60
+ swap(swapParams: import("@swapkit/helpers").SwapParams<"near", import("@swapkit/server").QuoteResponseRoute>): Promise<any>;
61
61
  };
62
62
  solana: (pluginParams: import("@swapkit/plugins").SwapKitPluginParams) => {
63
63
  supportedSwapkitProviders: import("@swapkit/helpers").ProviderName[];
@@ -378,7 +378,7 @@ export declare function createSwapKit(config?: Parameters<typeof SwapKit>[0]): {
378
378
  resolve(name: string): Promise<string | null>;
379
379
  transfer(name: string, newOwner: string): Promise<string>;
380
380
  };
381
- swap(swapParams: import("@swapkit/helpers").SwapParams<"near", import("@swapkit/server").QuoteResponseRoute>): Promise<string>;
381
+ swap(swapParams: import("@swapkit/helpers").SwapParams<"near", import("@swapkit/server").QuoteResponseRoute>): Promise<any>;
382
382
  };
383
383
  solana: {
384
384
  supportedSwapkitProviders: import("@swapkit/helpers").ProviderName[];
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "swapkit-oss",
3
3
  "dependencies": {
4
4
  "@swapkit/core": "4.0.38",
5
- "@swapkit/plugins": "4.1.8",
5
+ "@swapkit/plugins": "4.1.9",
6
6
  "@swapkit/server": "4.0.37",
7
7
  "@swapkit/wallets": "4.2.4"
8
8
  },
@@ -35,5 +35,5 @@
35
35
  "type-check:go": "tsgo"
36
36
  },
37
37
  "type": "module",
38
- "version": "4.1.4"
38
+ "version": "4.1.5"
39
39
  }