@sveltejs/adapter-netlify 1.0.0-next.47 → 1.0.0-next.48

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.
@@ -4851,7 +4851,7 @@ class Body {
4851
4851
  return formData;
4852
4852
  }
4853
4853
 
4854
- const {toFormData} = await Promise.resolve().then(function () { return require('./multipart-parser-b00119f1.js'); });
4854
+ const {toFormData} = await Promise.resolve().then(function () { return require('./multipart-parser-431aff0b.js'); });
4855
4855
  return toFormData(this.body, ct);
4856
4856
  }
4857
4857
 
@@ -6501,7 +6501,7 @@ function fixResponseChunkedTransferBadEnding(request, errorCallback) {
6501
6501
  }
6502
6502
 
6503
6503
  // exported for dev/preview and node environments
6504
- function __fetch_polyfill() {
6504
+ function installFetch() {
6505
6505
  Object.defineProperties(globalThis, {
6506
6506
  fetch: {
6507
6507
  enumerable: true,
@@ -6526,7 +6526,7 @@ function __fetch_polyfill() {
6526
6526
  });
6527
6527
  }
6528
6528
 
6529
- __fetch_polyfill();
6529
+ installFetch();
6530
6530
 
6531
6531
  exports.File = File;
6532
6532
  exports.FormData = FormData;
@@ -4840,7 +4840,7 @@ class Body {
4840
4840
  return formData;
4841
4841
  }
4842
4842
 
4843
- const {toFormData} = await import('./multipart-parser-781607e4.js');
4843
+ const {toFormData} = await import('./multipart-parser-5faf185a.js');
4844
4844
  return toFormData(this.body, ct);
4845
4845
  }
4846
4846
 
@@ -6490,7 +6490,7 @@ function fixResponseChunkedTransferBadEnding(request, errorCallback) {
6490
6490
  }
6491
6491
 
6492
6492
  // exported for dev/preview and node environments
6493
- function __fetch_polyfill() {
6493
+ function installFetch() {
6494
6494
  Object.defineProperties(globalThis, {
6495
6495
  fetch: {
6496
6496
  enumerable: true,
@@ -6515,6 +6515,6 @@ function __fetch_polyfill() {
6515
6515
  });
6516
6516
  }
6517
6517
 
6518
- __fetch_polyfill();
6518
+ installFetch();
6519
6519
 
6520
6520
  export { FormData as F, File as a };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/adapter-netlify",
3
- "version": "1.0.0-next.47",
3
+ "version": "1.0.0-next.48",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/sveltejs/kit",
@@ -31,7 +31,7 @@
31
31
  "@rollup/plugin-commonjs": "^21.0.0",
32
32
  "@rollup/plugin-json": "^4.1.0",
33
33
  "@rollup/plugin-node-resolve": "^13.0.5",
34
- "@sveltejs/kit": "1.0.0-next.286",
34
+ "@sveltejs/kit": "1.0.0-next.287",
35
35
  "rimraf": "^3.0.2",
36
36
  "rollup": "^2.58.0",
37
37
  "uvu": "^0.5.2"