@microsoft/teams-manifest
Advanced tools
Comparing version 0.1.6-beta.2024092902.0 to 0.1.6-beta.2024093009.0
@@ -66,2 +66,3 @@ import { TeamsAppManifest } from "./manifest"; | ||
}; | ||
static useCopilotExtensionsInSchema(manifest: TeamsAppManifest): Promise<boolean>; | ||
} |
@@ -224,4 +224,8 @@ "use strict"; | ||
} | ||
static async useCopilotExtensionsInSchema(manifest) { | ||
const schema = await this.fetchSchema(manifest); | ||
return !!schema.properties.copilotExtensions; | ||
} | ||
} | ||
exports.ManifestUtil = ManifestUtil; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@microsoft/teams-manifest", | ||
"version": "0.1.6-beta.2024092902.0", | ||
"version": "0.1.6-beta.2024093009.0", | ||
"main": "build/index.js", | ||
@@ -65,3 +65,3 @@ "types": "build/index.d.ts", | ||
}, | ||
"gitHead": "ed1b8f24bf118ac672c551209c83768445f6ccd0" | ||
"gitHead": "394653a9e939a3735707bba7f4289c7c013a734d" | ||
} |
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
108856
1993