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