@vercel/next 4.15.40 → 4.15.41

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.
@@ -2314,9 +2314,9 @@ var require_interop_require_default = __commonJS({
2314
2314
  }
2315
2315
  });
2316
2316
 
2317
- // ../../node_modules/.pnpm/next@16.2.0-canary.29_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/modern-browserslist-target.js
2317
+ // ../../node_modules/.pnpm/next@16.2.0-canary.79_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/modern-browserslist-target.js
2318
2318
  var require_modern_browserslist_target = __commonJS({
2319
- "../../node_modules/.pnpm/next@16.2.0-canary.29_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/modern-browserslist-target.js"(exports2, module2) {
2319
+ "../../node_modules/.pnpm/next@16.2.0-canary.79_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/modern-browserslist-target.js"(exports2, module2) {
2320
2320
  "use strict";
2321
2321
  var MODERN_BROWSERSLIST_TARGET = [
2322
2322
  "chrome 111",
@@ -2328,9 +2328,9 @@ var require_modern_browserslist_target = __commonJS({
2328
2328
  }
2329
2329
  });
2330
2330
 
2331
- // ../../node_modules/.pnpm/next@16.2.0-canary.29_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/entry-constants.js
2331
+ // ../../node_modules/.pnpm/next@16.2.0-canary.79_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/entry-constants.js
2332
2332
  var require_entry_constants = __commonJS({
2333
- "../../node_modules/.pnpm/next@16.2.0-canary.29_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/entry-constants.js"(exports2) {
2333
+ "../../node_modules/.pnpm/next@16.2.0-canary.79_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/entry-constants.js"(exports2) {
2334
2334
  "use strict";
2335
2335
  Object.defineProperty(exports2, "__esModule", {
2336
2336
  value: true
@@ -2362,9 +2362,9 @@ var require_entry_constants = __commonJS({
2362
2362
  }
2363
2363
  });
2364
2364
 
2365
- // ../../node_modules/.pnpm/next@16.2.0-canary.29_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/constants.js
2365
+ // ../../node_modules/.pnpm/next@16.2.0-canary.79_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/constants.js
2366
2366
  var require_constants = __commonJS({
2367
- "../../node_modules/.pnpm/next@16.2.0-canary.29_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/constants.js"(exports2, module2) {
2367
+ "../../node_modules/.pnpm/next@16.2.0-canary.79_react-dom@19.1.1_react@19.1.1__react@19.1.1/node_modules/next/dist/shared/lib/constants.js"(exports2, module2) {
2368
2368
  "use strict";
2369
2369
  Object.defineProperty(exports2, "__esModule", {
2370
2370
  value: true
@@ -9896,6 +9896,7 @@ async function handlePrerenderOutputs(prerenderOutputs, {
9896
9896
  passQuery: true,
9897
9897
  allowQuery: output.config.allowQuery,
9898
9898
  allowHeader: output.config.allowHeader,
9899
+ partialFallback: output.config.partialFallback || void 0,
9899
9900
  bypassToken: output.config.bypassToken,
9900
9901
  experimentalBypassFor: output.config.bypassFor,
9901
9902
  initialHeaders,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/next",
3
- "version": "4.15.40",
3
+ "version": "4.15.41",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -16,7 +16,7 @@
16
16
  "@vercel/nft": "1.1.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@next-community/adapter-vercel": "0.0.1-beta.12",
19
+ "@next-community/adapter-vercel": "0.0.1-beta.13",
20
20
  "@types/aws-lambda": "8.10.19",
21
21
  "@types/buffer-crc32": "0.2.0",
22
22
  "@types/bytes": "3.1.1",