autrace 0.0.4 → 0.0.5

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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -102,11 +102,6 @@ const summary = asciiVisuals.visualizeChangeSummary(snapshots);
102
102
  console.log(summary);
103
103
  ```
104
104
 
105
- ### Example Output
106
-
107
- The ASCIIVisualizer provides a colorized terminal output that looks like this:
108
- ![AU-Change-Visualiser](https://imgur.com/a/jR433Ht)
109
-
110
105
  ### Important Notes
111
106
 
112
107
  - This package uses ES modules. Ensure your project's package.json has `"type": "module"`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autrace",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Account Update analyser for MINA",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/src/index.d.ts",