polkadot-api 1.7.5 → 1.7.6

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": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -191,24 +191,24 @@
191
191
  "rxjs": ">=7.8.0"
192
192
  },
193
193
  "dependencies": {
194
- "@polkadot-api/cli": "0.9.19",
194
+ "@polkadot-api/cli": "0.9.20",
195
195
  "@polkadot-api/ink-contracts": "0.2.1",
196
- "@polkadot-api/logs-provider": "0.0.6",
197
196
  "@polkadot-api/json-rpc-provider": "0.0.4",
197
+ "@polkadot-api/logs-provider": "0.0.6",
198
198
  "@polkadot-api/polkadot-sdk-compat": "2.3.1",
199
199
  "@polkadot-api/metadata-builders": "0.9.1",
200
200
  "@polkadot-api/metadata-compatibility": "0.1.11",
201
201
  "@polkadot-api/observable-client": "0.6.2",
202
202
  "@polkadot-api/pjs-signer": "0.6.0",
203
203
  "@polkadot-api/polkadot-signer": "0.1.6",
204
- "@polkadot-api/signer": "0.1.10",
205
204
  "@polkadot-api/sm-provider": "0.1.7",
205
+ "@polkadot-api/signer": "0.1.10",
206
206
  "@polkadot-api/substrate-bindings": "0.9.3",
207
207
  "@polkadot-api/substrate-client": "0.3.0",
208
208
  "@polkadot-api/ws-provider": "0.3.6",
209
209
  "@polkadot-api/utils": "0.1.2",
210
210
  "@polkadot-api/known-chains": "0.5.7",
211
- "@polkadot-api/smoldot": "0.3.6"
211
+ "@polkadot-api/smoldot": "0.3.7"
212
212
  },
213
213
  "devDependencies": {
214
214
  "rxjs": "^7.8.1",