@athenaintel/react 0.12.4 → 0.13.0
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/AthenaContext-B1QMhIP-.cjs.map +1 -1
- package/dist/AthenaContext-MOslgOmE.js.map +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/provider/AthenaContext.d.ts +5 -2
- package/dist/provider/AthenaProvider.d.ts +11 -9
- package/dist/provider/config.d.ts +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import { useAuiState } from "@assistant-ui/store";
|
|
|
33
33
|
import * as ReactDOM from "react-dom";
|
|
34
34
|
import ReactDOM__default, { flushSync } from "react-dom";
|
|
35
35
|
import { A as AthenaContext, u as useAthenaConfig } from "./AthenaContext-MOslgOmE.js";
|
|
36
|
-
const version$1 = "0.
|
|
36
|
+
const version$1 = "0.13.0";
|
|
37
37
|
const packageJson = {
|
|
38
38
|
version: version$1
|
|
39
39
|
};
|
|
@@ -20918,7 +20918,7 @@ const useAthenaConfigValue = ({
|
|
|
20918
20918
|
apiKey,
|
|
20919
20919
|
token,
|
|
20920
20920
|
enabledToolkits,
|
|
20921
|
-
transport
|
|
20921
|
+
transport,
|
|
20922
20922
|
linkClicks,
|
|
20923
20923
|
citationLinks
|
|
20924
20924
|
}) => {
|
|
@@ -20993,6 +20993,7 @@ function AthenaStandalone({
|
|
|
20993
20993
|
apiKey,
|
|
20994
20994
|
token,
|
|
20995
20995
|
enabledToolkits: tools,
|
|
20996
|
+
transport: "legacy",
|
|
20996
20997
|
linkClicks,
|
|
20997
20998
|
citationLinks
|
|
20998
20999
|
});
|
|
@@ -21298,6 +21299,7 @@ function AthenaWithThreadList({
|
|
|
21298
21299
|
apiKey,
|
|
21299
21300
|
token,
|
|
21300
21301
|
enabledToolkits: tools,
|
|
21302
|
+
transport: "legacy",
|
|
21301
21303
|
linkClicks,
|
|
21302
21304
|
citationLinks
|
|
21303
21305
|
});
|