@microsoft/teamsfx-api
Advanced tools
Comparing version 0.23.5-alpha.038ce65fb.0 to 0.23.5-alpha.08a6629d5.0
@@ -60,2 +60,3 @@ export declare const ConfigFolderName = "fx"; | ||
buildAad = "buildAad", | ||
ConvertAadToNewSchema = "convertAadToNewSchema", | ||
deployTeams = "deployTeams", | ||
@@ -71,3 +72,4 @@ initDebug = "initDebug", | ||
addPlugin = "addPlugin", | ||
kiotaRegenerate = "kiotaRegenerate" | ||
kiotaRegenerate = "kiotaRegenerate", | ||
addAuthAction = "addAuthAction" | ||
} | ||
@@ -74,0 +76,0 @@ export declare enum TelemetryEvent { |
@@ -68,2 +68,3 @@ // Copyright (c) Microsoft Corporation. | ||
Stage["buildAad"] = "buildAad"; | ||
Stage["ConvertAadToNewSchema"] = "convertAadToNewSchema"; | ||
Stage["deployTeams"] = "deployTeams"; | ||
@@ -80,2 +81,3 @@ Stage["initDebug"] = "initDebug"; | ||
Stage["kiotaRegenerate"] = "kiotaRegenerate"; | ||
Stage["addAuthAction"] = "addAuthAction"; | ||
})(Stage = exports.Stage || (exports.Stage = {})); | ||
@@ -82,0 +84,0 @@ var TelemetryEvent; |
{ | ||
"name": "@microsoft/teamsfx-api", | ||
"version": "0.23.5-alpha.038ce65fb.0", | ||
"version": "0.23.5-alpha.08a6629d5.0", | ||
"description": "teamsfx framework api", | ||
@@ -66,3 +66,3 @@ "main": "build/index.js", | ||
"@azure/core-auth": "^1.4.0", | ||
"@microsoft/teams-manifest": "0.1.9-alpha.038ce65fb.0", | ||
"@microsoft/teams-manifest": "0.1.9-alpha.08a6629d5.0", | ||
"chai": "^4.3.4", | ||
@@ -73,3 +73,3 @@ "jsonschema": "^1.4.0", | ||
}, | ||
"gitHead": "9f9b25b4874b4acd161d61297c40043a21b1c844", | ||
"gitHead": "fe83fca29aab745cddcf8af74794e4b774cc3b65", | ||
"publishConfig": { | ||
@@ -76,0 +76,0 @@ "access": "public" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
182222
2891
+ Added@microsoft/teams-manifest@0.1.9-alpha.08a6629d5.0(transitive)
- Removed@microsoft/teams-manifest@0.1.9-alpha.038ce65fb.0(transitive)