adonisjs-server-stats 1.0.8 → 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/package.json +1 -2
- 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/demo.gif +0 -0
- package/screenshots/hero.png +0 -0
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
|
package/screenshots/demo.gif
DELETED
|
Binary file
|
package/screenshots/hero.png
DELETED
|
Binary file
|