adonisjs-server-stats 1.0.1 → 1.0.2

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
@@ -6,11 +6,9 @@ Drop a single Edge tag into your layout and get a live stats bar showing CPU, me
6
6
 
7
7
  Zero frontend dependencies. Zero build step. Just `@serverStats()` and go.
8
8
 
9
- ## Screenshots
10
-
11
- **Stats bar** -- always-on metrics strip at the bottom of every page:
9
+ ![adonisjs-server-stats](https://raw.githubusercontent.com/simulieren/adonisjs-server-stats/main/screenshots/hero.png)
12
10
 
13
- ![Stats bar with live server metrics](https://raw.githubusercontent.com/simulieren/adonisjs-server-stats/main/screenshots/debug-queries.png)
11
+ ## Screenshots
14
12
 
15
13
  **Debug toolbar** -- expandable panels for deep inspection:
16
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adonisjs-server-stats",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Real-time server monitoring for AdonisJS v6 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",
Binary file