@magiclabs.ai/magicbook-client 0.6.12-canary → 0.6.13-canary

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/index.js CHANGED
@@ -4133,9 +4133,9 @@ var designOptionsServerSchema = z.object({
4133
4133
  });
4134
4134
 
4135
4135
  // ../../core/config.ts
4136
- var defaultApiHost = "http://localhost:2812";
4137
- var defaultWebSocketHost = "wss://localhost:2812";
4138
- var designRequestTimeout = parseInt(""?.toString() || "3000");
4136
+ var defaultApiHost = "https://api.dev-sls.magicbook.io";
4137
+ var defaultWebSocketHost = "wss://socket.dev-sls.magicbook.io";
4138
+ var designRequestTimeout = parseInt("30000"?.toString() || "3000");
4139
4139
 
4140
4140
  // ../../core/models/design-request/index.ts
4141
4141
  var DesignRequestOptions = {