polkadot-api 0.7.0 → 0.7.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.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polkadot-api",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -450,21 +450,21 @@
450
450
  "rxjs": ">=7.8.0"
451
451
  },
452
452
  "dependencies": {
453
+ "@polkadot-api/cli": "0.4.1",
453
454
  "@polkadot-api/json-rpc-provider": "0.0.1",
454
- "@polkadot-api/observable-client": "0.3.0",
455
455
  "@polkadot-api/logs-provider": "0.0.2",
456
+ "@polkadot-api/observable-client": "0.3.0",
456
457
  "@polkadot-api/metadata-builders": "0.3.0",
457
- "@polkadot-api/cli": "0.4.0",
458
458
  "@polkadot-api/pjs-signer": "0.1.4",
459
- "@polkadot-api/signer": "0.0.1",
460
459
  "@polkadot-api/polkadot-signer": "0.0.1",
461
- "@polkadot-api/substrate-bindings": "0.5.0",
460
+ "@polkadot-api/signer": "0.0.1",
461
+ "@polkadot-api/sm-provider": "0.1.0",
462
462
  "@polkadot-api/substrate-client": "0.1.2",
463
+ "@polkadot-api/substrate-bindings": "0.5.0",
463
464
  "@polkadot-api/utils": "0.1.0",
464
- "@polkadot-api/ws-provider": "0.1.0",
465
- "@polkadot-api/smoldot": "0.2.3",
466
465
  "@polkadot-api/known-chains": "0.1.3",
467
- "@polkadot-api/sm-provider": "0.1.0"
466
+ "@polkadot-api/ws-provider": "0.1.0",
467
+ "@polkadot-api/smoldot": "0.2.3"
468
468
  },
469
469
  "devDependencies": {
470
470
  "rxjs": "^7.8.1"