@microsoft/teamsfx 2.3.3-beta.2024071602.0 → 2.3.3-beta.2024080704.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm2017.js +1 -0
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm2017.mjs +1 -1
- package/dist/index.esm2017.mjs.map +1 -1
- package/dist/index.esm5.js +1 -0
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +1 -1
- package/dist/index.node.cjs.js.map +1 -1
- package/package.json +4 -3
package/dist/index.esm2017.mjs
CHANGED
@@ -2513,7 +2513,7 @@ class NotificationMiddleware {
|
|
2513
2513
|
const activityType = activity.type;
|
2514
2514
|
if (activityType === "installationUpdate") {
|
2515
2515
|
const action = (_a = activity.action) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
2516
|
-
if (action === "add") {
|
2516
|
+
if (action === "add" || action === "add-upgrade") {
|
2517
2517
|
return ActivityType.CurrentBotInstalled;
|
2518
2518
|
}
|
2519
2519
|
else {
|