polkadot-api 0.5.3 → 0.5.4

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -72,6 +72,4 @@ const {
72
72
  console.log(`Transferrable amount: ${free - frozen}`)
73
73
  ```
74
74
 
75
- ## Documentation
76
-
77
- Comming **very** soon!
75
+ ## [Documentation](https://polkadot-api.github.io/polkadot-api-docs/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polkadot-api",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -460,16 +460,16 @@
460
460
  "@polkadot-api/logs-provider": "0.0.2",
461
461
  "@polkadot-api/metadata-builders": "0.2.0",
462
462
  "@polkadot-api/observable-client": "0.2.1",
463
- "@polkadot-api/pjs-signer": "0.1.1",
464
- "@polkadot-api/polkadot-signer": "0.0.1",
463
+ "@polkadot-api/pjs-signer": "0.1.2",
465
464
  "@polkadot-api/signer": "0.0.1",
465
+ "@polkadot-api/polkadot-signer": "0.0.1",
466
466
  "@polkadot-api/sm-provider": "0.0.1",
467
467
  "@polkadot-api/substrate-bindings": "0.3.0",
468
- "@polkadot-api/substrate-client": "0.1.1",
469
468
  "@polkadot-api/utils": "0.0.1",
469
+ "@polkadot-api/substrate-client": "0.1.1",
470
+ "@polkadot-api/known-chains": "0.1.3",
470
471
  "@polkadot-api/ws-provider": "0.0.1",
471
- "@polkadot-api/smoldot": "0.2.1",
472
- "@polkadot-api/known-chains": "0.1.2"
472
+ "@polkadot-api/smoldot": "0.2.1"
473
473
  },
474
474
  "devDependencies": {
475
475
  "rxjs": "^7.8.1"