seacloud-sdk 0.11.9 → 0.11.10

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
@@ -290,7 +290,7 @@ async function initSeacloud(apiKeyOrConfig, options) {
290
290
  if (parentHost) {
291
291
  const isDevelopment = parentHost.includes("localhost") || parentHost.includes("127.0.0.1") || parentHost.includes(":3000") || parentHost.includes(":8080") || parentHost.includes("seaverse.dev");
292
292
  if (isDevelopment) {
293
- config.baseUrl = "https://proxy-rs-dev.seaverse.ai";
293
+ config.baseUrl = "https://proxy-rs.sg.seaverse.dev";
294
294
  console.log("[SeaCloud SDK] \u68C0\u6D4B\u5230\u5F00\u53D1\u73AF\u5883\uFF0C\u4F7F\u7528\u5F00\u53D1 baseUrl:", config.baseUrl);
295
295
  } else {
296
296
  config.baseUrl = "https://proxy-rs.seaverse.ai";