@makeswift/runtime 0.11.3 → 0.11.4

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
@@ -1203,7 +1203,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1203
1203
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1204
1204
  return res.json(fonts2);
1205
1205
  }
1206
- const version = "0.11.3";
1206
+ const version = "0.11.4";
1207
1207
  async function handler(req, res, { apiKey, siteVersions }) {
1208
1208
  if (req.query.secret !== apiKey) {
1209
1209
  return res.status(401).json({ message: "Unauthorized" });
package/dist/index.es.js CHANGED
@@ -1170,7 +1170,7 @@ async function fonts(_req, res, { getFonts } = {}) {
1170
1170
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
1171
1171
  return res.json(fonts2);
1172
1172
  }
1173
- const version = "0.11.3";
1173
+ const version = "0.11.4";
1174
1174
  async function handler(req, res, { apiKey, siteVersions }) {
1175
1175
  if (req.query.secret !== apiKey) {
1176
1176
  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",
3
+ "version": "0.11.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.cjs",
6
6
  "module": "dist/main.es",
@@ -157,6 +157,7 @@
157
157
  "scroll-into-view-if-needed": "^2.2.20",
158
158
  "set-cookie-parser": "^2.5.1",
159
159
  "slate": "^0.91.4",
160
+ "slate-hyperscript": "^0.77.0",
160
161
  "slate-react": "^0.91.7",
161
162
  "ts-pattern": "^5.0.5",
162
163
  "use-sync-external-store": "^1.0.0-rc.0",