@amigo-ai/platform-sdk 0.15.0 → 0.15.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.mjs CHANGED
@@ -3246,7 +3246,7 @@ var LoginCancelledError = class extends AmigoError {
3246
3246
  super("Login cancelled", { errorCode: "login_cancelled" });
3247
3247
  }
3248
3248
  };
3249
- var DEFAULT_IDENTITY_URL = "https://identity.platform.amigo.ai";
3249
+ var DEFAULT_IDENTITY_URL = "https://api.platform.amigo.ai";
3250
3250
  async function identityPost(baseUrl, path, body, fetchFn) {
3251
3251
  try {
3252
3252
  return await fetchFn(`${baseUrl}${path}`, {