polkadot-api 1.3.1 → 1.3.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.
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polkadot-api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"author": "Josep M Sobrepere (https://github.com/josepot)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -178,27 +178,27 @@
|
|
|
178
178
|
"rxjs": ">=7.8.0"
|
|
179
179
|
},
|
|
180
180
|
"dependencies": {
|
|
181
|
-
"@polkadot-api/cli": "0.9.1",
|
|
182
|
-
"@polkadot-api/json-rpc-provider": "0.0.3",
|
|
183
181
|
"@polkadot-api/logs-provider": "0.0.5",
|
|
184
|
-
"@polkadot-api/
|
|
185
|
-
"@polkadot-api/
|
|
186
|
-
"@polkadot-api/metadata-
|
|
187
|
-
"@polkadot-api/
|
|
188
|
-
"@polkadot-api/
|
|
189
|
-
"@polkadot-api/polkadot-
|
|
182
|
+
"@polkadot-api/json-rpc-provider": "0.0.3",
|
|
183
|
+
"@polkadot-api/cli": "0.9.3",
|
|
184
|
+
"@polkadot-api/metadata-builders": "0.7.1",
|
|
185
|
+
"@polkadot-api/metadata-compatibility": "0.1.6",
|
|
186
|
+
"@polkadot-api/observable-client": "0.5.6",
|
|
187
|
+
"@polkadot-api/polkadot-sdk-compat": "2.2.1",
|
|
188
|
+
"@polkadot-api/polkadot-signer": "0.1.5",
|
|
189
|
+
"@polkadot-api/pjs-signer": "0.4.3",
|
|
190
|
+
"@polkadot-api/signer": "0.1.5",
|
|
190
191
|
"@polkadot-api/sm-provider": "0.1.1",
|
|
191
192
|
"@polkadot-api/substrate-client": "0.2.1",
|
|
192
|
-
"@polkadot-api/substrate-bindings": "0.
|
|
193
|
+
"@polkadot-api/substrate-bindings": "0.8.0",
|
|
193
194
|
"@polkadot-api/utils": "0.1.1",
|
|
194
195
|
"@polkadot-api/ws-provider": "0.2.2",
|
|
195
|
-
"@polkadot-api/signer": "0.1.4",
|
|
196
196
|
"@polkadot-api/known-chains": "0.5.2",
|
|
197
197
|
"@polkadot-api/smoldot": "0.3.2"
|
|
198
198
|
},
|
|
199
199
|
"devDependencies": {
|
|
200
200
|
"rxjs": "^7.8.1",
|
|
201
|
-
"@polkadot-api/codegen": "0.12.
|
|
201
|
+
"@polkadot-api/codegen": "0.12.1"
|
|
202
202
|
},
|
|
203
203
|
"scripts": {
|
|
204
204
|
"build-core": "tsc --noEmit && rollup -c",
|