polkadot-api 1.8.3 → 1.8.4

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/bin/cli.mjs +1 -1
  2. package/package.json +12 -12
package/bin/cli.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { getCli, add, generate, remove, update, ink } from '@polkadot-api/cli';
3
3
 
4
- var version = "1.8.3";
4
+ var version = "1.8.4";
5
5
 
6
6
  getCli({
7
7
  add,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polkadot-api",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "author": "Josep M Sobrepere (https://github.com/josepot)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -192,28 +192,28 @@
192
192
  },
193
193
  "dependencies": {
194
194
  "@rx-state/core": "^0.1.4",
195
- "@polkadot-api/cli": "0.10.2",
195
+ "@polkadot-api/cli": "0.10.3",
196
196
  "@polkadot-api/json-rpc-provider": "0.0.4",
197
- "@polkadot-api/ink-contracts": "0.2.4",
197
+ "@polkadot-api/ink-contracts": "0.2.5",
198
198
  "@polkadot-api/known-chains": "0.6.1",
199
- "@polkadot-api/metadata-builders": "0.10.0",
200
- "@polkadot-api/metadata-compatibility": "0.1.14",
201
- "@polkadot-api/observable-client": "0.7.1",
202
199
  "@polkadot-api/logs-provider": "0.0.6",
203
- "@polkadot-api/pjs-signer": "0.6.3",
200
+ "@polkadot-api/metadata-builders": "0.10.1",
201
+ "@polkadot-api/metadata-compatibility": "0.1.15",
202
+ "@polkadot-api/observable-client": "0.7.2",
203
+ "@polkadot-api/pjs-signer": "0.6.4",
204
204
  "@polkadot-api/polkadot-sdk-compat": "2.3.1",
205
- "@polkadot-api/signer": "0.1.13",
206
- "@polkadot-api/sm-provider": "0.1.7",
207
205
  "@polkadot-api/polkadot-signer": "0.1.6",
206
+ "@polkadot-api/signer": "0.1.14",
207
+ "@polkadot-api/sm-provider": "0.1.7",
208
208
  "@polkadot-api/smoldot": "0.3.8",
209
- "@polkadot-api/utils": "0.1.2",
209
+ "@polkadot-api/substrate-bindings": "0.11.0",
210
210
  "@polkadot-api/ws-provider": "0.3.6",
211
211
  "@polkadot-api/substrate-client": "0.3.0",
212
- "@polkadot-api/substrate-bindings": "0.11.0"
212
+ "@polkadot-api/utils": "0.1.2"
213
213
  },
214
214
  "devDependencies": {
215
215
  "rxjs": "^7.8.1",
216
- "@polkadot-api/codegen": "0.12.12"
216
+ "@polkadot-api/codegen": "0.12.13"
217
217
  },
218
218
  "scripts": {
219
219
  "build-core": "tsc --noEmit && rollup -c",