@sveltejs/adapter-netlify 1.0.0-next.43 → 1.0.0-next.44

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.
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./shims-24e5b259.js');
6
- var APP = require('APP');
5
+ require('./shims.js');
6
+ var _0APP = require('0APP');
7
7
  require('node:http');
8
8
  require('node:https');
9
9
  require('node:zlib');
@@ -17,7 +17,7 @@ require('net');
17
17
  * @returns {import('@netlify/functions').Handler}
18
18
  */
19
19
  function init(manifest) {
20
- const app = new APP.App(manifest);
20
+ const app = new _0APP.App(manifest);
21
21
 
22
22
  return async (event) => {
23
23
  const rendered = await app.render(to_request(event));
@@ -3,7 +3,7 @@
3
3
  require('node:fs');
4
4
  require('node:path');
5
5
  var node_worker_threads = require('node:worker_threads');
6
- var shims = require('./shims-24e5b259.js');
6
+ var shims = require('./shims.js');
7
7
  require('node:http');
8
8
  require('node:https');
9
9
  require('node:zlib');