Adds version to typings for getExtensionContext
(available in M152)
This commit is contained in:
Родитель
2e67d4513e
Коммит
b5370ecc39
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-devops-extension-sdk",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "azure-devops-extension-sdk",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"description": "Azure DevOps web extension JavaScript library.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -123,6 +123,11 @@ export interface IExtensionContext {
|
|||
* Id of the extension (without the publisher prefix)
|
||||
*/
|
||||
extensionId: string;
|
||||
|
||||
/**
|
||||
* Version of the extension
|
||||
*/
|
||||
version: string;
|
||||
}
|
||||
|
||||
interface IExtensionHandshakeOptions extends IExtensionInitOptions {
|
||||
|
|
Загрузка…
Ссылка в новой задаче