@bagelink/blox 1.15.375 → 1.15.380

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.
@@ -1 +1 @@
1
- {"version":3,"file":"CmsPageView.vue.d.ts","sourceRoot":"","sources":["../src/CmsPageView.vue"],"names":[],"mappings":";AAqfA,wBAMG"}
1
+ {"version":3,"file":"CmsPageView.vue.d.ts","sourceRoot":"","sources":["../src/CmsPageView.vue"],"names":[],"mappings":";AAufA,wBAMG"}
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "./PreviewApp.vue_vue_type_style_index_0_lang-D6ddAbtq.js";
1
+ import { _ as _sfc_main } from "./PreviewApp.vue_vue_type_style_index_0_lang-CYWdJD9s.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const PreviewApp_vue_vue_type_style_index_0_lang = require("./PreviewApp.vue_vue_type_style_index_0_lang-DX8ze3J0.cjs");
3
+ const PreviewApp_vue_vue_type_style_index_0_lang = require("./PreviewApp.vue_vue_type_style_index_0_lang-CSJjBUPY.cjs");
4
4
  exports.default = PreviewApp_vue_vue_type_style_index_0_lang._sfc_main;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const vue = require("vue");
3
- const routes = require("./routes-CAr7jIgz.cjs");
3
+ const routes = require("./routes-BObfr-92.cjs");
4
4
  function sendToEditor(msg) {
5
5
  window.parent.postMessage(cloneForPostMessage(msg), "*");
6
6
  }
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, inject, ref, h, provide, onMounted, onUnmounted, openBlock, createElementBlock, createVNode, unref, nextTick } from "vue";
2
- import { e as BLOX_REGISTRY_KEY, r as resolveBlockProps, u as useLocale, f as BLOX_RUNTIME_KEY } from "./routes-BbsyqRzt.js";
2
+ import { e as BLOX_REGISTRY_KEY, r as resolveBlockProps, u as useLocale, f as BLOX_RUNTIME_KEY } from "./routes-bNk2CPnS.js";
3
3
  function sendToEditor(msg) {
4
4
  window.parent.postMessage(cloneForPostMessage(msg), "*");
5
5
  }
package/dist/index.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const routes = require("./routes-CAr7jIgz.cjs");
4
- const PreviewApp_vue_vue_type_style_index_0_lang = require("./PreviewApp.vue_vue_type_style_index_0_lang-DX8ze3J0.cjs");
3
+ const routes = require("./routes-BObfr-92.cjs");
4
+ const PreviewApp_vue_vue_type_style_index_0_lang = require("./PreviewApp.vue_vue_type_style_index_0_lang-CSJjBUPY.cjs");
5
5
  const vue = require("vue");
6
6
  const vueRouter = require("vue-router");
7
7
  const pinia = require("pinia");
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import { h as BLOX_LOCALE_STRATEGY_KEY, u as useLocale, n as normalizeLink, f as BLOX_RUNTIME_KEY, j as useSeo, k as getRegistryData, l as getItemBySlug, m as getItemById, o as getContentRoute, p as provideBloxData, d as createBlox, g as generateContentRoutes, q as installContentFallback, i as installLocaleAwareResolve, a as setActiveLocale, t as installSmartLinks, v as consumePendingLocaleSwitch } from "./routes-BbsyqRzt.js";
2
- import { _, w, x, y, B, z, A, C, D, E, P, F, G, c, b, H, I, J, K, L, M, N, O, Q, R, S, T, r, U, s, V, W, X, Y } from "./routes-BbsyqRzt.js";
3
- import { _ as _2, P as P2, s as s2, a } from "./PreviewApp.vue_vue_type_style_index_0_lang-D6ddAbtq.js";
1
+ import { h as BLOX_LOCALE_STRATEGY_KEY, u as useLocale, n as normalizeLink, f as BLOX_RUNTIME_KEY, j as useSeo, k as getRegistryData, l as getItemBySlug, m as getItemById, o as getContentRoute, p as provideBloxData, d as createBlox, g as generateContentRoutes, q as installContentFallback, i as installLocaleAwareResolve, a as setActiveLocale, t as installSmartLinks, v as consumePendingLocaleSwitch } from "./routes-bNk2CPnS.js";
2
+ import { _, w, x, y, B, z, A, C, D, E, P, F, G, c, b, H, I, J, K, L, M, N, O, Q, R, S, T, r, U, s, V, W, X, Y } from "./routes-bNk2CPnS.js";
3
+ import { _ as _2, P as P2, s as s2, a } from "./PreviewApp.vue_vue_type_style_index_0_lang-CYWdJD9s.js";
4
4
  import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, Transition, resolveDynamicComponent, inject, ref, watch, onMounted, onUnmounted, computed, onServerPrefetch, toValue, createApp, h, Suspense, markRaw } from "vue";
5
5
  import { useRouter, useRoute } from "vue-router";
6
6
  import { createPinia } from "pinia";
@@ -96,6 +96,7 @@ async function fetchCmsSiteData(apiBase, websiteName, requestOptions = {}) {
96
96
  return { locale, pages, paths: localePaths.map((path2) => localizePath(path2, locale, defaultLocale)) };
97
97
  }));
98
98
  const paths = [...new Set(localizedPages.flatMap((result) => result.paths))];
99
+ const pathSet = new Set(paths);
99
100
  const defaultPages = ((_a = localizedPages.find((result) => result.locale === defaultLocale)) == null ? void 0 : _a.pages) ?? [];
100
101
  const canonicalSlugById = new Map(
101
102
  defaultPages.flatMap((page) => page.id && page.slug && !page.slug.includes(":") ? [[page.id, page.slug]] : [])
@@ -104,9 +105,10 @@ async function fetchCmsSiteData(apiBase, websiteName, requestOptions = {}) {
104
105
  if (locale === defaultLocale) return [];
105
106
  return pages.flatMap((page) => {
106
107
  const canonicalSlug = page.id ? canonicalSlugById.get(page.id) : void 0;
107
- if (!canonicalSlug || !page.slug || page.slug.includes(":") || page.slug === canonicalSlug) return [];
108
+ const fromPath = canonicalSlug ? localizePath(canonicalSlug, locale, defaultLocale) : "";
109
+ if (page.status && page.status !== "published" || !canonicalSlug || !page.slug || page.slug.includes(":") || page.slug === canonicalSlug || pathSet.has(fromPath)) return [];
108
110
  return [{
109
- from_path: localizePath(canonicalSlug, locale, defaultLocale),
111
+ from_path: fromPath,
110
112
  to_path: localizePath(page.slug, locale, defaultLocale),
111
113
  status_code: 302
112
114
  }];
@@ -119,7 +121,7 @@ async function fetchCmsSiteData(apiBase, websiteName, requestOptions = {}) {
119
121
  );
120
122
  const redirectItems = Array.isArray(rData) ? rData : rData.data ?? [];
121
123
  const redirects = redirectItems.filter((r) => r.from_path && r.to_path);
122
- const explicitSources = new Set(redirects.map((redirect) => redirect.from_path));
124
+ const explicitSources = new Set(redirects.map((redirect) => redirect.from_path.trim()));
123
125
  redirects.push(...localeAliases.filter((alias) => !explicitSources.has(alias.from_path)));
124
126
  const collections = extractCollectionRefs(localizedPages.flatMap((result) => result.pages));
125
127
  return { websiteId: site.id, website, paths, redirects, collections };
@@ -73,6 +73,7 @@ async function fetchCmsSiteData(apiBase, websiteName, requestOptions = {}) {
73
73
  return { locale, pages, paths: localePaths.map((path2) => localizePath(path2, locale, defaultLocale)) };
74
74
  }));
75
75
  const paths = [...new Set(localizedPages.flatMap((result) => result.paths))];
76
+ const pathSet = new Set(paths);
76
77
  const defaultPages = ((_a = localizedPages.find((result) => result.locale === defaultLocale)) == null ? void 0 : _a.pages) ?? [];
77
78
  const canonicalSlugById = new Map(
78
79
  defaultPages.flatMap((page) => page.id && page.slug && !page.slug.includes(":") ? [[page.id, page.slug]] : [])
@@ -81,9 +82,10 @@ async function fetchCmsSiteData(apiBase, websiteName, requestOptions = {}) {
81
82
  if (locale === defaultLocale) return [];
82
83
  return pages.flatMap((page) => {
83
84
  const canonicalSlug = page.id ? canonicalSlugById.get(page.id) : void 0;
84
- if (!canonicalSlug || !page.slug || page.slug.includes(":") || page.slug === canonicalSlug) return [];
85
+ const fromPath = canonicalSlug ? localizePath(canonicalSlug, locale, defaultLocale) : "";
86
+ if (page.status && page.status !== "published" || !canonicalSlug || !page.slug || page.slug.includes(":") || page.slug === canonicalSlug || pathSet.has(fromPath)) return [];
85
87
  return [{
86
- from_path: localizePath(canonicalSlug, locale, defaultLocale),
88
+ from_path: fromPath,
87
89
  to_path: localizePath(page.slug, locale, defaultLocale),
88
90
  status_code: 302
89
91
  }];
@@ -96,7 +98,7 @@ async function fetchCmsSiteData(apiBase, websiteName, requestOptions = {}) {
96
98
  );
97
99
  const redirectItems = Array.isArray(rData) ? rData : rData.data ?? [];
98
100
  const redirects = redirectItems.filter((r) => r.from_path && r.to_path);
99
- const explicitSources = new Set(redirects.map((redirect) => redirect.from_path));
101
+ const explicitSources = new Set(redirects.map((redirect) => redirect.from_path.trim()));
100
102
  redirects.push(...localeAliases.filter((alias) => !explicitSources.has(alias.from_path)));
101
103
  const collections = extractCollectionRefs(localizedPages.flatMap((result) => result.pages));
102
104
  return { websiteId: site.id, website, paths, redirects, collections };
@@ -374,7 +374,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
374
374
  blocks.value = ((_b = (_a = entry.page) == null ? void 0 : _a.content) == null ? void 0 : _b.blocks) ?? [];
375
375
  contexts.value = entry.contexts ?? {};
376
376
  currentPageId.value = ((_c = entry.page) == null ? void 0 : _c.id) ?? null;
377
- setAlternates(navigableAlternates(entry.alternates, path));
377
+ setAlternates(entry.alternates && Object.keys(entry.alternates).length ? entry.alternates : { [locale2.value]: path });
378
378
  updateDocumentTitle(entry);
379
379
  return true;
380
380
  }
@@ -895,7 +895,7 @@ class BloxInstance {
895
895
  }
896
896
  router.addRoute({
897
897
  path: "/_blox_preview",
898
- component: () => Promise.resolve().then(() => require("./PreviewApp-hpbx_NDw.cjs")),
898
+ component: () => Promise.resolve().then(() => require("./PreviewApp-C4FFermi.cjs")),
899
899
  beforeEnter: () => window.parent !== window ? true : "/"
900
900
  });
901
901
  router.addRoute({ path: "/:pathMatch(.*)*", component: _sfc_main$2 });
@@ -373,7 +373,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
373
373
  blocks.value = ((_b = (_a = entry.page) == null ? void 0 : _a.content) == null ? void 0 : _b.blocks) ?? [];
374
374
  contexts.value = entry.contexts ?? {};
375
375
  currentPageId.value = ((_c = entry.page) == null ? void 0 : _c.id) ?? null;
376
- setAlternates(navigableAlternates(entry.alternates, path));
376
+ setAlternates(entry.alternates && Object.keys(entry.alternates).length ? entry.alternates : { [locale2.value]: path });
377
377
  updateDocumentTitle(entry);
378
378
  return true;
379
379
  }
@@ -894,7 +894,7 @@ class BloxInstance {
894
894
  }
895
895
  router.addRoute({
896
896
  path: "/_blox_preview",
897
- component: () => import("./PreviewApp-Dh4hTw8c.js"),
897
+ component: () => import("./PreviewApp-BW2Zmv2g.js"),
898
898
  beforeEnter: () => window.parent !== window ? true : "/"
899
899
  });
900
900
  router.addRoute({ path: "/:pathMatch(.*)*", component: _sfc_main$2 });
@@ -2,7 +2,7 @@ import { spawn } from "node:child_process";
2
2
  import os from "node:os";
3
3
  import path from "node:path";
4
4
  import process from "node:process";
5
- import { f as fetchCmsSiteData } from "./prerender-B-nE1VpK.js";
5
+ import { f as fetchCmsSiteData } from "./prerender-DfIkpbr8.js";
6
6
  const AUTO_SHARD_CAP = Number(process.env.BLOX_SSG_SHARD_CAP) || 6;
7
7
  const PREFETCH_BUDGET = Number(process.env.BLOX_SSG_PREFETCH_BUDGET) || 24;
8
8
  function resolveShardCount(shards) {
@@ -83,7 +83,7 @@ async function runSharded(opts) {
83
83
  }
84
84
  if (process.env.BLOX_SSG_LLM !== "0") {
85
85
  try {
86
- const { mergeLlmParts } = await import("./prerender-B-nE1VpK.js").then((n) => n.t);
86
+ const { mergeLlmParts } = await import("./prerender-DfIkpbr8.js").then((n) => n.t);
87
87
  const website = siteData.website;
88
88
  const partFiles = Array.from({ length: total }, (_, i) => path.join(llmPartsDir, `part.${i}.json`));
89
89
  const { pages } = await mergeLlmParts({
@@ -26,7 +26,7 @@ const node_child_process = require("node:child_process");
26
26
  const os = require("node:os");
27
27
  const path = require("node:path");
28
28
  const process = require("node:process");
29
- const llmArtifacts = require("./prerender-CaqnL5Fj.cjs");
29
+ const llmArtifacts = require("./prerender-CI54eV74.cjs");
30
30
  const AUTO_SHARD_CAP = Number(process.env.BLOX_SSG_SHARD_CAP) || 6;
31
31
  const PREFETCH_BUDGET = Number(process.env.BLOX_SSG_PREFETCH_BUDGET) || 24;
32
32
  function resolveShardCount(shards) {
@@ -107,7 +107,7 @@ async function runSharded(opts) {
107
107
  }
108
108
  if (process.env.BLOX_SSG_LLM !== "0") {
109
109
  try {
110
- const { mergeLlmParts } = await Promise.resolve().then(() => require("./prerender-CaqnL5Fj.cjs")).then((n) => n.llmArtifacts);
110
+ const { mergeLlmParts } = await Promise.resolve().then(() => require("./prerender-CI54eV74.cjs")).then((n) => n.llmArtifacts);
111
111
  const website = siteData.website;
112
112
  const partFiles = Array.from({ length: total }, (_, i) => path.join(llmPartsDir, `part.${i}.json`));
113
113
  const { pages } = await mergeLlmParts({
package/dist/ssg/cli.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  "use strict";
3
3
  const process = require("node:process");
4
4
  const fs = require("node:fs/promises");
5
- const llmArtifacts = require("../prerender-CaqnL5Fj.cjs");
5
+ const llmArtifacts = require("../prerender-CI54eV74.cjs");
6
6
  function installFetchTimeout() {
7
7
  const ms = Number(process.env.BLOX_SSG_FETCH_TIMEOUT_MS) || 2e4;
8
8
  const original = globalThis.fetch;
@@ -113,7 +113,7 @@ Environment:
113
113
  if (shardsOpt !== null || routesCmd) {
114
114
  const { apiBase: apiBase2, websiteName: configWebsiteName2 } = await resolveApiBase(mode);
115
115
  const websiteName2 = process.env.WEBSITE_NAME ?? configWebsiteName2 ?? "default";
116
- const { runSharded } = await Promise.resolve().then(() => require("../shard-runner-C4LI5gGz.cjs"));
116
+ const { runSharded } = await Promise.resolve().then(() => require("../shard-runner-DB37MOsu.cjs"));
117
117
  const code = await runSharded({
118
118
  shards: shardsOpt ?? "auto",
119
119
  mode,
@@ -129,7 +129,7 @@ Environment:
129
129
  const { apiBase, websiteName: configWebsiteName } = await resolveApiBase(mode);
130
130
  await llmArtifacts.polyfillBloxSsgGlobals({ pageUrl: apiBase });
131
131
  const websiteName = process.env.WEBSITE_NAME ?? configWebsiteName ?? "default";
132
- console.log(`Fetching routes from ${apiBase} (mode: ${mode}, site: ${websiteName})…`);
132
+ console.log(siteDataFile ? `Loading cached site routes (mode: ${mode}, site: ${websiteName})…` : `Fetching routes from ${apiBase} (mode: ${mode}, site: ${websiteName})…`);
133
133
  let paths = [];
134
134
  let website = null;
135
135
  let websiteId = "";
package/dist/ssg/cli.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bun
2
2
  import process from "node:process";
3
3
  import fs from "node:fs/promises";
4
- import { p as polyfillBloxSsgGlobals, f as fetchCmsSiteData, a as prerender } from "../prerender-B-nE1VpK.js";
4
+ import { p as polyfillBloxSsgGlobals, f as fetchCmsSiteData, a as prerender } from "../prerender-DfIkpbr8.js";
5
5
  function installFetchTimeout() {
6
6
  const ms = Number(process.env.BLOX_SSG_FETCH_TIMEOUT_MS) || 2e4;
7
7
  const original = globalThis.fetch;
@@ -112,7 +112,7 @@ Environment:
112
112
  if (shardsOpt !== null || routesCmd) {
113
113
  const { apiBase: apiBase2, websiteName: configWebsiteName2 } = await resolveApiBase(mode);
114
114
  const websiteName2 = process.env.WEBSITE_NAME ?? configWebsiteName2 ?? "default";
115
- const { runSharded } = await import("../shard-runner-CDu9ntxJ.js");
115
+ const { runSharded } = await import("../shard-runner-D4TGQ2FM.js");
116
116
  const code = await runSharded({
117
117
  shards: shardsOpt ?? "auto",
118
118
  mode,
@@ -128,7 +128,7 @@ Environment:
128
128
  const { apiBase, websiteName: configWebsiteName } = await resolveApiBase(mode);
129
129
  await polyfillBloxSsgGlobals({ pageUrl: apiBase });
130
130
  const websiteName = process.env.WEBSITE_NAME ?? configWebsiteName ?? "default";
131
- console.log(`Fetching routes from ${apiBase} (mode: ${mode}, site: ${websiteName})…`);
131
+ console.log(siteDataFile ? `Loading cached site routes (mode: ${mode}, site: ${websiteName})…` : `Fetching routes from ${apiBase} (mode: ${mode}, site: ${websiteName})…`);
132
132
  let paths = [];
133
133
  let website = null;
134
134
  let websiteId = "";
@@ -1 +1 @@
1
- {"version":3,"file":"cms-routes.d.ts","sourceRoot":"","sources":["../../src/ssg/cms-routes.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAC1C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAA;AAc9D,2EAA2E;AAC3E,MAAM,WAAW,aAAa;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,WAAW;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,WAAW,CAAA;IACpB,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,SAAS,EAAE,aAAa,EAAE,CAAA;IAC1B,oEAAoE;IACpE,WAAW,EAAE,aAAa,EAAE,CAAA;CAC5B;AAYD;;;GAGG;AACH,wBAAgB,iBAAiB,CAChC,KAAK,EAAE,MAAM,EAAE,EACf,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EAAE,GACxB,MAAM,EAAE,CASV;AAMD;;;GAGG;AACH,wBAAsB,gBAAgB,CACrC,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,cAAc,GAAE,uBAA4B,GAC1C,OAAO,CAAC,WAAW,CAAC,CAuEtB;AAED;;GAEG;AACH,wBAAsB,sBAAsB,CAC3C,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,cAAc,GAAE,uBAA4B,GAC1C,OAAO,CAAC,MAAM,EAAE,CAAC,CAGnB"}
1
+ {"version":3,"file":"cms-routes.d.ts","sourceRoot":"","sources":["../../src/ssg/cms-routes.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAC/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AAC1C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAA;AAc9D,2EAA2E;AAC3E,MAAM,WAAW,aAAa;IAC7B,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CAClB;AAED,MAAM,WAAW,WAAW;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,WAAW,CAAA;IACpB,KAAK,EAAE,MAAM,EAAE,CAAA;IACf,SAAS,EAAE,aAAa,EAAE,CAAA;IAC1B,oEAAoE;IACpE,WAAW,EAAE,aAAa,EAAE,CAAA;CAC5B;AAYD;;;GAGG;AACH,wBAAgB,iBAAiB,CAChC,KAAK,EAAE,MAAM,EAAE,EACf,aAAa,EAAE,MAAM,EACrB,gBAAgB,EAAE,MAAM,EAAE,GACxB,MAAM,EAAE,CASV;AAMD;;;GAGG;AACH,wBAAsB,gBAAgB,CACrC,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,cAAc,GAAE,uBAA4B,GAC1C,OAAO,CAAC,WAAW,CAAC,CAgFtB;AAED;;GAEG;AACH,wBAAsB,sBAAsB,CAC3C,OAAO,EAAE,MAAM,EACf,WAAW,EAAE,MAAM,EACnB,cAAc,GAAE,uBAA4B,GAC1C,OAAO,CAAC,MAAM,EAAE,CAAC,CAGnB"}
@@ -22,11 +22,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
22
22
  mod
23
23
  ));
24
24
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
25
- const llmArtifacts = require("../prerender-CaqnL5Fj.cjs");
25
+ const llmArtifacts = require("../prerender-CI54eV74.cjs");
26
26
  const ssg_client = require("./client.cjs");
27
27
  const pinia = require("pinia");
28
28
  const vue = require("vue");
29
- const routes = require("../routes-CAr7jIgz.cjs");
29
+ const routes = require("../routes-BObfr-92.cjs");
30
30
  async function renderBloxSsgPage(options) {
31
31
  var _a, _b, _c;
32
32
  const {
@@ -1,10 +1,10 @@
1
- import { b as buildPageHead, c as primaryContextEntry, d as buildJsonLd, e as extractPageText, B as BloxBuildResponseError, g as bloxBuildJson } from "../prerender-B-nE1VpK.js";
2
- import { h, i, j, f, k, l, m, n, o, q, r, s, p, a } from "../prerender-B-nE1VpK.js";
1
+ import { b as buildPageHead, c as primaryContextEntry, d as buildJsonLd, e as extractPageText, B as BloxBuildResponseError, g as bloxBuildJson } from "../prerender-DfIkpbr8.js";
2
+ import { h, i, j, f, k, l, m, n, o, q, r, s, p, a } from "../prerender-DfIkpbr8.js";
3
3
  import { BLOX_STATE_WINDOW_KEY, BLOX_WEBSITE_ID_WINDOW_KEY } from "./client.mjs";
4
4
  import { BLOX_COLLECTIONS_WINDOW_KEY, BLOX_DATA_WINDOW_KEY, BLOX_PAGE_SEO_WINDOW_KEY, getCollectionCache, getEmbeddedWebsiteId, installBloxStateCache, installCollectionCache } from "./client.mjs";
5
5
  import { createPinia } from "pinia";
6
6
  import { createSSRApp, h as h2, Suspense, markRaw } from "vue";
7
- import { B as BLOX_DATA_WINDOW_KEY2, s as setApiOrigin, a as setActiveLocale, c as collectBloxData, b as collectBloxSeo, p as provideBloxData, d as createBlox, g as generateContentRoutes, i as installLocaleAwareResolve } from "../routes-BbsyqRzt.js";
7
+ import { B as BLOX_DATA_WINDOW_KEY2, s as setApiOrigin, a as setActiveLocale, c as collectBloxData, b as collectBloxSeo, p as provideBloxData, d as createBlox, g as generateContentRoutes, i as installLocaleAwareResolve } from "../routes-bNk2CPnS.js";
8
8
  async function renderBloxSsgPage(options) {
9
9
  var _a, _b, _c;
10
10
  const {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/blox",
3
3
  "type": "module",
4
- "version": "1.15.375",
4
+ "version": "1.15.380",
5
5
  "description": "Blox page builder library for drag-and-drop page building and static data management",
6
6
  "author": {
7
7
  "name": "Bagel Studio",