@makeswift/runtime 0.2.15 → 0.2.16
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
|
@@ -1002,7 +1002,7 @@ class Document$1 extends NextDocument__default["default"] {
|
|
|
1002
1002
|
});
|
|
1003
1003
|
}
|
|
1004
1004
|
}
|
|
1005
|
-
const version = "0.2.
|
|
1005
|
+
const version = "0.2.16";
|
|
1006
1006
|
function isErrorWithMessage(error) {
|
|
1007
1007
|
return typeof error === "object" && error !== null && "message" in error && typeof error.message === "string";
|
|
1008
1008
|
}
|
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.
|
|
970
|
+
const version = "0.2.16";
|
|
971
971
|
function isErrorWithMessage(error) {
|
|
972
972
|
return typeof error === "object" && error !== null && "message" in error && typeof error.message === "string";
|
|
973
973
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@makeswift/runtime",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
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.
|
|
106
|
+
"@makeswift/next-plugin": "0.1.6",
|
|
107
107
|
"@popmotion/popcorn": "^0.4.4",
|
|
108
108
|
"@types/cookie": "^0.5.1",
|
|
109
109
|
"@types/http-proxy": "^1.17.9",
|