@squadbase/vite-server 0.1.9-dev.e22f810 → 0.1.9-dev.f236b23

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.
@@ -467,7 +467,7 @@ var sqlserverConnector = new ConnectorPlugin({
467
467
  description: "Connect to Microsoft SQL Server (on-premises or self-hosted) using a JDBC-style URL.",
468
468
  iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/13vQdDz2QJdWX8PPM646pz/cde512898dd32c016ee940f4b37b13bb/sql-server-icon.svg",
469
469
  parameters,
470
- releaseFlag: { dev1: true, dev2: false, prod: false },
470
+ releaseFlag: { dev1: true, dev2: true, prod: true },
471
471
  categories: ["database"],
472
472
  onboarding: sqlserverOnboarding,
473
473
  systemPrompt: {