@netlify/plugin-nextjs 4.39.4-fix-edge-runtime-on-lambda → 4.39.4

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.
@@ -105,7 +105,6 @@ const configureHandlerFunctions = async ({ netlifyConfig, publish, ignore = [],
105
105
  (_b = netlifyConfig.functions[functionName]).included_files || (_b.included_files = []);
106
106
  netlifyConfig.functions[functionName].included_files.push(...includedFiles.map(escapeGlob));
107
107
  };
108
- console.log({ ssrLambdas });
109
108
  if (ssrLambdas.length === 0) {
110
109
  configureFunction(constants_1.HANDLER_FUNCTION_NAME);
111
110
  configureFunction(constants_1.ODB_FUNCTION_NAME);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/plugin-nextjs",
3
- "version": "4.39.4-fix-edge-runtime-on-lambda",
3
+ "version": "4.39.4",
4
4
  "description": "Run Next.js seamlessly on Netlify",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -13,7 +13,7 @@
13
13
  "dependencies": {
14
14
  "@netlify/esbuild": "0.14.39",
15
15
  "@netlify/functions": "^1.6.0",
16
- "@netlify/ipx": "^1.4.2",
16
+ "@netlify/ipx": "^1.4.3",
17
17
  "@vercel/node-bridge": "^2.1.0",
18
18
  "chalk": "^4.1.2",
19
19
  "chokidar": "^3.5.3",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@delucis/if-env": "^1.1.2",
40
- "@netlify/build": "^29.18.0",
40
+ "@netlify/build": "^29.20.1",
41
41
  "@types/fs-extra": "^9.0.13",
42
42
  "@types/jest": "^27.4.1",
43
43
  "@types/merge-stream": "^1.1.2",