milkio 0.0.24 → 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,8 +172,6 @@ export function defineHttpHandler(app: MilkioApp, options: ExecuteHttpServerOpti
172
172
 
173
173
  await loggerSubmit(executeId)
174
174
  runtime.execute.executeIds.delete(executeId)
175
-
176
- console.warn('foo', response.body)
177
175
 
178
176
 
179
177
  return new Response(response.body, response)
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.24",
5
+ "version": "0.0.25",
6
6
  "peerDependencies": {
7
7
  "typescript": "^5.4.2"
8
8
  },