gemi 0.3.6 → 0.3.7

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/app/index.js CHANGED
@@ -1978,7 +1978,7 @@ class App {
1978
1978
  const reqCtx = new Map;
1979
1979
  return await requestContext.run(reqCtx, async () => {
1980
1980
  try {
1981
- await reqWithMiddlewares(req, reqCtx);
1981
+ await reqWithMiddlewares(new HttpRequest(req), reqCtx);
1982
1982
  } catch (err) {
1983
1983
  if (err instanceof RequestBreakerError) {
1984
1984
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemi",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "devDependencies": {
5
5
  "@repo/eslint-config": "*",
6
6
  "@repo/typescript-config": "*",
@@ -41,7 +41,6 @@
41
41
  "test": "vitest"
42
42
  },
43
43
  "dependencies": {
44
- "@react-email/components": "^0.0.19",
45
44
  "commander": "^12.1.0",
46
45
  "history": "^5.3.0",
47
46
  "react-email": "^2.1.4",