Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #902 from andrewconnell/fy23q4-refresh-msteams-mes…
Browse files Browse the repository at this point in the history
…saging-extensions

FY23Q4 refresh - msteams-messaging-extensions
  • Loading branch information
dlwikan authored Jun 19, 2023
2 parents 89b85de + 320ee10 commit 30c48b2
Show file tree
Hide file tree
Showing 92 changed files with 4,302 additions and 3,585 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"developer": "Contoso"
},
"libraryName": "messagingExt",
"generator-version": "4.0.1"
"generator-version": "4.1.0"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"webpack": "^5.72.0",
"webpack-node-externals": "^3.0.0",
"yargs": "^17.5.1",
"yoteams-build-core": "^1.7.0",
"yoteams-deploy": "^1.2.0"
"yoteams-build-core": "^1.8.0",
"yoteams-deploy": "^1.4.0"
},
"browserslist": [
"> 1%",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.13/MicrosoftTeams.schema.json",
"manifestVersion": "1.13",
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.15/MicrosoftTeams.schema.json",
"manifestVersion": "1.15",
"id": "{{APPLICATION_ID}}",
"version": "{{VERSION}}",
"packageName": "{{PACKAGE_NAME}}",
Expand Down Expand Up @@ -29,7 +29,7 @@
"connectors": [],
"composeExtensions": [
{
"botId": "{{APPLICATION_ID}}",
"botId": "{{MICROSOFT_APP_ID}}",
"canUpdateConfiguration": false,
"commands": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {

import * as Util from "util";
import * as debug from "debug";

import { find, sortBy } from "lodash";

const TextEncoder = Util.TextEncoder;
Expand Down Expand Up @@ -88,4 +89,5 @@ export class PlanetBot extends TeamsActivityHandler {
// return the adaptive card
return CardFactory.adaptiveCard(adaptiveCardSource);
}

}
34 changes: 0 additions & 34 deletions Teams/20 Messaging Extensions/Demos/01-msteams-msgext/.env.example

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"developer": "Contoso"
},
"libraryName": "messagingExt",
"generator-version": "4.0.1"
"generator-version": "4.1.0"
}
}
Loading

0 comments on commit 30c48b2

Please sign in to comment.