@epic-js/express-profiler 0.1.2 → 0.1.3

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,8 @@ app.get('/users', async (req, res) => {
31
31
 
32
32
  ## Output
33
33
  ```bash
34
- POST /reverseGeoCoding 200 279.9ms
34
+ GET /users 200 1.4ms
35
+ DB: 0.2ms
35
36
  ```
36
37
 
37
38
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epic-js/express-profiler",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Lightweight Express API profiler with route/middleware/async timing",
5
5
  "main": "index.js",
6
6
  "bin": {