nextlove 3.0.1 → 3.2.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.
@@ -56,8 +56,8 @@ var defaultMapFilePathToHTTPRoute = (api_prefix = "/api") => (file_path) => {
56
56
 
57
57
  // src/generators/lib/parse-routes-in-package.ts
58
58
  var parseRoutesInPackage = async (opts) => {
59
- const chalk = (await Promise.resolve().then(() => __toESM(__require("../source-XAJDITG2.mjs")))).default;
60
- const globby = (await Promise.resolve().then(() => __toESM(__require("../globby-UZ5G4DY2.mjs")))).globby;
59
+ const chalk = (await Promise.resolve().then(() => __toESM(__require("../source-FN2UXK75.mjs")))).default;
60
+ const globby = (await Promise.resolve().then(() => __toESM(__require("../globby-FOBQMTYI.mjs")))).globby;
61
61
  const {
62
62
  packageDir,
63
63
  pathGlob = "/pages/api/**/*.ts",
@@ -840,7 +840,7 @@ function pascalCase(input) {
840
840
  }
841
841
  async function generateOpenAPI(opts) {
842
842
  var _a, _b, _c, _d, _e;
843
- const chalk = (await Promise.resolve().then(() => __toESM(__require("../source-XAJDITG2.mjs")))).default;
843
+ const chalk = (await Promise.resolve().then(() => __toESM(__require("../source-FN2UXK75.mjs")))).default;
844
844
  const { outputFile, tags = [] } = opts;
845
845
  const filepathToRouteFn = await parseRoutesInPackage(opts);
846
846
  const { setupParams: globalSetupParams } = filepathToRouteFn.values().next().value;