@paraspell/swap 12.10.0-rc.1 → 12.10.0-rc.3

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 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -11054,7 +11054,6 @@ var RouterBuilder = function RouterBuilder(api) {
11054
11054
  return new RouterBuilderCore(api);
11055
11055
  };
11056
11056
 
11057
- // @ts-expect-error - Temporary. Will be removed once the swap extension is fully integrated into the SDK.
11058
11057
  registerSwapExtension({
11059
11058
  RouterBuilder: RouterBuilder
11060
11059
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraspell/swap",
3
- "version": "12.10.0-rc.1",
3
+ "version": "12.10.0-rc.3",
4
4
  "description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
5
5
  "type": "module",
6
6
  "exports": {
@@ -50,9 +50,9 @@
50
50
  "postcss": "^8.5.8",
51
51
  "react": "^19.2.4",
52
52
  "rxjs": "^7.8.2",
53
- "@paraspell/sdk": "12.10.0-rc.0",
54
- "@paraspell/sdk-pjs": "12.10.0-rc.0",
55
- "@paraspell/sdk-core": "12.10.0-rc.0"
53
+ "@paraspell/sdk": "12.10.0-rc.2",
54
+ "@paraspell/sdk-core": "12.10.0-rc.2",
55
+ "@paraspell/sdk-pjs": "12.10.0-rc.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@babel/core": "^7.29.0",