polkadot-api 0.1.1 → 0.1.3

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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  - Light client first: built on top of the [new JSON-RPC spec](https://paritytech.github.io/json-rpc-interface-spec/) to fully leverage the potential of light-clients (i.e: [smoldot](https://www.npmjs.com/package/smoldot)).
6
6
  - Delightful TypeScript support with types and docs generated from on-chain metadata.
7
7
  - First class support for storage reads, constants, transactions, events and runtime-calls.
8
- - Performant and light-weight: ships with multiple sub-paths, so that dApp doesn't bundle unnecessary assets.
9
- - Browser native [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt), instead of large BigNumber libraries
8
+ - Performant and lightweight: ships with multiple subpaths, so dApps don't bundle unnecessary assets.
9
+ - Uses native [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt), instead of large BigNumber libraries
10
10
  - Leverages dynamic imports to favour faster loading times.
11
11
  - Promise-based and Observable-based APIs: use the one that best suit your needs and/or coding style.
12
12
  - Use signers from your browser extension, or from a private key.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polkadot-api",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -455,21 +455,21 @@
455
455
  "rxjs": ">=7.8.0"
456
456
  },
457
457
  "dependencies": {
458
- "@polkadot-api/cli": "0.2.1",
458
+ "@polkadot-api/cli": "0.2.2",
459
459
  "@polkadot-api/json-rpc-provider": "0.0.1",
460
- "@polkadot-api/logs-provider": "0.0.1",
460
+ "@polkadot-api/logs-provider": "0.0.2",
461
+ "@polkadot-api/observable-client": "0.1.1",
461
462
  "@polkadot-api/metadata-builders": "0.0.1",
462
- "@polkadot-api/observable-client": "0.1.0",
463
463
  "@polkadot-api/pjs-signer": "0.1.0",
464
464
  "@polkadot-api/polkadot-signer": "0.0.1",
465
465
  "@polkadot-api/signer": "0.0.1",
466
466
  "@polkadot-api/sm-provider": "0.0.1",
467
- "@polkadot-api/substrate-bindings": "0.0.1",
468
467
  "@polkadot-api/substrate-client": "0.0.1",
469
468
  "@polkadot-api/utils": "0.0.1",
469
+ "@polkadot-api/substrate-bindings": "0.0.1",
470
+ "@polkadot-api/ws-provider": "0.0.1",
470
471
  "@polkadot-api/known-chains": "0.1.0",
471
- "@polkadot-api/smoldot": "0.2.0",
472
- "@polkadot-api/ws-provider": "0.0.1"
472
+ "@polkadot-api/smoldot": "0.2.0"
473
473
  },
474
474
  "devDependencies": {
475
475
  "rxjs": "^7.8.1"