koa-opentracing
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -5,3 +5,3 @@ { | ||
"types": "global.d.ts", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"repository": "https://github.com/teambition/koa-opentracing.git", | ||
@@ -8,0 +8,0 @@ "author": "cnwangjie", |
@@ -47,3 +47,3 @@ koa-opentracing | ||
* main function to add a middleware to assign a tracer on context | ||
* @param {Application} app koa application | ||
* @param {Koa} app koa application | ||
* @param {Object} opt options | ||
@@ -58,3 +58,3 @@ * @param {String} opt.appname service name | ||
*/ | ||
function koaOpentracing(app: Application, opt: Object) {} | ||
function koaOpentracing(app: Koa, opt: Object) {} | ||
@@ -61,0 +61,0 @@ /** |
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
187126