polkadot-api 0.13.1 → 1.0.0

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.13.1",
3
+ "version": "1.0.0",
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.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",
427
427
  "@polkadot-api/metadata-builders": "0.5.0",
428
- "@polkadot-api/metadata-compatibility": "0.1.2",
429
- "@polkadot-api/pjs-signer": "0.4.0",
430
428
  "@polkadot-api/observable-client": "0.5.1",
429
+ "@polkadot-api/pjs-signer": "0.4.0",
430
+ "@polkadot-api/metadata-compatibility": "0.1.2",
431
431
  "@polkadot-api/polkadot-signer": "0.1.3",
432
- "@polkadot-api/signer": "0.1.3",
433
432
  "@polkadot-api/sm-provider": "0.1.1",
434
433
  "@polkadot-api/substrate-bindings": "0.6.3",
435
- "@polkadot-api/utils": "0.1.1",
434
+ "@polkadot-api/signer": "0.1.3",
436
435
  "@polkadot-api/substrate-client": "0.2.1",
437
- "@polkadot-api/known-chains": "0.4.0",
438
436
  "@polkadot-api/ws-provider": "0.2.0",
439
- "@polkadot-api/smoldot": "0.3.0"
437
+ "@polkadot-api/utils": "0.1.1",
438
+ "@polkadot-api/known-chains": "0.4.0",
439
+ "@polkadot-api/smoldot": "0.3.1"
440
440
  },
441
441
  "devDependencies": {
442
442
  "rxjs": "^7.8.1",