@paraspell/sdk 14.3.3 → 14.3.4
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 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1932,7 +1932,7 @@ var PapiApi = /*#__PURE__*/function (_PolkadotApi) {
|
|
|
1932
1932
|
_context21.n = 3;
|
|
1933
1933
|
break;
|
|
1934
1934
|
}
|
|
1935
|
-
throw new SubmitTransactionError(JSON.stringify(result.dispatchError
|
|
1935
|
+
throw new SubmitTransactionError(JSON.stringify(result.dispatchError));
|
|
1936
1936
|
case 3:
|
|
1937
1937
|
return _context21.a(2, result.txHash);
|
|
1938
1938
|
case 4:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.4",
|
|
4
4
|
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@noble/hashes": "^2.3.0",
|
|
26
|
-
"@paraspell/sdk-core": "14.3.
|
|
26
|
+
"@paraspell/sdk-core": "14.3.4",
|
|
27
27
|
"@polkadot-api/signers-common": "^0.3.0",
|
|
28
28
|
"@polkadot-api/substrate-bindings": "^0.21.0",
|
|
29
29
|
"@polkadot-labs/hdkd": "^0.0.31",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"viem": "^2.55.19"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@paraspell/descriptors": "14.3.
|
|
34
|
+
"@paraspell/descriptors": "14.3.4",
|
|
35
35
|
"polkadot-api": ">= 3 < 4"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|