@agentcrafta/chat-next 0.0.1 → 0.0.2

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.
@@ -66,4 +66,4 @@ export {
66
66
  getChatStoreConfig,
67
67
  logChatError
68
68
  };
69
- //# sourceMappingURL=chunk-H7JYIUV5.js.map
69
+ //# sourceMappingURL=chunk-RI5TL55G.js.map
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  getConversationToken,
4
4
  getRegionalSettings,
5
5
  logChatError
6
- } from "./chunk-H7JYIUV5.js";
6
+ } from "./chunk-RI5TL55G.js";
7
7
 
8
8
  // src/client/chat.tsx
9
9
  import React2 from "react";
@@ -3,7 +3,7 @@ import {
3
3
  getConversationToken,
4
4
  getRegionalSettings,
5
5
  logChatError
6
- } from "../chunk-H7JYIUV5.js";
6
+ } from "../chunk-RI5TL55G.js";
7
7
  export {
8
8
  getChatStoreConfig,
9
9
  getConversationToken,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentcrafta/chat-next",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "description": "Customizable chat agent",