@makeswift/runtime 0.11.6 → 0.11.7
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/index.cjs.js +2 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -10
- package/dist/index.es.js.map +1 -1
- package/dist/types/src/components/page/Page.d.ts.map +1 -1
- package/dist/types/src/next/client.d.ts +0 -5
- package/dist/types/src/next/client.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -538,7 +538,6 @@ function Page$1({
|
|
|
538
538
|
const socialImage = (_e = baseLocalizedPage == null ? void 0 : baseLocalizedPage.meta.socialImage) != null ? _e : page.meta.socialImage;
|
|
539
539
|
const canonicalUrl = (_f = baseLocalizedPage == null ? void 0 : baseLocalizedPage.seo.canonicalUrl) != null ? _f : page.seo.canonicalUrl;
|
|
540
540
|
const isIndexingBlocked = (_g = baseLocalizedPage == null ? void 0 : baseLocalizedPage.seo.isIndexingBlocked) != null ? _g : page.seo.isIndexingBlocked;
|
|
541
|
-
const hreflangs = page.hreflangs;
|
|
542
541
|
const fontFamilyParamValue = useMemo(() => {
|
|
543
542
|
if (site == null) {
|
|
544
543
|
return page.fonts.map(({
|
|
@@ -650,14 +649,7 @@ function Page$1({
|
|
|
650
649
|
rel: "stylesheet",
|
|
651
650
|
href: `https://fonts.googleapis.com/css?family=${fontFamilyParamValue}&display=swap`
|
|
652
651
|
})
|
|
653
|
-
}),
|
|
654
|
-
hreflang,
|
|
655
|
-
href
|
|
656
|
-
}) => /* @__PURE__ */ jsx("link", {
|
|
657
|
-
rel: "alternate",
|
|
658
|
-
hrefLang: hreflang,
|
|
659
|
-
href
|
|
660
|
-
}, hreflang)), headSnippets.map(snippetToElement).map((children) => Children.map(children, (child) => {
|
|
652
|
+
}), headSnippets.map(snippetToElement).map((children) => Children.map(children, (child) => {
|
|
661
653
|
if (typeof child === "string")
|
|
662
654
|
return child;
|
|
663
655
|
if (VALID_HEAD_ELEMENT_TYPES.includes(child.type))
|
|
@@ -1178,7 +1170,7 @@ async function fonts(_req, res, { getFonts } = {}) {
|
|
|
1178
1170
|
const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
|
|
1179
1171
|
return res.json(fonts2);
|
|
1180
1172
|
}
|
|
1181
|
-
const version = "0.11.
|
|
1173
|
+
const version = "0.11.7";
|
|
1182
1174
|
async function handler(req, res, { apiKey, siteVersions }) {
|
|
1183
1175
|
if (req.query.secret !== apiKey) {
|
|
1184
1176
|
return res.status(401).json({ message: "Unauthorized" });
|