polkadot-api 0.13.0 → 0.13.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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polkadot-api",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.2",
|
|
4
4
|
"author": "Josep M Sobrepere (https://github.com/josepot)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -420,23 +420,23 @@
|
|
|
420
420
|
"rxjs": ">=7.8.0"
|
|
421
421
|
},
|
|
422
422
|
"dependencies": {
|
|
423
|
-
"@polkadot-api/cli": "0.7.
|
|
423
|
+
"@polkadot-api/cli": "0.7.4",
|
|
424
424
|
"@polkadot-api/json-rpc-provider": "0.0.3",
|
|
425
425
|
"@polkadot-api/logs-provider": "0.0.3",
|
|
426
|
-
"@polkadot-api/polkadot-sdk-compat": "
|
|
427
|
-
"@polkadot-api/metadata-compatibility": "0.1.2",
|
|
426
|
+
"@polkadot-api/polkadot-sdk-compat": "2.0.0",
|
|
428
427
|
"@polkadot-api/metadata-builders": "0.5.0",
|
|
428
|
+
"@polkadot-api/metadata-compatibility": "0.1.2",
|
|
429
429
|
"@polkadot-api/pjs-signer": "0.4.0",
|
|
430
430
|
"@polkadot-api/observable-client": "0.5.1",
|
|
431
431
|
"@polkadot-api/polkadot-signer": "0.1.3",
|
|
432
432
|
"@polkadot-api/signer": "0.1.3",
|
|
433
433
|
"@polkadot-api/sm-provider": "0.1.1",
|
|
434
|
-
"@polkadot-api/
|
|
434
|
+
"@polkadot-api/utils": "0.1.1",
|
|
435
435
|
"@polkadot-api/substrate-client": "0.2.1",
|
|
436
|
+
"@polkadot-api/substrate-bindings": "0.6.3",
|
|
436
437
|
"@polkadot-api/ws-provider": "0.2.0",
|
|
437
|
-
"@polkadot-api/
|
|
438
|
-
"@polkadot-api/
|
|
439
|
-
"@polkadot-api/smoldot": "0.3.0"
|
|
438
|
+
"@polkadot-api/smoldot": "0.3.1",
|
|
439
|
+
"@polkadot-api/known-chains": "0.4.0"
|
|
440
440
|
},
|
|
441
441
|
"devDependencies": {
|
|
442
442
|
"rxjs": "^7.8.1",
|