@paraspell/sdk 8.9.7 → 8.9.8
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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1197,7 +1197,7 @@ var PapiApi = /*#__PURE__*/function () {
|
|
|
1197
1197
|
_context17.next = 4;
|
|
1198
1198
|
break;
|
|
1199
1199
|
}
|
|
1200
|
-
throw new
|
|
1200
|
+
throw new sdkCore.NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
1201
1201
|
case 4:
|
|
1202
1202
|
_context17.next = 6;
|
|
1203
1203
|
return this.api.getUnsafeApi().apis.DryRunApi.dry_run_call({
|
package/dist/index.mjs
CHANGED
|
@@ -1196,7 +1196,7 @@ var PapiApi = /*#__PURE__*/function () {
|
|
|
1196
1196
|
_context17.next = 4;
|
|
1197
1197
|
break;
|
|
1198
1198
|
}
|
|
1199
|
-
throw new
|
|
1199
|
+
throw new NodeNotSupportedError("DryRunApi is not available on node ".concat(node));
|
|
1200
1200
|
case 4:
|
|
1201
1201
|
_context17.next = 6;
|
|
1202
1202
|
return this.api.getUnsafeApi().apis.DryRunApi.dry_run_call({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.8",
|
|
4
4
|
"description": "SDK for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"ethers": "^6.13.5",
|
|
27
27
|
"viem": "^2.23.15",
|
|
28
28
|
"@noble/hashes": "^1.7.1",
|
|
29
|
-
"@paraspell/sdk-core": "8.9.
|
|
29
|
+
"@paraspell/sdk-core": "8.9.8"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"polkadot-api": ">= 1.9.7 < 2"
|