@makeswift/runtime 0.8.1 → 0.8.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
@@ -710,7 +710,7 @@ async function fonts(_req, res, { getFonts } = {}) {
710
710
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
711
711
  return res.json(fonts2);
712
712
  }
713
- const version = "0.8.1";
713
+ const version = "0.8.2";
714
714
  async function handler(req, res, { apiKey }) {
715
715
  if (req.query.secret !== apiKey) {
716
716
  return res.status(401).json({ message: "Unauthorized" });
package/dist/index.es.js CHANGED
@@ -677,7 +677,7 @@ async function fonts(_req, res, { getFonts } = {}) {
677
677
  const fonts2 = (_a = await (getFonts == null ? void 0 : getFonts())) != null ? _a : [];
678
678
  return res.json(fonts2);
679
679
  }
680
- const version = "0.8.1";
680
+ const version = "0.8.2";
681
681
  async function handler(req, res, { apiKey }) {
682
682
  if (req.query.secret !== apiKey) {
683
683
  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.8.1",
3
+ "version": "0.8.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.cjs",
6
6
  "module": "dist/main.es",
@@ -112,7 +112,7 @@
112
112
  "@emotion/server": "^11.4.0",
113
113
  "@emotion/sheet": "^1.0.3",
114
114
  "@emotion/utils": "^1.0.0",
115
- "@makeswift/next-plugin": "0.2.7",
115
+ "@makeswift/next-plugin": "0.2.8",
116
116
  "@popmotion/popcorn": "^0.4.4",
117
117
  "@types/cookie": "^0.5.1",
118
118
  "@types/http-proxy": "^1.17.9",