adonisjs-server-stats 1.1.3 → 1.1.4

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,14 +45,6 @@ Zero frontend dependencies. Zero build step. Just `@serverStats()` and go.
45
45
 
46
46
  ## Installation
47
47
 
48
- ```bash
49
- node ace configure adonisjs-server-stats
50
- ```
51
-
52
- This publishes `config/server_stats.ts` and registers the providers in `adonisrc.ts`.
53
-
54
- Or install manually:
55
-
56
48
  ```bash
57
49
  npm install adonisjs-server-stats
58
50
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adonisjs-server-stats",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Real-time server monitoring for AdonisJS v6 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",