@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.es.js CHANGED
@@ -1175,7 +1175,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1175
1175
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1176
1176
  return res.json(fonts2);
1177
1177
  }
1178
- const version = "0.10.4";
1178
+ const version = "0.10.5";
1179
1179
  async function handler(req, res, { apiKey, unstable_siteVersions }) {
1180
1180
  if (req.query.secret !== apiKey) {
1181
1181
  return res.status(401).json({ message: "Unauthorized" });