@botpress/webchat 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from './components';
2
2
  export * from './providers';
3
3
  export * from './types';
4
4
  export { WebchatClient as Client } from './client';
5
+ export { useWebchatContext } from './contexts';
package/dist/index.js CHANGED
@@ -43643,5 +43643,6 @@ export {
43643
43643
  GZ as WebchatProvider,
43644
43644
  tK as blockTypes,
43645
43645
  nK as markdownTypes,
43646
- rD as renderers
43646
+ rD as renderers,
43647
+ Er as useWebchatContext
43647
43648
  };