@paraspell/sdk-pjs 11.14.5 → 11.14.6

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
@@ -505,7 +505,7 @@ var PolkadotJsApi = /*#__PURE__*/function () {
505
505
  }, {
506
506
  key: "getMethod",
507
507
  value: function getMethod(tx) {
508
- return tx.method.toString();
508
+ return tx.method.method;
509
509
  }
510
510
  }, {
511
511
  key: "getTypeThenAssetCount",
package/dist/index.mjs CHANGED
@@ -504,7 +504,7 @@ var PolkadotJsApi = /*#__PURE__*/function () {
504
504
  }, {
505
505
  key: "getMethod",
506
506
  value: function getMethod(tx) {
507
- return tx.method.toString();
507
+ return tx.method.method;
508
508
  }
509
509
  }, {
510
510
  key: "getTypeThenAssetCount",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-pjs",
3
- "version": "11.14.5",
3
+ "version": "11.14.6",
4
4
  "description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "@snowbridge/contract-types": "0.2.12",
28
28
  "ethers": "^6.15.0",
29
29
  "viem": "^2.38.5",
30
- "@paraspell/sdk-core": "11.14.5"
30
+ "@paraspell/sdk-core": "11.14.6"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@polkadot/api": ">= 16.0 < 17",