@makeswift/runtime 0.11.18 → 0.11.19
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 +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -1251,7 +1251,7 @@ async function fonts(_req, res, { getFonts } = {}) {
|
|
|
1251
1251
|
const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
|
|
1252
1252
|
return res.json(fonts2);
|
|
1253
1253
|
}
|
|
1254
|
-
const version = "0.11.
|
|
1254
|
+
const version = "0.11.19";
|
|
1255
1255
|
async function handler(req, res, { apiKey, siteVersions }) {
|
|
1256
1256
|
if (req.query.secret !== apiKey) {
|
|
1257
1257
|
return res.status(401).json({ message: "Unauthorized" });
|
package/dist/index.es.js
CHANGED
|
@@ -1218,7 +1218,7 @@ async function fonts(_req, res, { getFonts } = {}) {
|
|
|
1218
1218
|
const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
|
|
1219
1219
|
return res.json(fonts2);
|
|
1220
1220
|
}
|
|
1221
|
-
const version = "0.11.
|
|
1221
|
+
const version = "0.11.19";
|
|
1222
1222
|
async function handler(req, res, { apiKey, siteVersions }) {
|
|
1223
1223
|
if (req.query.secret !== apiKey) {
|
|
1224
1224
|
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.11.
|
|
3
|
+
"version": "0.11.19",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/main.cjs",
|
|
6
6
|
"module": "dist/main.es",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
|
-
"next": ">=12.2.0 <13.0.0 || ^13.0.0",
|
|
104
|
+
"next": ">=12.2.0 <13.0.0 || ^13.0.0 || ^14.0.0",
|
|
105
105
|
"react": "^18.0.0",
|
|
106
106
|
"react-dom": "^18.0.0"
|
|
107
107
|
},
|