polkadot-api 0.13.2 → 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.2",
3
+ "version": "1.0.0",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -425,18 +425,18 @@
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
- "@polkadot-api/utils": "0.1.1",
435
- "@polkadot-api/substrate-client": "0.2.1",
436
433
  "@polkadot-api/substrate-bindings": "0.6.3",
434
+ "@polkadot-api/signer": "0.1.3",
435
+ "@polkadot-api/substrate-client": "0.2.1",
437
436
  "@polkadot-api/ws-provider": "0.2.0",
438
- "@polkadot-api/smoldot": "0.3.1",
439
- "@polkadot-api/known-chains": "0.4.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",