autrace 0.0.20 → 0.0.22

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/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,7 +112,9 @@ Visualize any zkapp transaction from the chain like so
112
112
  ```bash
113
113
  BLOCKBERRY_API_KEY=your_api_key npx aucli --tx 5JttgfFUzZXfYYksdbZHms7eDvqwvzvf65GuirsAcNaZpFC5BC5z
114
114
  ```
115
- This will generate a `transaction_visualization.png` with the visulaisation.
115
+ This will generate a `transaction_visualization.png` with the visualisation like so:
116
+
117
+ ![TXNCisualizer](transaction_visualization.png)
116
118
 
117
119
 
118
120
  ### Important Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autrace",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "description": "Account Update analyser for MINA",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",