@wix/astro 1.0.5 → 1.0.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.
package/build/index.js CHANGED
@@ -21473,7 +21473,7 @@ var createIntegration = () => {
21473
21473
  _config = config;
21474
21474
  },
21475
21475
  async "astro:config:setup"({
21476
- addMiddleware,
21476
+ // addMiddleware,
21477
21477
  command,
21478
21478
  config,
21479
21479
  createCodegenDir,
@@ -21539,13 +21539,6 @@ var createIntegration = () => {
21539
21539
  client.enableContext('global');
21540
21540
  `
21541
21541
  );
21542
- addMiddleware({
21543
- entrypoint: new URL(
21544
- "../build-runtime/middleware/auth.js",
21545
- import.meta.url
21546
- ),
21547
- order: "pre"
21548
- });
21549
21542
  updateConfig({
21550
21543
  env: {
21551
21544
  schema: {