@paraspell/sdk-pjs 14.1.0 → 14.2.0

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1350,7 +1350,7 @@ var PolkadotJsApi = /*#__PURE__*/function (_PolkadotApi) {
1350
1350
  proofSize: BigInt(actualWeight.proofSize)
1351
1351
  } : undefined;
1352
1352
  destParaId = forwardedXcms.length === 0 ? undefined : function (i, _ref0) {
1353
- return i.Here ? 0 : (_ref0 = Array.isArray(i.x1) ? i.x1[0] : i.x1) === null || _ref0 === void 0 ? void 0 : _ref0.parachain;
1353
+ return i.here === null ? 0 : (_ref0 = Array.isArray(i.x1) ? i.x1[0] : i.x1) === null || _ref0 === void 0 ? void 0 : _ref0.parachain;
1354
1354
  }(Object.values(forwardedXcms[0])[0].interior);
1355
1355
  if (!(this.hasXcmPaymentApiSupport(chain) && asset)) {
1356
1356
  _context13.n = 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/sdk-pjs",
3
- "version": "14.1.0",
3
+ "version": "14.2.0",
4
4
  "description": "Polkadot.js based SDK for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,8 +22,8 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@paraspell/sdk-common": "14.1.0",
26
- "@paraspell/sdk-core": "14.1.0"
25
+ "@paraspell/sdk-common": "14.2.0",
26
+ "@paraspell/sdk-core": "14.2.0"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@polkadot/api": ">= 16.0 < 17",