@microsoft/teams-manifest
Advanced tools
Comparing version 0.0.4 to 0.0.5-alpha.884e98caa.0
@@ -339,2 +339,8 @@ export interface IDeveloper { | ||
/** | ||
* Specify the app's Graph connector configuration. If this is present then webApplicationInfo.id must also be specified. | ||
*/ | ||
graphConnector?: { | ||
notificationUrl: string; | ||
}; | ||
/** | ||
* The set of compose extensions for this app. Currently only one compose extension per app is supported. | ||
@@ -341,0 +347,0 @@ */ |
@@ -11,7 +11,7 @@ // Copyright (c) Microsoft Corporation. | ||
constructor() { | ||
this.$schema = "https://developer.microsoft.com/en-us/json-schemas/teams/v1.8/MicrosoftTeams.schema.json"; | ||
this.$schema = "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json"; | ||
/** | ||
* The version of the schema this manifest is using. | ||
*/ | ||
this.manifestVersion = "1.8"; | ||
this.manifestVersion = "1.11"; | ||
/** | ||
@@ -18,0 +18,0 @@ * The version of the app. Changes to your manifest should cause a version change. This version string must follow the semver standard (http://semver.org). |
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.0.4", | ||
"version": "0.0.5-alpha.884e98caa.0", | ||
"main": "build/index.js", | ||
@@ -58,3 +58,3 @@ "types": "build/index.d.ts", | ||
}, | ||
"gitHead": "1ef790ce4465be168e8b56317bbd5a95b5959c4a" | ||
"gitHead": "817fc7d91474cc74d12b4cce85cab1dd682c0b13" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
31767
572