@magiclabs.ai/magicbook-client 0.7.2-canary → 0.7.3
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 +6 -2
- package/index.cjs.map +1 -1
- package/index.d.cts +12 -0
- package/index.d.ts +12 -0
- package/index.js +6 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -260,6 +260,10 @@ var styles = {
|
|
|
260
260
|
6144: { slug: "seasonal-year-in-review-sfly" },
|
|
261
261
|
6143: { slug: "wanderlust-gallery-sfly" },
|
|
262
262
|
6146: { slug: "wedding-elopement-gallery-sfly" },
|
|
263
|
+
6148: { slug: "love-wins-sfly" },
|
|
264
|
+
6151: { slug: "adventures-in-mexico-sfly" },
|
|
265
|
+
6152: { slug: "generations-of-love-sfly" },
|
|
266
|
+
6153: { slug: "cheerful-patterns-sfly" },
|
|
263
267
|
6062: { slug: "create-your-own-sfly" },
|
|
264
268
|
6075: { slug: "together-again-sfly" },
|
|
265
269
|
6078: { slug: "everyday-boho-by-umaiana-studio-sfly" },
|
|
@@ -4916,8 +4920,8 @@ var EngineAPI = class {
|
|
|
4916
4920
|
};
|
|
4917
4921
|
|
|
4918
4922
|
// ../../core/config.ts
|
|
4919
|
-
var defaultApiHost = "https://api.
|
|
4920
|
-
var defaultWebSocketHost = "wss://socket.
|
|
4923
|
+
var defaultApiHost = "https://api.sfly-sls.magicbook.io";
|
|
4924
|
+
var defaultWebSocketHost = "wss://socket.sfly-sls.magicbook.io";
|
|
4921
4925
|
|
|
4922
4926
|
// ../../core/models/client.ts
|
|
4923
4927
|
var MagicBookClient = class {
|