@epic-js/express-profiler 0.1.6 → 0.1.7
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 +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epic-js/express-profiler",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Lightweight Express API profiler with route/middleware/async timing",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
"middleware",
|
|
17
17
|
"performance",
|
|
18
18
|
"express-profiler",
|
|
19
|
+
"express profiler",
|
|
20
|
+
"express-profiler",
|
|
21
|
+
"epic js",
|
|
22
|
+
"epic js",
|
|
23
|
+
"epicjs",
|
|
24
|
+
"epic-js",
|
|
19
25
|
"epicprofiler",
|
|
20
26
|
"epic profiler"
|
|
21
27
|
],
|