@makeswift/runtime 0.13.0 → 0.13.1

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
@@ -1217,7 +1217,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1217
1217
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1218
1218
  return res.json(fonts2);
1219
1219
  }
1220
- const version = "0.13.0";
1220
+ const version = "0.13.1";
1221
1221
  async function handler(req, res, { apiKey }) {
1222
1222
  if (req.query.secret !== apiKey) {
1223
1223
  return res.status(401).json({ message: "Unauthorized" });
package/dist/index.es.js CHANGED
@@ -1184,7 +1184,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1184
1184
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1185
1185
  return res.json(fonts2);
1186
1186
  }
1187
- const version = "0.13.0";
1187
+ const version = "0.13.1";
1188
1188
  async function handler(req, res, { apiKey }) {
1189
1189
  if (req.query.secret !== apiKey) {
1190
1190
  return res.status(401).json({ message: "Unauthorized" });