@makeswift/runtime 0.2.4 → 0.2.5

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
@@ -1002,7 +1002,7 @@ class Document$1 extends NextDocument__default["default"] {
1002
1002
  });
1003
1003
  }
1004
1004
  }
1005
- const version = "0.2.4";
1005
+ const version = "0.2.5";
1006
1006
  function MakeswiftApiHandler(apiKey, { appOrigin = "https://app.makeswift.com", getFonts } = {}) {
1007
1007
  const cors = Cors__default["default"]({ origin: appOrigin });
1008
1008
  const previewModeProxy = httpProxy.createProxyServer();
package/dist/index.es.js CHANGED
@@ -967,7 +967,7 @@ class Document$1 extends NextDocument {
967
967
  });
968
968
  }
969
969
  }
970
- const version = "0.2.4";
970
+ const version = "0.2.5";
971
971
  function MakeswiftApiHandler(apiKey, { appOrigin = "https://app.makeswift.com", getFonts } = {}) {
972
972
  const cors = Cors({ origin: appOrigin });
973
973
  const previewModeProxy = createProxyServer();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makeswift/runtime",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.cjs",
6
6
  "module": "dist/main.es",
@@ -103,7 +103,7 @@
103
103
  "@convertkit/slate-lists": "^0.2.4",
104
104
  "@emotion/css": "^11.9.0",
105
105
  "@emotion/server": "^11.4.0",
106
- "@makeswift/next-plugin": "0.1.4",
106
+ "@makeswift/next-plugin": "0.1.5",
107
107
  "@popmotion/popcorn": "^0.4.4",
108
108
  "@types/cookie": "^0.5.1",
109
109
  "@types/http-proxy": "^1.17.9",