@paraspell/sdk-core 11.1.0 → 11.1.1

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
@@ -8138,7 +8138,7 @@ var Parachain = /*#__PURE__*/function () {
8138
8138
  method: method
8139
8139
  };
8140
8140
  shouldUseTeleport = this.shouldUseNativeAssetTeleport(sendOptions);
8141
- if (!shouldUseTeleport) {
8141
+ if (!(shouldUseTeleport && this.chain !== 'Mythos' && destination !== 'Mythos')) {
8142
8142
  _context.n = 6;
8143
8143
  break;
8144
8144
  }
package/dist/index.mjs CHANGED
@@ -8139,7 +8139,7 @@ var Parachain = /*#__PURE__*/function () {
8139
8139
  method: method
8140
8140
  };
8141
8141
  shouldUseTeleport = this.shouldUseNativeAssetTeleport(sendOptions);
8142
- if (!shouldUseTeleport) {
8142
+ if (!(shouldUseTeleport && this.chain !== 'Mythos' && destination !== 'Mythos')) {
8143
8143
  _context.n = 6;
8144
8144
  break;
8145
8145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-core",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
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.33.2",
29
- "@paraspell/pallets": "11.1.0",
30
- "@paraspell/sdk-common": "11.1.0",
31
- "@paraspell/assets": "11.1.0"
29
+ "@paraspell/assets": "11.1.1",
30
+ "@paraspell/pallets": "11.1.1",
31
+ "@paraspell/sdk-common": "11.1.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/plugin-syntax-import-attributes": "^7.27.1",