@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.cjs +3 -3
- package/index.cjs.map +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -4196,9 +4196,9 @@ var designOptionsServerSchema = z.object({
|
|
|
4196
4196
|
});
|
|
4197
4197
|
|
|
4198
4198
|
// ../../core/config.ts
|
|
4199
|
-
var defaultApiHost = "
|
|
4200
|
-
var defaultWebSocketHost = "wss://
|
|
4201
|
-
var designRequestTimeout = parseInt(""?.toString() || "3000");
|
|
4199
|
+
var defaultApiHost = "https://api.dev-sls.magicbook.io";
|
|
4200
|
+
var defaultWebSocketHost = "wss://socket.dev-sls.magicbook.io";
|
|
4201
|
+
var designRequestTimeout = parseInt("30000"?.toString() || "3000");
|
|
4202
4202
|
|
|
4203
4203
|
// ../../core/models/design-request/index.ts
|
|
4204
4204
|
var DesignRequestOptions = {
|