@makeswift/runtime 0.10.1 → 0.10.2

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
@@ -1214,7 +1214,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1214
1214
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1215
1215
  return res.json(fonts2);
1216
1216
  }
1217
- const version = "0.10.1";
1217
+ const version = "0.10.2";
1218
1218
  async function handler(req, res, { apiKey, unstable_siteVersions }) {
1219
1219
  if (req.query.secret !== apiKey) {
1220
1220
  return res.status(401).json({ message: "Unauthorized" });
package/dist/index.es.js CHANGED
@@ -1179,7 +1179,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1179
1179
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1180
1180
  return res.json(fonts2);
1181
1181
  }
1182
- const version = "0.10.1";
1182
+ const version = "0.10.2";
1183
1183
  async function handler(req, res, { apiKey, unstable_siteVersions }) {
1184
1184
  if (req.query.secret !== apiKey) {
1185
1185
  return res.status(401).json({ message: "Unauthorized" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makeswift/runtime",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.cjs",
6
6
  "module": "dist/main.es",