@paraspell/sdk-core 13.7.0 → 13.7.1
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 +1 -2
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -4382,8 +4382,7 @@ var validateDestination = function validateDestination(origin, destination, api)
|
|
|
4382
4382
|
}
|
|
4383
4383
|
var isLocationDestination = _typeof(destination) === 'object';
|
|
4384
4384
|
var isBridgeTransfer = !isTLocation(destination) && isBridge(origin, destination);
|
|
4385
|
-
|
|
4386
|
-
if (!isRelayDestination && !isLocationDestination) {
|
|
4385
|
+
if (!isLocationDestination) {
|
|
4387
4386
|
var originRelayChainSymbol = getRelayChainSymbolImpl(origin, api._customCtx);
|
|
4388
4387
|
var destinationRelayChainSymbol = getRelayChainSymbolImpl(destination, api._customCtx);
|
|
4389
4388
|
if (!isBridgeTransfer && originRelayChainSymbol !== destinationRelayChainSymbol) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-core",
|
|
3
|
-
"version": "13.7.
|
|
3
|
+
"version": "13.7.1",
|
|
4
4
|
"description": "SDK core for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@noble/hashes": "^2.2.0",
|
|
26
26
|
"@scure/base": "^2.2.0",
|
|
27
27
|
"viem": "^2.51.3",
|
|
28
|
-
"@paraspell/assets": "13.7.
|
|
29
|
-
"@paraspell/
|
|
30
|
-
"@paraspell/
|
|
28
|
+
"@paraspell/assets": "13.7.1",
|
|
29
|
+
"@paraspell/sdk-common": "13.7.1",
|
|
30
|
+
"@paraspell/pallets": "13.7.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@babel/plugin-syntax-import-attributes": "^7.29.7",
|