@azure/functions
Advanced tools
Comparing version 1.0.2-beta1 to 1.0.2-beta2
@@ -58,3 +58,3 @@ /** | ||
*/ | ||
done(err?: Error | string, result?: any): void; | ||
done(err?: Error | string | null, result?: any): void; | ||
/** | ||
@@ -61,0 +61,0 @@ * HTTP request object. Provided to your function when using HTTP Bindings. |
{ | ||
"name": "@azure/functions", | ||
"version": "1.0.2-beta1", | ||
"version": "1.0.2-beta2", | ||
"description": "Azure Functions types for Typescript", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
8209