@guritso/terminal 1.1.4 → 1.2.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 CHANGED
@@ -4,7 +4,7 @@ A terminal node utility for enhanced logging and error handling.
4
4
 
5
5
  | example |
6
6
  | ------- |
7
- | ![example](https://i.ibb.co/WHD4mXn/guritso-terminal-preview.png) |
7
+ | ![example](./docs/guritso-terminal-preview.png) |
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@guritso/terminal",
3
3
  "description": "A terminal node utility for enhanced logging and error handling",
4
- "version": "1.1.4",
4
+ "version": "1.2.1",
5
5
  "main": "index.cjs",
6
6
  "module": "index.js",
7
7
  "types": "index.d.ts",