@paraspell/swap 12.9.2 → 12.9.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.
- package/dist/index.mjs +0 -2
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -11182,8 +11182,6 @@ var RouterBuilder = function RouterBuilder(options) {
|
|
|
11182
11182
|
return new RouterBuilderCore(options);
|
|
11183
11183
|
};
|
|
11184
11184
|
|
|
11185
|
-
// @ts-expect-error - The RouterBuilder types do not match because of private field losing type after build.
|
|
11186
|
-
// Will be removed after next release
|
|
11187
11185
|
registerSwapExtension({
|
|
11188
11186
|
RouterBuilder: RouterBuilder
|
|
11189
11187
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/swap",
|
|
3
|
-
"version": "12.9.
|
|
3
|
+
"version": "12.9.3",
|
|
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.6",
|
|
51
51
|
"react": "^19.2.4",
|
|
52
52
|
"rxjs": "^7.8.2",
|
|
53
|
-
"@paraspell/sdk
|
|
54
|
-
"@paraspell/sdk": "12.9.
|
|
53
|
+
"@paraspell/sdk": "12.9.3",
|
|
54
|
+
"@paraspell/sdk-pjs": "12.9.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@babel/core": "^7.29.0",
|