@netlify/plugin-nextjs 5.14.2 → 5.14.3

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.
@@ -463,7 +463,7 @@ var writeHandlerFile = async (ctx, { matchers, name }) => {
463
463
  basePath: nextConfig.basePath,
464
464
  i18n: nextConfig.i18n,
465
465
  trailingSlash: nextConfig.trailingSlash,
466
- skipMiddlewareUrlNormalize: nextConfig.skipMiddlewareUrlNormalize
466
+ skipMiddlewareUrlNormalize: nextConfig.skipProxyUrlNormalize ?? nextConfig.skipMiddlewareUrlNormalize
467
467
  };
468
468
  await writeFile(
469
469
  join(handlerRuntimeDirectory, "next.config.json"),
@@ -86,7 +86,7 @@ var pipeline = (0, import_util.promisify)(import_stream.pipeline);
86
86
 
87
87
  // package.json
88
88
  var name = "@netlify/plugin-nextjs";
89
- var version = "5.14.2";
89
+ var version = "5.14.3";
90
90
 
91
91
  // src/run/handlers/tags-handler.cts
92
92
  var import_storage = require("../storage/storage.cjs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/plugin-nextjs",
3
- "version": "5.14.2",
3
+ "version": "5.14.3",
4
4
  "description": "Run Next.js seamlessly on Netlify",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",