milkio 0.0.23 → 0.0.25

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.
@@ -172,6 +172,7 @@ export function defineHttpHandler(app: MilkioApp, options: ExecuteHttpServerOpti
172
172
 
173
173
  await loggerSubmit(executeId)
174
174
  runtime.execute.executeIds.delete(executeId)
175
+
175
176
 
176
177
  return new Response(response.body, response)
177
178
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "milkio",
3
3
  "type": "module",
4
4
  "module": "index.ts",
5
- "version": "0.0.23",
5
+ "version": "0.0.25",
6
6
  "peerDependencies": {
7
7
  "typescript": "^5.4.2"
8
8
  },