4.1.20 • Published 4 years ago

@chrimc62/botframework-schema v4.1.20

Weekly downloads
42
License
MIT
Repository
github
Last release
4 years ago

Activity schema for the Microsoft Bot Framework.

Installing

To add the preview version of this package to your bot be sure include the @preview tag:

npm install --save botframework-schema@preview

While this package is in preview it's possible for updates to include build breaks. To avoid having any updates break your bot it's recommended that you update the dependency table of your bots package.json file to lock down the specific version of the package you're using:

{
    "dependencies": {
        "botbuilder": "4.0.0-preview1.2",
        "otframework-schema": "4.0.0-preview1.2"
    }
}
4.1.20

4 years ago

4.1.16

4 years ago

4.1.17

4 years ago

4.1.15

4 years ago

4.1.14

4 years ago

4.1.12

4 years ago

4.1.13

4 years ago

4.1.11

4 years ago

4.1.10

4 years ago

4.1.6

4 years ago