polkadot-api 1.5.0 → 1.5.1
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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polkadot-api",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"author": "Josep M Sobrepere (https://github.com/josepot)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -191,28 +191,28 @@
|
|
|
191
191
|
"rxjs": ">=7.8.0"
|
|
192
192
|
},
|
|
193
193
|
"dependencies": {
|
|
194
|
-
"@polkadot-api/cli": "0.9.
|
|
195
|
-
"@polkadot-api/ink-contracts": "0.0
|
|
194
|
+
"@polkadot-api/cli": "0.9.7",
|
|
195
|
+
"@polkadot-api/ink-contracts": "0.1.0",
|
|
196
196
|
"@polkadot-api/json-rpc-provider": "0.0.4",
|
|
197
|
+
"@polkadot-api/logs-provider": "0.0.6",
|
|
197
198
|
"@polkadot-api/polkadot-sdk-compat": "2.2.2",
|
|
198
199
|
"@polkadot-api/metadata-builders": "0.8.2",
|
|
199
|
-
"@polkadot-api/logs-provider": "0.0.6",
|
|
200
|
-
"@polkadot-api/metadata-compatibility": "0.1.9",
|
|
201
200
|
"@polkadot-api/observable-client": "0.5.9",
|
|
201
|
+
"@polkadot-api/metadata-compatibility": "0.1.9",
|
|
202
202
|
"@polkadot-api/pjs-signer": "0.4.5",
|
|
203
|
-
"@polkadot-api/signer": "0.1.8",
|
|
204
203
|
"@polkadot-api/polkadot-signer": "0.1.6",
|
|
204
|
+
"@polkadot-api/signer": "0.1.8",
|
|
205
|
+
"@polkadot-api/sm-provider": "0.1.3",
|
|
205
206
|
"@polkadot-api/substrate-bindings": "0.9.2",
|
|
206
|
-
"@polkadot-api/
|
|
207
|
+
"@polkadot-api/ws-provider": "0.3.2",
|
|
207
208
|
"@polkadot-api/utils": "0.1.2",
|
|
209
|
+
"@polkadot-api/substrate-client": "0.2.2",
|
|
208
210
|
"@polkadot-api/known-chains": "0.5.4",
|
|
209
|
-
"@polkadot-api/
|
|
210
|
-
"@polkadot-api/smoldot": "0.3.3",
|
|
211
|
-
"@polkadot-api/sm-provider": "0.1.3"
|
|
211
|
+
"@polkadot-api/smoldot": "0.3.3"
|
|
212
212
|
},
|
|
213
213
|
"devDependencies": {
|
|
214
214
|
"rxjs": "^7.8.1",
|
|
215
|
-
"@polkadot-api/codegen": "0.12.
|
|
215
|
+
"@polkadot-api/codegen": "0.12.5"
|
|
216
216
|
},
|
|
217
217
|
"scripts": {
|
|
218
218
|
"build-core": "tsc --noEmit && rollup -c",
|