@source-repo/rpc-cli 4.2.0 → 4.3.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/README.md +10 -970
- package/dist/web/app.js +12 -12
- package/dist/web/app.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@source-repo/rpc-cli",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.1",
|
|
4
4
|
"description": "Source RPC tooling: extract a contract from TypeScript, check it against a build or a live device, and browse, tap, fake, record and bench a live network",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rpc",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"check:contract:rpc": "node dist/index.js check --project ../rpc/tsconfig.contract.json --against ../rpc/src/RPC/Introspection.types.json"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@source-repo/rpc": "^4.
|
|
55
|
+
"@source-repo/rpc": "^4.3.1",
|
|
56
56
|
"ts-morph": "^28.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|