@vercel/next 3.7.4 → 3.7.6

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.
@@ -12,7 +12,7 @@ const constants_1 = require("./constants");
12
12
  const zlib_1 = __importDefault(require("zlib"));
13
13
  const util_1 = require("util");
14
14
  const utils_1 = require("../utils");
15
- // @ts-expect-error this is a prebuilt file, based on `../../scripts/build-edge-function-template.js`
15
+ // @ts-ignore this is a prebuilt file, based on `../../scripts/build-edge-function-template.js`
16
16
  const ___get_nextjs_edge_function_js_1 = __importDefault(require("../../dist/___get-nextjs-edge-function.js"));
17
17
  const gzip = (0, util_1.promisify)(zlib_1.default.gzip);
18
18
  /**