Skip to content

Commit 0e5c6a3

Browse files
committed
readme
1 parent 2f7eba7 commit 0e5c6a3

File tree

3 files changed

+40
-41
lines changed

3 files changed

+40
-41
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ http://<your app host:port>/swagger-stats/ui
185185

186186
#### v0.92.0
187187

188-
* [feature] Support providing Prometheus metrics via [prom-client](https://www.npmjs.com/package/prom-client) library [#20](https://github.com/slanatech/swagger-stats/issues/20)
189188
* [feature] OnResponseFinish hook: pass request/response record to callback so app can post proceses it add it to the log [#5](https://github.com/slanatech/swagger-stats/issues/5)
190189

191190

package-lock.json

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"nyc": "^11.2.1",
9898
"phantomjs-prebuilt": "^2.1.14",
9999
"postcss-loader": "^2.0.8",
100-
"q": "^1.5.0",
100+
"q": "^1.5.1",
101101
"serve-favicon": "^2.4.5",
102102
"serve-static": "^1.13.1",
103103
"should": "^11.2.1",

0 commit comments

Comments
 (0)