@polkadot-api/cli 0.19.3 → 0.19.4-canary.ee039a8
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polkadot-api/cli",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.4-canary.ee039a8",
|
|
4
4
|
"author": "Victor Oliva (https://github.com/voliva)",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,23 +40,23 @@
|
|
|
40
40
|
"tsup": "8.5.0",
|
|
41
41
|
"typescript": "^5.9.3",
|
|
42
42
|
"write-package": "^7.2.0",
|
|
43
|
-
"@polkadot-api/codegen": "0.22.
|
|
44
|
-
"@polkadot-api/
|
|
45
|
-
"@polkadot-api/
|
|
46
|
-
"@polkadot-api/
|
|
47
|
-
"@polkadot-api/
|
|
48
|
-
"@polkadot-api/
|
|
49
|
-
"@polkadot-api/sm-provider": "0.2.
|
|
50
|
-
"@polkadot-api/smoldot": "0.3.
|
|
51
|
-
"@polkadot-api/
|
|
52
|
-
"@polkadot-api/substrate-client": "0.6.
|
|
53
|
-
"@polkadot-api/
|
|
54
|
-
"@polkadot-api/
|
|
55
|
-
"@polkadot-api/ws-provider": "0.8.
|
|
43
|
+
"@polkadot-api/codegen": "0.22.2-canary.ee039a8",
|
|
44
|
+
"@polkadot-api/ink-contracts": "0.5.2-canary.ee039a8",
|
|
45
|
+
"@polkadot-api/json-rpc-provider": "0.1.1-canary.ee039a8",
|
|
46
|
+
"@polkadot-api/observable-client": "0.18.3-canary.ee039a8",
|
|
47
|
+
"@polkadot-api/known-chains": "0.10.2-canary.ee039a8",
|
|
48
|
+
"@polkadot-api/metadata-compatibility": "0.5.2-canary.ee039a8",
|
|
49
|
+
"@polkadot-api/sm-provider": "0.2.1-canary.ee039a8",
|
|
50
|
+
"@polkadot-api/smoldot": "0.3.16-canary.ee039a8",
|
|
51
|
+
"@polkadot-api/substrate-bindings": "0.19.1-canary.ee039a8",
|
|
52
|
+
"@polkadot-api/substrate-client": "0.6.1-canary.ee039a8",
|
|
53
|
+
"@polkadot-api/utils": "0.3.1-canary.ee039a8",
|
|
54
|
+
"@polkadot-api/ws-middleware": "0.2.3-canary.ee039a8",
|
|
55
|
+
"@polkadot-api/ws-provider": "0.8.1-canary.ee039a8"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@swc/core": "^1.15.18",
|
|
59
|
-
"@polkadot-api/json-rpc-provider": "0.1.
|
|
59
|
+
"@polkadot-api/json-rpc-provider": "0.1.1-canary.ee039a8"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build-core": "tsc --noEmit && tsup-node src/main.ts src/index.ts src/metadataWorker.ts --clean --out-dir dist --dts --sourcemap --platform node --format esm",
|