@makeswift/runtime 0.10.4 → 0.10.5

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 CHANGED
@@ -1208,7 +1208,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1208
1208
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1209
1209
  return res.json(fonts2);
1210
1210
  }
1211
- const version = "0.10.4";
1211
+ const version = "0.10.5";
1212
1212
  async function handler(req, res, { apiKey, unstable_siteVersions }) {
1213
1213
  if (req.query.secret !== apiKey) {
1214
1214
  return res.status(401).json({ message: "Unauthorized" });