@puckeditor/cloud-client 0.1.0-canary.90c84bb5 → 0.1.0-canary.9761de95
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/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19706,7 +19706,7 @@ function chat({
|
|
|
19706
19706
|
pageData,
|
|
19707
19707
|
tools = {},
|
|
19708
19708
|
apiKey = getApiKey(),
|
|
19709
|
-
host = "https://
|
|
19709
|
+
host = "https://cloud.puckeditor.com/api"
|
|
19710
19710
|
}) {
|
|
19711
19711
|
if (!apiKey) {
|
|
19712
19712
|
throw new Error(
|
package/dist/index.mjs
CHANGED
|
@@ -19675,7 +19675,7 @@ function chat({
|
|
|
19675
19675
|
pageData,
|
|
19676
19676
|
tools = {},
|
|
19677
19677
|
apiKey = getApiKey(),
|
|
19678
|
-
host = "https://
|
|
19678
|
+
host = "https://cloud.puckeditor.com/api"
|
|
19679
19679
|
}) {
|
|
19680
19680
|
if (!apiKey) {
|
|
19681
19681
|
throw new Error(
|
package/package.json
CHANGED