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