@paraspell/swap 12.9.6 → 12.9.7

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 +3 -3
package/dist/index.mjs CHANGED
@@ -11118,8 +11118,6 @@ var RouterBuilder = function RouterBuilder(options) {
11118
11118
  return new RouterBuilderCore(options);
11119
11119
  };
11120
11120
 
11121
- // Temporarily use type cast till the swap pkg dep is released and updated
11122
- // eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-explicit-any
11123
11121
  registerSwapExtension({
11124
11122
  RouterBuilder: RouterBuilder
11125
11123
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/swap",
3
- "version": "12.9.6",
3
+ "version": "12.9.7",
4
4
  "description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
5
5
  "type": "module",
6
6
  "exports": {
@@ -50,8 +50,8 @@
50
50
  "postcss": "^8.5.8",
51
51
  "react": "^19.2.4",
52
52
  "rxjs": "^7.8.2",
53
- "@paraspell/sdk": "12.9.6",
54
- "@paraspell/sdk-pjs": "12.9.6"
53
+ "@paraspell/sdk": "12.9.7",
54
+ "@paraspell/sdk-pjs": "12.9.7"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@babel/core": "^7.29.0",