BotBuilder-MicrosoftTeams-node
BotBuilder-MicrosoftTeams-node copied to clipboard
BotBuilder v4 SDK extension for Microsoft Teams
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. Release notes Sourced from axios's releases. v0.18.1 Security Fix: Destroy stream on exceeding maxContentLength (fixes #1098) (#1485) - Gadzhi Gadzhiev Changelog Sourced from axios's...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
Using `createReplyChain` with a `TurnContext` generated from a `ConversationReference` by `createConversation` does not make a new reply chain: ``` async postStandupThread(ref: Partial) { this.adapter.continueConversation(ref, async context => { const date...
Current typing is ```typescript // teamsContext.ts export class TeamsContext { public get team(): models.TeamInfo { return this.getTeamsChannelData().team; } } // schema/models/index.ts export interface TeamInfo { id?: string; name?: string; }...
I get the following error when building a package with a dependency on `[email protected]`: ``` node_modules/botbuilder-teams/lib/activityProcessor/teamsFactory.d.ts:4:71 - error TS2339: Property '0' does not exist on type '(ISubmitAction | IOpenUrlAction |...
adapter.createReplyChain and adapter.createTeamsConversation run error : is not a function.