azure-devops-extension-sdk
Advanced tools
Comparing version 1.141.5 to 1.141.6
{ | ||
"name": "azure-devops-extension-sdk", | ||
"version": "1.141.5", | ||
"version": "1.141.6", | ||
"description": "Azure DevOps web extension JavaScript library and types.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -314,2 +314,7 @@ export as namespace DevOps; | ||
onClose?: (result: TResult | undefined) => void; | ||
/** | ||
* Optional initial configuration for the dialog content | ||
*/ | ||
configuration?: any; | ||
} | ||
@@ -394,2 +399,7 @@ | ||
size?: PanelSize; | ||
/** | ||
* Optional initial configuration for the panel content | ||
*/ | ||
configuration?: any; | ||
} | ||
@@ -396,0 +406,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
72930
1259