polkadot-api 1.15.3 → 1.15.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.
- package/bin/cli.mjs +1 -1
- package/package.json +8 -8
package/bin/cli.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polkadot-api",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.4",
|
|
4
4
|
"author": "Josep M Sobrepere (https://github.com/josepot)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -192,23 +192,23 @@
|
|
|
192
192
|
},
|
|
193
193
|
"dependencies": {
|
|
194
194
|
"@rx-state/core": "^0.1.4",
|
|
195
|
+
"@polkadot-api/cli": "0.14.6",
|
|
195
196
|
"@polkadot-api/ink-contracts": "0.3.7",
|
|
196
|
-
"@polkadot-api/json-rpc-provider": "0.0.4",
|
|
197
197
|
"@polkadot-api/known-chains": "0.9.3",
|
|
198
|
-
"@polkadot-api/
|
|
198
|
+
"@polkadot-api/json-rpc-provider": "0.0.4",
|
|
199
199
|
"@polkadot-api/logs-provider": "0.0.6",
|
|
200
|
-
"@polkadot-api/metadata-builders": "0.13.1",
|
|
201
200
|
"@polkadot-api/metadata-compatibility": "0.3.2",
|
|
202
201
|
"@polkadot-api/observable-client": "0.13.4",
|
|
203
|
-
"@polkadot-api/
|
|
202
|
+
"@polkadot-api/metadata-builders": "0.13.1",
|
|
204
203
|
"@polkadot-api/polkadot-sdk-compat": "2.3.2",
|
|
204
|
+
"@polkadot-api/pjs-signer": "0.6.11",
|
|
205
205
|
"@polkadot-api/polkadot-signer": "0.1.6",
|
|
206
|
-
"@polkadot-api/sm-provider": "0.1.7",
|
|
207
206
|
"@polkadot-api/signer": "0.2.4",
|
|
207
|
+
"@polkadot-api/sm-provider": "0.1.7",
|
|
208
208
|
"@polkadot-api/smoldot": "0.3.10",
|
|
209
|
-
"@polkadot-api/substrate-
|
|
210
|
-
"@polkadot-api/substrate-client": "0.4.2",
|
|
209
|
+
"@polkadot-api/substrate-client": "0.4.3",
|
|
211
210
|
"@polkadot-api/utils": "0.2.0",
|
|
211
|
+
"@polkadot-api/substrate-bindings": "0.15.1",
|
|
212
212
|
"@polkadot-api/ws-provider": "0.4.1"
|
|
213
213
|
},
|
|
214
214
|
"devDependencies": {
|