@athenaintel/react 0.15.1 → 0.16.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/assets/asset-panel-store.d.ts +5 -0
- package/dist/chat-ui.cjs +1 -1
- package/dist/chat-ui.js +2 -2
- package/dist/index.cjs +373 -98
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +374 -99
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tools/file-tool-uis.d.ts +8 -0
- package/dist/tools/todo-plan-store.d.ts +29 -0
- package/dist/tools/write-todos-tool-ui.d.ts +1 -0
- package/dist/{use-rest-conversation-history-DYvfgoBF.js → use-rest-conversation-history-CV7HyHGr.js} +2 -2
- package/dist/{use-rest-conversation-history-DYvfgoBF.js.map → use-rest-conversation-history-CV7HyHGr.js.map} +1 -1
- package/dist/{use-rest-conversation-history-CBPqoHoe.cjs → use-rest-conversation-history-Hc03lxFv.cjs} +2 -2
- package/dist/{use-rest-conversation-history-CBPqoHoe.cjs.map → use-rest-conversation-history-Hc03lxFv.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.
|
|
66
|
+
const version = "0.16.1";
|
|
67
67
|
const packageJson = {
|
|
68
68
|
version
|
|
69
69
|
};
|
|
@@ -36801,4 +36801,4 @@ exports.useRestConversationHistory = useRestConversationHistory;
|
|
|
36801
36801
|
exports.useStore = useStore;
|
|
36802
36802
|
exports.withCaptureGateBypass = withCaptureGateBypass;
|
|
36803
36803
|
exports.wrapPosthogClient = wrapPosthogClient;
|
|
36804
|
-
//# sourceMappingURL=use-rest-conversation-history-
|
|
36804
|
+
//# sourceMappingURL=use-rest-conversation-history-Hc03lxFv.cjs.map
|