Conversation
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/microsoft/teams.ts.git", | ||
| "directory": "packages/botbuilder" |
There was a problem hiding this comment.
this should be packages/agents-sdk
There was a problem hiding this comment.
thanks... missed that spot
| @@ -0,0 +1,58 @@ | |||
| { | |||
| "name": "@microsoft/teams.agentssdk", | |||
There was a problem hiding this comment.
can we change this to @microsoft/teams.agents-sdk?
| "adaptive-cards", | ||
| "apps", | ||
| "bots", | ||
| "botbuilder" |
There was a problem hiding this comment.
may want to replace the botbuilder keyword with agents-sdk or something
| @@ -0,0 +1,273 @@ | |||
| # @microsoft/teams.botbuilder | |||
There was a problem hiding this comment.
this changelog file will be generated automatically for new packages, no need to copy it over from the botbuilder plugin.
|
|
||
| ## Dependencies | ||
|
|
||
| - [`uuid`](https://www.npmjs.com/package/uuid) |
There was a problem hiding this comment.
I don't see any uuid dependency
|
the build is failing because we did a release so the version in main and released to npm is |
| @@ -0,0 +1,58 @@ | |||
| { | |||
| "name": "@microsoft/teams.agentssdk", | |||
| "version": "2.0.0-preview.7", | |||
There was a problem hiding this comment.
all version references need to be updated to 2.0.0-preview.8 to fix the build.
Created a new plugin for the Agents SDK. It's modeled after the Botbuilder plugin, just updated to support the new types.