Comparing version 5.0.0-beta-5.0 to 5.0.0-beta-6.0
# restify Changelog | ||
## 5.0.0 | ||
- #1281 Add `server.debugInfo` method, Yunong Xiao, Alex Liu | ||
- #1281 Add `server.getDebugInfo()` method, Yunong Xiao, Alex Liu | ||
- #1281 `server.unfinishedRequests()` to `server.inflightRequests()`, Yunong Xiao | ||
@@ -6,0 +6,0 @@ - #1256 add `req.id()` method, Alex Liu |
@@ -1184,3 +1184,3 @@ // Copyright 2012 Mark Cavage, Inc. All rights reserved. | ||
*/ | ||
Server.prototype.debugInfo = function debugInfo() { | ||
Server.prototype.getDebugInfo = function getDebugInfo() { | ||
var self = this; | ||
@@ -1187,0 +1187,0 @@ |
@@ -53,3 +53,3 @@ { | ||
], | ||
"version": "5.0.0-beta-5.0", | ||
"version": "5.0.0-beta-6.0", | ||
"repository": { | ||
@@ -56,0 +56,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162076