@assemble-inc/chat-widget 0.1.0 → 0.1.1

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
@@ -1,2 +1,3 @@
1
- export { default as Widget } from './Widget';
2
- export type { WidgetProps } from './Widget';
1
+ export { default as Widget, default as ChatWidget } from './Widget';
2
+ export type { WidgetProps, WidgetProps as ChatWidgetProps } from './Widget';
3
+ export { default } from './Widget';
package/dist/index.js CHANGED
@@ -6691,5 +6691,7 @@ const dr = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, pr = pl, h
6691
6691
  ] });
6692
6692
  };
6693
6693
  export {
6694
- Il as Widget
6694
+ Il as ChatWidget,
6695
+ Il as Widget,
6696
+ Il as default
6695
6697
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@assemble-inc/chat-widget",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Embeddable AI chat widget powered by Anthropic and MCP",
5
5
  "keywords": [
6
6
  "chat",