@squadbase/vite-server 0.1.10-dev.d23e546 → 0.1.11-dev.0c78963

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.
@@ -645,7 +645,7 @@ var oracleConnector = new ConnectorPlugin({
645
645
  description: "Connect to Oracle Database using a JDBC-style URL via the pure-JS Thin driver (no Oracle Instant Client required).",
646
646
  iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/3iGEdzvGHncU5bYqFOROiV/9e7bdda7230d7ca6b34e7f6a862de876/oracle-icon.webp",
647
647
  parameters,
648
- releaseFlag: { dev1: true, dev2: false, prod: false },
648
+ releaseFlag: { dev1: true, dev2: true, prod: true },
649
649
  categories: ["database"],
650
650
  onboarding: oracleOnboarding,
651
651
  systemPrompt: {