@swapkit/core 4.4.26 → 4.4.27

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.
@@ -2120,6 +2120,7 @@ export declare function SwapKit<Plugins extends ReturnType<typeof createPlugin>,
2120
2120
  transfer: ({ assetValue, memo, recipient, feeOptionKey, sender, ...tx }: import("@swapkit/toolboxes/evm").EVMTransferParams) => Promise<string>;
2121
2121
  validateAddress: typeof import("@swapkit/toolboxes/evm").validateEVMAddress;
2122
2122
  };
2123
+ SPARK: never;
2123
2124
  XLM: ChainWallet<Chain.Stellar> & {
2124
2125
  broadcastTransaction: (signedTransaction: {
2125
2126
  toXDR: () => string;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
3
  "dependencies": {
4
- "@swapkit/helpers": "4.13.9",
5
- "@swapkit/plugins": "4.6.40",
6
- "@swapkit/toolboxes": "4.15.13",
7
- "@swapkit/wallet-core": "4.3.0"
4
+ "@swapkit/helpers": "4.13.10",
5
+ "@swapkit/plugins": "4.6.41",
6
+ "@swapkit/toolboxes": "4.15.14",
7
+ "@swapkit/wallet-core": "4.3.1"
8
8
  },
9
9
  "description": "SwapKit - Core",
10
10
  "devDependencies": { "@stricahq/typhonjs": "3.1.0", "cosmjs-types": "0.11.0", "ts-pattern": "5.9.0" },
@@ -26,5 +26,5 @@
26
26
  "type-check:go": "tsgo"
27
27
  },
28
28
  "type": "module",
29
- "version": "4.4.26"
29
+ "version": "4.4.27"
30
30
  }