@logtape/pretty 1.4.0-dev.446 → 1.4.0-dev.460

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -73,7 +73,7 @@ logger.error`Failed to process request: ${{ error: "timeout" }}`;
73
73
 
74
74
  Output example:
75
75
 
76
- ![](https://raw.githubusercontent.com/dahlia/logtape/refs/heads/main/screenshots/terminal.png)
76
+ ![LogTape terminal output with pretty formatting](https://raw.githubusercontent.com/dahlia/logtape/refs/heads/main/screenshots/terminal.png)
77
77
 
78
78
  ~~~~
79
79
  ✨ info my-app Server started on port 3000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/pretty",
3
- "version": "1.4.0-dev.446+9d8098ca",
3
+ "version": "1.4.0-dev.460+d1277bb0",
4
4
  "description": "Beautiful text formatter for LogTape—perfect for local development",
5
5
  "keywords": [
6
6
  "logging",
@@ -78,7 +78,7 @@
78
78
  "dist/"
79
79
  ],
80
80
  "peerDependencies": {
81
- "@logtape/logtape": "^1.4.0-dev.446+9d8098ca"
81
+ "@logtape/logtape": "^1.4.0-dev.460+d1277bb0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@alinea/suite": "^0.6.3",