polkadot-api 1.20.0 → 2.0.0-canary
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 +20 -20
package/bin/cli.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "polkadot-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-canary+9d496e1",
|
|
4
4
|
"author": "Josep M Sobrepere (https://github.com/josepot)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -204,28 +204,28 @@
|
|
|
204
204
|
},
|
|
205
205
|
"dependencies": {
|
|
206
206
|
"@rx-state/core": "^0.1.4",
|
|
207
|
-
"@polkadot-api/
|
|
208
|
-
"@polkadot-api/json-rpc-provider": "0.0
|
|
209
|
-
"@polkadot-api/known-chains": "0.
|
|
210
|
-
"@polkadot-api/logs-provider": "0.0
|
|
211
|
-
"@polkadot-api/
|
|
212
|
-
"@polkadot-api/metadata-builders": "0.
|
|
213
|
-
"@polkadot-api/
|
|
214
|
-
"@polkadot-api/pjs-signer": "0.
|
|
215
|
-
"@polkadot-api/
|
|
216
|
-
"@polkadot-api/polkadot-
|
|
217
|
-
"@polkadot-api/signer": "0.
|
|
218
|
-
"@polkadot-api/
|
|
219
|
-
"@polkadot-api/sm-provider": "0.
|
|
220
|
-
"@polkadot-api/smoldot": "0.
|
|
221
|
-
"@polkadot-api/substrate-bindings": "0.
|
|
222
|
-
"@polkadot-api/substrate-client": "0.
|
|
223
|
-
"@polkadot-api/
|
|
224
|
-
"@polkadot-api/
|
|
207
|
+
"@polkadot-api/ink-contracts": "1.0.0-canary+9d496e1",
|
|
208
|
+
"@polkadot-api/json-rpc-provider": "1.0.0-canary+9d496e1",
|
|
209
|
+
"@polkadot-api/known-chains": "1.0.0-canary+9d496e1",
|
|
210
|
+
"@polkadot-api/logs-provider": "1.0.0-canary+9d496e1",
|
|
211
|
+
"@polkadot-api/cli": "1.0.0-canary+9d496e1",
|
|
212
|
+
"@polkadot-api/metadata-builders": "1.0.0-canary+9d496e1",
|
|
213
|
+
"@polkadot-api/observable-client": "1.0.0-canary+9d496e1",
|
|
214
|
+
"@polkadot-api/pjs-signer": "1.0.0-canary+9d496e1",
|
|
215
|
+
"@polkadot-api/metadata-compatibility": "1.0.0-canary+9d496e1",
|
|
216
|
+
"@polkadot-api/polkadot-sdk-compat": "3.0.0-canary+9d496e1",
|
|
217
|
+
"@polkadot-api/polkadot-signer": "1.0.0-canary+9d496e1",
|
|
218
|
+
"@polkadot-api/signer": "1.0.0-canary+9d496e1",
|
|
219
|
+
"@polkadot-api/sm-provider": "1.0.0-canary+9d496e1",
|
|
220
|
+
"@polkadot-api/smoldot": "1.0.0-canary+9d496e1",
|
|
221
|
+
"@polkadot-api/substrate-bindings": "1.0.0-canary+9d496e1",
|
|
222
|
+
"@polkadot-api/substrate-client": "1.0.0-canary+9d496e1",
|
|
223
|
+
"@polkadot-api/utils": "1.0.0-canary+9d496e1",
|
|
224
|
+
"@polkadot-api/ws-provider": "1.0.0-canary+9d496e1"
|
|
225
225
|
},
|
|
226
226
|
"devDependencies": {
|
|
227
227
|
"rxjs": "^7.8.2",
|
|
228
|
-
"@polkadot-api/codegen": "0.
|
|
228
|
+
"@polkadot-api/codegen": "1.0.0-canary+9d496e1"
|
|
229
229
|
},
|
|
230
230
|
"scripts": {
|
|
231
231
|
"build-core": "tsc --noEmit && rollup -c",
|