@vercel/cervel 0.0.4 → 0.0.5

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/cli.mjs CHANGED
@@ -230,7 +230,14 @@ const rolldown = async (args) => {
230
230
 
231
231
  //#endregion
232
232
  //#region src/find-entrypoint.ts
233
- const frameworks = ["express", "hono"];
233
+ const frameworks = [
234
+ "express",
235
+ "hono",
236
+ "elysia",
237
+ "fastify",
238
+ "@nestjs/core",
239
+ "h3"
240
+ ];
234
241
  const entrypointFilenames = [
235
242
  "app",
236
243
  "index",
package/dist/index.mjs CHANGED
@@ -229,7 +229,14 @@ const rolldown = async (args) => {
229
229
 
230
230
  //#endregion
231
231
  //#region src/find-entrypoint.ts
232
- const frameworks = ["express", "hono"];
232
+ const frameworks = [
233
+ "express",
234
+ "hono",
235
+ "elysia",
236
+ "fastify",
237
+ "@nestjs/core",
238
+ "h3"
239
+ ];
233
240
  const entrypointFilenames = [
234
241
  "app",
235
242
  "index",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/cervel",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://vercel.com/docs",
6
6
  "publishConfig": {