polkadot-api 0.13.1 → 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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polkadot-api",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -420,7 +420,7 @@
420
420
  "rxjs": ">=7.8.0"
421
421
  },
422
422
  "dependencies": {
423
- "@polkadot-api/cli": "0.7.3",
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
426
  "@polkadot-api/polkadot-sdk-compat": "2.0.0",
@@ -431,12 +431,12 @@
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/substrate-bindings": "0.6.3",
435
434
  "@polkadot-api/utils": "0.1.1",
436
435
  "@polkadot-api/substrate-client": "0.2.1",
437
- "@polkadot-api/known-chains": "0.4.0",
436
+ "@polkadot-api/substrate-bindings": "0.6.3",
438
437
  "@polkadot-api/ws-provider": "0.2.0",
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",