polkadot-api 1.9.0 → 1.9.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/bin/cli.mjs +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +8 -8
package/bin/cli.mjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ type ChainDefinition = {
|
|
|
42
42
|
asset: PlainDescriptor<any>;
|
|
43
43
|
metadataTypes: Promise<Uint8Array>;
|
|
44
44
|
getMetadata: () => Promise<Uint8Array>;
|
|
45
|
-
genesis
|
|
45
|
+
genesis: HexString | undefined;
|
|
46
46
|
};
|
|
47
47
|
type BuildTuple<L extends number, E, R extends Array<E>> = R["length"] extends L ? R : BuildTuple<L, E, [E, ...R]>;
|
|
48
48
|
type UnwrapFixedSizeArray<T extends Array<any>> = T extends [] | [any, ...any[]] ? T : T extends FixedSizeArray<infer L, infer E> ? number extends L ? T : BuildTuple<L, E, []> : T;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polkadot-api",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"author": "Josep M Sobrepere (https://github.com/josepot)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -194,22 +194,22 @@
|
|
|
194
194
|
"@rx-state/core": "^0.1.4",
|
|
195
195
|
"@polkadot-api/cli": "0.11.0",
|
|
196
196
|
"@polkadot-api/ink-contracts": "0.2.5",
|
|
197
|
-
"@polkadot-api/known-chains": "0.7.0",
|
|
198
197
|
"@polkadot-api/json-rpc-provider": "0.0.4",
|
|
199
|
-
"@polkadot-api/
|
|
200
|
-
"@polkadot-api/metadata-compatibility": "0.1.15",
|
|
198
|
+
"@polkadot-api/known-chains": "0.7.0",
|
|
201
199
|
"@polkadot-api/metadata-builders": "0.10.1",
|
|
200
|
+
"@polkadot-api/logs-provider": "0.0.6",
|
|
202
201
|
"@polkadot-api/observable-client": "0.8.0",
|
|
202
|
+
"@polkadot-api/metadata-compatibility": "0.1.15",
|
|
203
203
|
"@polkadot-api/polkadot-sdk-compat": "2.3.1",
|
|
204
|
-
"@polkadot-api/pjs-signer": "0.6.4",
|
|
205
204
|
"@polkadot-api/polkadot-signer": "0.1.6",
|
|
205
|
+
"@polkadot-api/pjs-signer": "0.6.4",
|
|
206
206
|
"@polkadot-api/signer": "0.1.14",
|
|
207
|
-
"@polkadot-api/sm-provider": "0.1.7",
|
|
208
207
|
"@polkadot-api/smoldot": "0.3.8",
|
|
208
|
+
"@polkadot-api/sm-provider": "0.1.7",
|
|
209
|
+
"@polkadot-api/utils": "0.1.2",
|
|
209
210
|
"@polkadot-api/substrate-client": "0.3.0",
|
|
210
211
|
"@polkadot-api/substrate-bindings": "0.11.0",
|
|
211
|
-
"@polkadot-api/ws-provider": "0.3.6"
|
|
212
|
-
"@polkadot-api/utils": "0.1.2"
|
|
212
|
+
"@polkadot-api/ws-provider": "0.3.6"
|
|
213
213
|
},
|
|
214
214
|
"devDependencies": {
|
|
215
215
|
"rxjs": "^7.8.1",
|