@athenaintel/react 0.16.2 → 0.16.3
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/assets/asset-panel-store.d.ts +7 -0
- package/dist/assets/use-asset-embed.d.ts +4 -0
- package/dist/chat/AthenaChat.d.ts +8 -0
- package/dist/chat-ui.cjs +1 -1
- package/dist/chat-ui.js +2 -2
- package/dist/index.cjs +32 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +33 -16
- package/dist/index.js.map +1 -1
- package/dist/provider/AthenaProvider.d.ts +1 -1
- package/dist/{use-rest-conversation-history-FoEmnZcH.js → use-rest-conversation-history-BgG4VyZQ.js} +2 -2
- package/dist/{use-rest-conversation-history-FoEmnZcH.js.map → use-rest-conversation-history-BgG4VyZQ.js.map} +1 -1
- package/dist/{use-rest-conversation-history-CbMCaMzR.cjs → use-rest-conversation-history-CMuTZmsp.cjs} +2 -2
- package/dist/{use-rest-conversation-history-CbMCaMzR.cjs.map → use-rest-conversation-history-CMuTZmsp.cjs.map} +1 -1
- package/package.json +1 -1
|
@@ -63,7 +63,7 @@ function _interopNamespaceDefault(e) {
|
|
|
63
63
|
}
|
|
64
64
|
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
|
|
65
65
|
const ReactDOM__namespace = /* @__PURE__ */ _interopNamespaceDefault(ReactDOM);
|
|
66
|
-
const version = "0.16.
|
|
66
|
+
const version = "0.16.3";
|
|
67
67
|
const packageJson = {
|
|
68
68
|
version
|
|
69
69
|
};
|
|
@@ -36814,4 +36814,4 @@ exports.useRestConversationHistory = useRestConversationHistory;
|
|
|
36814
36814
|
exports.useStore = useStore;
|
|
36815
36815
|
exports.withCaptureGateBypass = withCaptureGateBypass;
|
|
36816
36816
|
exports.wrapPosthogClient = wrapPosthogClient;
|
|
36817
|
-
//# sourceMappingURL=use-rest-conversation-history-
|
|
36817
|
+
//# sourceMappingURL=use-rest-conversation-history-CMuTZmsp.cjs.map
|