@netlify/plugin-nextjs 5.10.0-fetch-patch-logs → 5.10.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.
- package/dist/build/content/prerendered.js +2 -2
- package/dist/build/content/static.js +2 -2
- package/dist/esm-chunks/{chunk-RYJYZQ4X.js → chunk-K4RDUZYO.js} +0 -1
- package/dist/esm-chunks/{chunk-HXVWGXWM.js → chunk-YMNWVS6T.js} +1 -1
- package/dist/esm-chunks/{next-LDOXJ7XH.js → next-7JK63CHT.js} +1 -1
- package/dist/index.js +12 -12
- package/dist/run/handlers/cache.cjs +0 -1
- package/dist/run/handlers/server.js +4 -4
- package/dist/run/headers.js +2 -2
- package/dist/run/next.cjs +0 -1
- package/dist/run/regional-blob-store.cjs +0 -1
- package/package.json +1 -1
- package/dist/esm-chunks/{chunk-JPTD4GEB.js → chunk-DLBTTDNJ.js} +3 -3
- package/dist/esm-chunks/{chunk-MKMK7FBF.js → chunk-VTKZZRGT.js} +3 -3
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
import {
|
|
8
8
|
copyFetchContent,
|
|
9
9
|
copyPrerenderedContent
|
|
10
|
-
} from "../../esm-chunks/chunk-
|
|
11
|
-
import "../../esm-chunks/chunk-TYCYFZ22.js";
|
|
10
|
+
} from "../../esm-chunks/chunk-DLBTTDNJ.js";
|
|
12
11
|
import "../../esm-chunks/chunk-5QSXBV7L.js";
|
|
13
12
|
import "../../esm-chunks/chunk-GNGHTHMQ.js";
|
|
14
13
|
import "../../esm-chunks/chunk-ZSVHJNNY.js";
|
|
15
14
|
import "../../esm-chunks/chunk-KGYJQ2U2.js";
|
|
16
15
|
import "../../esm-chunks/chunk-ZENB67PD.js";
|
|
17
16
|
import "../../esm-chunks/chunk-APO262HE.js";
|
|
17
|
+
import "../../esm-chunks/chunk-TYCYFZ22.js";
|
|
18
18
|
import "../../esm-chunks/chunk-OEQOKJGE.js";
|
|
19
19
|
export {
|
|
20
20
|
copyFetchContent,
|
|
@@ -11,14 +11,14 @@ import {
|
|
|
11
11
|
publishStaticDir,
|
|
12
12
|
setHeadersConfig,
|
|
13
13
|
unpublishStaticDir
|
|
14
|
-
} from "../../esm-chunks/chunk-
|
|
15
|
-
import "../../esm-chunks/chunk-TYCYFZ22.js";
|
|
14
|
+
} from "../../esm-chunks/chunk-VTKZZRGT.js";
|
|
16
15
|
import "../../esm-chunks/chunk-5QSXBV7L.js";
|
|
17
16
|
import "../../esm-chunks/chunk-GNGHTHMQ.js";
|
|
18
17
|
import "../../esm-chunks/chunk-ZSVHJNNY.js";
|
|
19
18
|
import "../../esm-chunks/chunk-KGYJQ2U2.js";
|
|
20
19
|
import "../../esm-chunks/chunk-ZENB67PD.js";
|
|
21
20
|
import "../../esm-chunks/chunk-APO262HE.js";
|
|
21
|
+
import "../../esm-chunks/chunk-TYCYFZ22.js";
|
|
22
22
|
import "../../esm-chunks/chunk-OEQOKJGE.js";
|
|
23
23
|
export {
|
|
24
24
|
copyStaticAssets,
|
|
@@ -597,7 +597,6 @@ var getDeployStore = (input = {}) => {
|
|
|
597
597
|
// src/run/regional-blob-store.cts
|
|
598
598
|
var fetchBeforeNextPatchedIt = globalThis.fetch;
|
|
599
599
|
var getRegionalBlobStore = (args = {}) => {
|
|
600
|
-
console.log("Blob store fetch patched", fetchBeforeNextPatchedIt.__nextPatched);
|
|
601
600
|
return getDeployStore({
|
|
602
601
|
...args,
|
|
603
602
|
fetch: fetchBeforeNextPatchedIt,
|
package/dist/index.js
CHANGED
|
@@ -4,18 +4,9 @@
|
|
|
4
4
|
return createRequire(import.meta.url);
|
|
5
5
|
})();
|
|
6
6
|
|
|
7
|
-
import {
|
|
8
|
-
clearStaleEdgeHandlers,
|
|
9
|
-
createEdgeHandlers
|
|
10
|
-
} from "./esm-chunks/chunk-3RQSTU2O.js";
|
|
11
|
-
import {
|
|
12
|
-
clearStaleServerHandlers,
|
|
13
|
-
createServerHandler
|
|
14
|
-
} from "./esm-chunks/chunk-DLVROEVU.js";
|
|
15
7
|
import {
|
|
16
8
|
copyPrerenderedContent
|
|
17
|
-
} from "./esm-chunks/chunk-
|
|
18
|
-
import "./esm-chunks/chunk-IJZEDP6B.js";
|
|
9
|
+
} from "./esm-chunks/chunk-DLBTTDNJ.js";
|
|
19
10
|
import {
|
|
20
11
|
copyStaticAssets,
|
|
21
12
|
copyStaticContent,
|
|
@@ -23,8 +14,16 @@ import {
|
|
|
23
14
|
publishStaticDir,
|
|
24
15
|
setHeadersConfig,
|
|
25
16
|
unpublishStaticDir
|
|
26
|
-
} from "./esm-chunks/chunk-
|
|
27
|
-
import
|
|
17
|
+
} from "./esm-chunks/chunk-VTKZZRGT.js";
|
|
18
|
+
import {
|
|
19
|
+
clearStaleEdgeHandlers,
|
|
20
|
+
createEdgeHandlers
|
|
21
|
+
} from "./esm-chunks/chunk-3RQSTU2O.js";
|
|
22
|
+
import {
|
|
23
|
+
clearStaleServerHandlers,
|
|
24
|
+
createServerHandler
|
|
25
|
+
} from "./esm-chunks/chunk-DLVROEVU.js";
|
|
26
|
+
import "./esm-chunks/chunk-IJZEDP6B.js";
|
|
28
27
|
import {
|
|
29
28
|
wrapTracer
|
|
30
29
|
} from "./esm-chunks/chunk-5QSXBV7L.js";
|
|
@@ -50,6 +49,7 @@ import {
|
|
|
50
49
|
import "./esm-chunks/chunk-KGYJQ2U2.js";
|
|
51
50
|
import "./esm-chunks/chunk-ZENB67PD.js";
|
|
52
51
|
import "./esm-chunks/chunk-APO262HE.js";
|
|
52
|
+
import "./esm-chunks/chunk-TYCYFZ22.js";
|
|
53
53
|
import "./esm-chunks/chunk-UYKENJEU.js";
|
|
54
54
|
import "./esm-chunks/chunk-OEQOKJGE.js";
|
|
55
55
|
|
|
@@ -801,7 +801,6 @@ var getDeployStore = (input = {}) => {
|
|
|
801
801
|
// src/run/regional-blob-store.cts
|
|
802
802
|
var fetchBeforeNextPatchedIt = globalThis.fetch;
|
|
803
803
|
var getRegionalBlobStore = (args = {}) => {
|
|
804
|
-
console.log("Blob store fetch patched", fetchBeforeNextPatchedIt.__nextPatched);
|
|
805
804
|
return getDeployStore({
|
|
806
805
|
...args,
|
|
807
806
|
fetch: fetchBeforeNextPatchedIt,
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
setCacheStatusHeader,
|
|
14
14
|
setCacheTagsHeaders,
|
|
15
15
|
setVaryHeaders
|
|
16
|
-
} from "../../esm-chunks/chunk-
|
|
17
|
-
import "../../esm-chunks/chunk-
|
|
16
|
+
} from "../../esm-chunks/chunk-YMNWVS6T.js";
|
|
17
|
+
import "../../esm-chunks/chunk-K4RDUZYO.js";
|
|
18
18
|
import {
|
|
19
19
|
getLogger,
|
|
20
20
|
getRequestContext
|
|
@@ -22,9 +22,9 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
nextResponseProxy
|
|
24
24
|
} from "../../esm-chunks/chunk-XS27YRA5.js";
|
|
25
|
-
import "../../esm-chunks/chunk-TYCYFZ22.js";
|
|
26
25
|
import "../../esm-chunks/chunk-5QSXBV7L.js";
|
|
27
26
|
import "../../esm-chunks/chunk-GNGHTHMQ.js";
|
|
27
|
+
import "../../esm-chunks/chunk-TYCYFZ22.js";
|
|
28
28
|
import {
|
|
29
29
|
__commonJS,
|
|
30
30
|
__toESM
|
|
@@ -3123,7 +3123,7 @@ function setupWaitUntil() {
|
|
|
3123
3123
|
}
|
|
3124
3124
|
|
|
3125
3125
|
// src/run/handlers/server.ts
|
|
3126
|
-
var nextImportPromise = import("../../esm-chunks/next-
|
|
3126
|
+
var nextImportPromise = import("../../esm-chunks/next-7JK63CHT.js");
|
|
3127
3127
|
setupWaitUntil();
|
|
3128
3128
|
var nextHandler;
|
|
3129
3129
|
var nextConfig;
|
package/dist/run/headers.js
CHANGED
|
@@ -10,8 +10,8 @@ import {
|
|
|
10
10
|
setCacheStatusHeader,
|
|
11
11
|
setCacheTagsHeaders,
|
|
12
12
|
setVaryHeaders
|
|
13
|
-
} from "../esm-chunks/chunk-
|
|
14
|
-
import "../esm-chunks/chunk-
|
|
13
|
+
} from "../esm-chunks/chunk-YMNWVS6T.js";
|
|
14
|
+
import "../esm-chunks/chunk-K4RDUZYO.js";
|
|
15
15
|
import "../esm-chunks/chunk-SGXRYMYQ.js";
|
|
16
16
|
import "../esm-chunks/chunk-TYCYFZ22.js";
|
|
17
17
|
import "../esm-chunks/chunk-OEQOKJGE.js";
|
package/dist/run/next.cjs
CHANGED
|
@@ -2098,7 +2098,6 @@ var getDeployStore = (input = {}) => {
|
|
|
2098
2098
|
// src/run/regional-blob-store.cts
|
|
2099
2099
|
var fetchBeforeNextPatchedIt = globalThis.fetch;
|
|
2100
2100
|
var getRegionalBlobStore = (args = {}) => {
|
|
2101
|
-
console.log("Blob store fetch patched", fetchBeforeNextPatchedIt.__nextPatched);
|
|
2102
2101
|
return getDeployStore({
|
|
2103
2102
|
...args,
|
|
2104
2103
|
fetch: fetchBeforeNextPatchedIt,
|
|
@@ -616,7 +616,6 @@ var getDeployStore = (input = {}) => {
|
|
|
616
616
|
// src/run/regional-blob-store.cts
|
|
617
617
|
var fetchBeforeNextPatchedIt = globalThis.fetch;
|
|
618
618
|
var getRegionalBlobStore = (args = {}) => {
|
|
619
|
-
console.log("Blob store fetch patched", fetchBeforeNextPatchedIt.__nextPatched);
|
|
620
619
|
return getDeployStore({
|
|
621
620
|
...args,
|
|
622
621
|
fetch: fetchBeforeNextPatchedIt,
|
package/package.json
CHANGED
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
return createRequire(import.meta.url);
|
|
5
5
|
})();
|
|
6
6
|
|
|
7
|
-
import {
|
|
8
|
-
encodeBlobKey
|
|
9
|
-
} from "./chunk-TYCYFZ22.js";
|
|
10
7
|
import {
|
|
11
8
|
wrapTracer
|
|
12
9
|
} from "./chunk-5QSXBV7L.js";
|
|
@@ -23,6 +20,9 @@ import {
|
|
|
23
20
|
import {
|
|
24
21
|
require_semver
|
|
25
22
|
} from "./chunk-APO262HE.js";
|
|
23
|
+
import {
|
|
24
|
+
encodeBlobKey
|
|
25
|
+
} from "./chunk-TYCYFZ22.js";
|
|
26
26
|
import {
|
|
27
27
|
__toESM
|
|
28
28
|
} from "./chunk-OEQOKJGE.js";
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
return createRequire(import.meta.url);
|
|
5
5
|
})();
|
|
6
6
|
|
|
7
|
-
import {
|
|
8
|
-
encodeBlobKey
|
|
9
|
-
} from "./chunk-TYCYFZ22.js";
|
|
10
7
|
import {
|
|
11
8
|
wrapTracer
|
|
12
9
|
} from "./chunk-5QSXBV7L.js";
|
|
@@ -20,6 +17,9 @@ import {
|
|
|
20
17
|
import {
|
|
21
18
|
require_out
|
|
22
19
|
} from "./chunk-KGYJQ2U2.js";
|
|
20
|
+
import {
|
|
21
|
+
encodeBlobKey
|
|
22
|
+
} from "./chunk-TYCYFZ22.js";
|
|
23
23
|
import {
|
|
24
24
|
__toESM
|
|
25
25
|
} from "./chunk-OEQOKJGE.js";
|