@netlify/plugin-nextjs 5.10.1 → 5.10.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.
@@ -17,7 +17,7 @@ var __copyProps = (to, from, except, desc) => {
17
17
  };
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
- // src/run/regional-blob-store.cts
20
+ // src/run/storage/regional-blob-store.cts
21
21
  var regional_blob_store_exports = {};
22
22
  __export(regional_blob_store_exports, {
23
23
  getRegionalBlobStore: () => getRegionalBlobStore,
@@ -25,7 +25,7 @@ __export(regional_blob_store_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(regional_blob_store_exports);
27
27
 
28
- // node_modules/@netlify/blobs/dist/chunk-GUEW34CP.js
28
+ // node_modules/@netlify/blobs/dist/chunk-XR3MUBBK.js
29
29
  var NF_ERROR = "x-nf-error";
30
30
  var NF_REQUEST_ID = "x-nf-request-id";
31
31
  var BlobsInternalError = class extends Error {
@@ -143,7 +143,10 @@ var BlobsConsistencyError = class extends Error {
143
143
  var REGION_AUTO = "auto";
144
144
  var regions = {
145
145
  "us-east-1": true,
146
- "us-east-2": true
146
+ "us-east-2": true,
147
+ "eu-central-1": true,
148
+ "ap-southeast-1": true,
149
+ "ap-southeast-2": true
147
150
  };
148
151
  var isValidRegion = (input) => Object.keys(regions).includes(input);
149
152
  var InvalidBlobsRegionError = class extends Error {
@@ -614,7 +617,7 @@ var getDeployStore = (input = {}) => {
614
617
  return new Store({ client, deployID, name: options.name });
615
618
  };
616
619
 
617
- // src/run/regional-blob-store.cts
620
+ // src/run/storage/regional-blob-store.cts
618
621
  var FETCH_BEFORE_NEXT_PATCHED_IT = Symbol.for("nf-not-patched-fetch");
619
622
  var extendedGlobalThis = globalThis;
620
623
  function attemptToGetOriginalFetch(fetch) {