adonisjs-server-stats 1.0.7 → 1.0.9
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 +1 -1
- package/package.json +1 -2
- package/screenshots/adonisjs-server-stats.mp4 +0 -0
- package/screenshots/debug-emails.png +0 -0
- package/screenshots/debug-events.png +0 -0
- package/screenshots/debug-logs.png +0 -0
- package/screenshots/debug-queries.png +0 -0
- package/screenshots/debug-routes.png +0 -0
- package/screenshots/hero.png +0 -0
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Drop a single Edge tag into your layout and get a live stats bar showing CPU, me
|
|
|
13
13
|
|
|
14
14
|
Zero frontend dependencies. Zero build step. Just `@serverStats()` and go.
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+

|
|
17
17
|
|
|
18
18
|
## Screenshots
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adonisjs-server-stats",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Real-time server monitoring for AdonisJS v6 applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
},
|
|
66
66
|
"files": [
|
|
67
67
|
"dist",
|
|
68
|
-
"screenshots",
|
|
69
68
|
"README.md",
|
|
70
69
|
"LICENSE"
|
|
71
70
|
],
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/screenshots/hero.png
DELETED
|
Binary file
|