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 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
- <video src="https://github.com/simulieren/adonisjs-server-stats/raw/main/screenshots/adonisjs-server-stats.mp4" controls muted loop width="100%"></video>
16
+ ![adonisjs-server-stats demo](https://raw.githubusercontent.com/simulieren/adonisjs-server-stats/main/screenshots/demo.gif)
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.7",
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