@paraspell/pallets 13.7.0 → 13.7.2

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 +0 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1632,7 +1632,6 @@ var getNativeAssetsPallet = function getNativeAssetsPallet(chain, ctx) {
1632
1632
  var _ctx$customChainPalle;
1633
1633
  var entry = ctx === null || ctx === void 0 || (_ctx$customChainPalle = ctx.customChainPallets) === null || _ctx$customChainPalle === void 0 ? void 0 : _ctx$customChainPalle[chain];
1634
1634
  if (!entry) {
1635
- // TODO: Fix this cast
1636
1635
  throw new XcmPalletNotFoundError(chain);
1637
1636
  }
1638
1637
  return entry.nativeAssets;
@@ -1644,7 +1643,6 @@ var getOtherAssetsPallets = function getOtherAssetsPallets(chain, ctx) {
1644
1643
  var _ctx$customChainPalle2;
1645
1644
  var entry = ctx === null || ctx === void 0 || (_ctx$customChainPalle2 = ctx.customChainPallets) === null || _ctx$customChainPalle2 === void 0 ? void 0 : _ctx$customChainPalle2[chain];
1646
1645
  if (!entry) {
1647
- // TODO: Fix this cast
1648
1646
  throw new XcmPalletNotFoundError(chain);
1649
1647
  }
1650
1648
  return entry.otherAssets;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/pallets",
3
- "version": "13.7.0",
3
+ "version": "13.7.2",
4
4
  "description": "Pallets for ParaSpell XCM/XCMP tool for developers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@paraspell/sdk-common": "13.7.0"
25
+ "@paraspell/sdk-common": "13.7.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@babel/plugin-syntax-import-attributes": "^7.29.7",