@paraspell/sdk-core 12.10.0-rc.1 → 12.10.0-rc.2
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.d.ts +5 -5
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -41,11 +41,11 @@ declare const API_TYPES: readonly ["PAPI", "PJS", "DEDOT"];
|
|
|
41
41
|
type TApiType = (typeof API_TYPES)[number];
|
|
42
42
|
|
|
43
43
|
declare abstract class PolkadotApi<TApi, TRes, TSigner> {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
_api?: TApi;
|
|
45
|
+
_chain?: TSubstrateChain$1;
|
|
46
|
+
readonly _config?: TBuilderOptions<TApiOrUrl<TApi>>;
|
|
47
|
+
_ttlMs: number;
|
|
48
|
+
_disconnectAllowed: boolean;
|
|
49
49
|
abstract readonly type: TApiType;
|
|
50
50
|
constructor(config?: TBuilderOptions<TApiOrUrl<TApi>>);
|
|
51
51
|
get api(): TApi;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paraspell/sdk-core",
|
|
3
|
-
"version": "12.10.0-rc.
|
|
3
|
+
"version": "12.10.0-rc.2",
|
|
4
4
|
"description": "SDK core for ParaSpell XCM/XCMP tool for developers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"@noble/hashes": "^2.0.1",
|
|
27
27
|
"@scure/base": "^2.0.0",
|
|
28
28
|
"viem": "2.47.1",
|
|
29
|
-
"@paraspell/assets": "12.10.0-rc.
|
|
30
|
-
"@paraspell/pallets": "12.10.0-rc.
|
|
31
|
-
"@paraspell/sdk-common": "12.10.0-rc.
|
|
29
|
+
"@paraspell/assets": "12.10.0-rc.2",
|
|
30
|
+
"@paraspell/pallets": "12.10.0-rc.2",
|
|
31
|
+
"@paraspell/sdk-common": "12.10.0-rc.2"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@paraspell/swap": "12.10.0-rc.
|
|
34
|
+
"@paraspell/swap": "12.10.0-rc.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependenciesMeta": {
|
|
37
37
|
"@paraspell/swap": {
|