@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 +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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" });
|