This package has been deprecated

Author message:

This is prototype code that is no longer used.

botbuilder-core-extensions
TypeScript icon, indicating that this package has built-in type declarations

4.0.0-preview1.2 • Public • Published

Common middleware and related abstractions for the Bot Builder core library.

Installing

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

npm install --save botbuilder-core-extensions@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-core": "4.0.0-preview1.2",
        "botbuilder-core-extensions": "4.0.0-preview1.2"
    }
}

Package Sidebar

Install

npm i botbuilder-core-extensions

Weekly Downloads

14

Version

4.0.0-preview1.2

License

MIT

Unpacked Size

349 kB

Total Files

81

Last publish

Collaborators

  • botframework
  • sgellock
  • cwhitten