@vercel/nestjs 0.1.5 → 0.2.0

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38,13 +38,13 @@ var { build, entrypointCallback, findEntrypoint, require_ } = (0, import_build_u
38
38
  /(?:from|require|import)\s*(?:\(\s*)?["']@nestjs\/core["']\s*(?:\))?/g,
39
39
  [
40
40
  "src/main",
41
- // default, so most common
42
- "app",
43
- "index",
44
- "server",
45
41
  "src/app",
46
42
  "src/index",
47
- "src/server"
43
+ "src/server",
44
+ "main",
45
+ "app",
46
+ "index",
47
+ "server"
48
48
  ],
49
49
  ["js", "cjs", "mjs", "ts", "cts", "mts"],
50
50
  import_node.build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/nestjs",
3
- "version": "0.1.5",
3
+ "version": "0.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",