@microsoft/teamsfx 2.3.3-beta.2024071606.0 → 2.3.3-beta.2024080809.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.node.cjs.js
CHANGED
@@ -2595,7 +2595,7 @@ class NotificationMiddleware {
|
|
2595
2595
|
const activityType = activity.type;
|
2596
2596
|
if (activityType === "installationUpdate") {
|
2597
2597
|
const action = (_a = activity.action) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
2598
|
-
if (action === "add") {
|
2598
|
+
if (action === "add" || action === "add-upgrade") {
|
2599
2599
|
return ActivityType.CurrentBotInstalled;
|
2600
2600
|
}
|
2601
2601
|
else {
|