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.
Files changed (2) hide show
  1. package/bin/cli.mjs +1 -1
  2. package/package.json +20 -20
package/bin/cli.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { getCli, ink, update, remove, generate, add } from '@polkadot-api/cli';
3
3
 
4
- var version = "1.20.0";
4
+ var version = "2.0.0-canary+9d496e1";
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.20.0",
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/cli": "0.15.3",
208
- "@polkadot-api/json-rpc-provider": "0.0.4",
209
- "@polkadot-api/known-chains": "0.9.12",
210
- "@polkadot-api/logs-provider": "0.0.6",
211
- "@polkadot-api/ink-contracts": "0.4.1",
212
- "@polkadot-api/metadata-builders": "0.13.6",
213
- "@polkadot-api/metadata-compatibility": "0.3.7",
214
- "@polkadot-api/pjs-signer": "0.6.16",
215
- "@polkadot-api/observable-client": "0.15.2",
216
- "@polkadot-api/polkadot-signer": "0.1.6",
217
- "@polkadot-api/signer": "0.2.10",
218
- "@polkadot-api/polkadot-sdk-compat": "2.3.3",
219
- "@polkadot-api/sm-provider": "0.1.12",
220
- "@polkadot-api/smoldot": "0.3.14",
221
- "@polkadot-api/substrate-bindings": "0.16.4",
222
- "@polkadot-api/substrate-client": "0.4.7",
223
- "@polkadot-api/ws-provider": "0.7.0",
224
- "@polkadot-api/utils": "0.2.0"
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.19.2"
228
+ "@polkadot-api/codegen": "1.0.0-canary+9d496e1"
229
229
  },
230
230
  "scripts": {
231
231
  "build-core": "tsc --noEmit && rollup -c",