@chatsystem/client 1.0.0 → 1.0.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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13017,7 +13017,7 @@ const rm = (e) => e.charCodeAt(e.length - 1) === 10, im = (e) => {
|
|
|
13017
13017
|
constructor() {
|
|
13018
13018
|
}
|
|
13019
13019
|
};
|
|
13020
|
-
ln(It, "getApiUrl", () => process.env.NODE_ENV === "development" ? "localhost:3001" : "
|
|
13020
|
+
ln(It, "getApiUrl", () => process.env.NODE_ENV === "development" ? "localhost:3001" : "https://www.api.chatsystem.ai"), ln(It, "getHeaders", ({ contentType: t = "text/plain" }) => ({
|
|
13021
13021
|
"Content-Type": t
|
|
13022
13022
|
})), ln(It, "getFetchConfig", ({
|
|
13023
13023
|
contentType: t = "text/plain",
|