@scalar/fastify-api-reference 1.25.126 → 1.25.128

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.
package/dist/index.js CHANGED
@@ -19648,9 +19648,6 @@ function getJavaScriptFile() {
19648
19648
  return fs.readFileSync(filePath, "utf8");
19649
19649
  }
19650
19650
  const RELATIVE_JAVASCRIPT_PATH = "js/scalar.js";
19651
- const DEFAULT_CONFIGURATION = {
19652
- _integration: "fastify"
19653
- };
19654
19651
  const schemaToHideRoute = {
19655
19652
  hide: true
19656
19653
  };
@@ -19736,6 +19733,9 @@ const customTheme = `
19736
19733
  --scalar-color-purple: #b191f9;
19737
19734
  }
19738
19735
  `;
19736
+ const DEFAULT_CONFIGURATION = {
19737
+ _integration: "fastify"
19738
+ };
19739
19739
  const fastifyApiReference = fp(
19740
19740
  async (fastify, options) => {
19741
19741
  const { configuration: givenConfiguration } = options;