azure-devops-extension-sdk
Advanced tools
Comparing version 1.141.10 to 1.141.11
{ | ||
"name": "azure-devops-extension-sdk", | ||
"version": "1.141.10", | ||
"version": "1.141.11", | ||
"description": "Azure DevOps web extension JavaScript library and types.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -122,3 +122,3 @@ export as namespace DevOps; | ||
*/ | ||
export function init(options: IExtensionInitOptions): void; | ||
export function init(options?: IExtensionInitOptions): void; | ||
@@ -125,0 +125,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
73483