@makeswift/runtime 0.7.1 → 0.7.3

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
@@ -1001,7 +1001,7 @@ function useCachedSite(siteId) {
1001
1001
  const site = shim.useSyncExternalStore(client.subscribe, getSnapshot, getSnapshot);
1002
1002
  return site;
1003
1003
  }
1004
- const version = "0.7.1";
1004
+ const version = "0.7.3";
1005
1005
  class Makeswift {
1006
1006
  constructor(apiKey, { apiOrigin = "https://api.makeswift.com" } = {}) {
1007
1007
  __publicField(this, "apiKey");
package/dist/index.es.js CHANGED
@@ -966,7 +966,7 @@ function useCachedSite(siteId) {
966
966
  const site = useSyncExternalStore(client.subscribe, getSnapshot, getSnapshot);
967
967
  return site;
968
968
  }
969
- const version = "0.7.1";
969
+ const version = "0.7.3";
970
970
  class Makeswift {
971
971
  constructor(apiKey, { apiOrigin = "https://api.makeswift.com" } = {}) {
972
972
  __publicField(this, "apiKey");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makeswift/runtime",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.cjs",
6
6
  "module": "dist/main.es",
@@ -105,7 +105,7 @@
105
105
  "@emotion/server": "^11.4.0",
106
106
  "@emotion/sheet": "^1.0.3",
107
107
  "@emotion/utils": "^1.0.0",
108
- "@makeswift/next-plugin": "0.2.2",
108
+ "@makeswift/next-plugin": "0.2.4",
109
109
  "@popmotion/popcorn": "^0.4.4",
110
110
  "@types/cookie": "^0.5.1",
111
111
  "@types/http-proxy": "^1.17.9",