polkadot-api 0.2.0 → 0.2.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polkadot-api",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"author": "Josep M Sobrepere (https://github.com/josepot)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -457,18 +457,18 @@
|
|
|
457
457
|
"dependencies": {
|
|
458
458
|
"@polkadot-api/cli": "0.2.2",
|
|
459
459
|
"@polkadot-api/json-rpc-provider": "0.0.1",
|
|
460
|
-
"@polkadot-api/metadata-builders": "0.0.1",
|
|
461
460
|
"@polkadot-api/logs-provider": "0.0.2",
|
|
462
|
-
"@polkadot-api/
|
|
461
|
+
"@polkadot-api/metadata-builders": "0.0.1",
|
|
463
462
|
"@polkadot-api/observable-client": "0.1.1",
|
|
464
463
|
"@polkadot-api/polkadot-signer": "0.0.1",
|
|
465
|
-
"@polkadot-api/signer": "0.0
|
|
464
|
+
"@polkadot-api/pjs-signer": "0.1.0",
|
|
466
465
|
"@polkadot-api/sm-provider": "0.0.1",
|
|
466
|
+
"@polkadot-api/signer": "0.0.1",
|
|
467
467
|
"@polkadot-api/substrate-bindings": "0.0.1",
|
|
468
|
-
"@polkadot-api/substrate-client": "0.0.1",
|
|
469
468
|
"@polkadot-api/utils": "0.0.1",
|
|
470
|
-
"@polkadot-api/
|
|
469
|
+
"@polkadot-api/substrate-client": "0.0.1",
|
|
471
470
|
"@polkadot-api/ws-provider": "0.0.1",
|
|
471
|
+
"@polkadot-api/known-chains": "0.1.1",
|
|
472
472
|
"@polkadot-api/smoldot": "0.2.0"
|
|
473
473
|
},
|
|
474
474
|
"devDependencies": {
|