@paraspell/sdk-core 10.8.2 → 10.8.3

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 CHANGED
@@ -4926,7 +4926,6 @@ var dryRunInternal = /*#__PURE__*/function () {
4926
4926
  tx: tx,
4927
4927
  node: origin,
4928
4928
  address: senderAddress,
4929
- asset: asset,
4930
4929
  feeAsset: resolvedFeeAsset
4931
4930
  });
4932
4931
  case 1:
@@ -5205,7 +5204,6 @@ var getOriginXcmFee = /*#__PURE__*/function () {
5205
5204
  tx: tx,
5206
5205
  node: origin,
5207
5206
  address: senderAddress,
5208
- asset: asset,
5209
5207
  feeAsset: resolvedFeeAsset
5210
5208
  });
5211
5209
  case 5:
package/dist/index.d.ts CHANGED
@@ -540,7 +540,6 @@ type TDryRunCallBaseOptions<TRes> = {
540
540
  * The address to dry-run with
541
541
  */
542
542
  address: string;
543
- asset: TAsset;
544
543
  feeAsset?: TAsset;
545
544
  };
546
545
  type TDryRunCallOptions<TApi, TRes> = WithApi<TDryRunCallBaseOptions<TRes>, TApi, TRes>;
package/dist/index.mjs CHANGED
@@ -4927,7 +4927,6 @@ var dryRunInternal = /*#__PURE__*/function () {
4927
4927
  tx: tx,
4928
4928
  node: origin,
4929
4929
  address: senderAddress,
4930
- asset: asset,
4931
4930
  feeAsset: resolvedFeeAsset
4932
4931
  });
4933
4932
  case 1:
@@ -5206,7 +5205,6 @@ var getOriginXcmFee = /*#__PURE__*/function () {
5206
5205
  tx: tx,
5207
5206
  node: origin,
5208
5207
  address: senderAddress,
5209
- asset: asset,
5210
5208
  feeAsset: resolvedFeeAsset
5211
5209
  });
5212
5210
  case 5:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-core",
3
- "version": "10.8.2",
3
+ "version": "10.8.3",
4
4
  "description": "SDK core for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,9 +26,9 @@
26
26
  "@noble/hashes": "^1.8.0",
27
27
  "@scure/base": "^1.2.6",
28
28
  "viem": "^2.31.6",
29
- "@paraspell/assets": "10.8.2",
30
- "@paraspell/sdk-common": "10.8.2",
31
- "@paraspell/pallets": "10.8.2"
29
+ "@paraspell/pallets": "10.8.3",
30
+ "@paraspell/sdk-common": "10.8.3",
31
+ "@paraspell/assets": "10.8.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/plugin-syntax-import-attributes": "^7.27.1",