@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 CHANGED
@@ -19706,7 +19706,7 @@ function chat({
19706
19706
  pageData,
19707
19707
  tools = {},
19708
19708
  apiKey = getApiKey(),
19709
- host = "https://app.puckbuild.com/api"
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://app.puckbuild.com/api"
19678
+ host = "https://cloud.puckeditor.com/api"
19679
19679
  }) {
19680
19680
  if (!apiKey) {
19681
19681
  throw new Error(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@puckeditor/cloud-client",
3
- "version": "0.1.0-canary.90c84bb5",
3
+ "version": "0.1.0-canary.9761de95",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "puckeditor/puck",
6
6
  "bugs": "https://github.com/puckeditor/puck/issues",